MENU navbar-image

Introduction

Welcome to the Transit Tracker API Documentation! The API is completely free, as long as it is used without excess. Transit Tracker data is free of charge, but it is mandatory to credit agency data when specified. Credits are registered in the v2/agencies API, in the license object.

Bienvenue à la documentation de l'API de Transit Tracker! L'API est complètement gratuite, tant qu'elle est utilisée sans excès. Les données de Transit Tracker sont libre de droit, mais il est obligatoire de créditer les données des agences lorsque spécifié. Les crédits sont inscrit dans l'API v2/agencies, dans l'objet license.

Authenticating requests

This API is not authenticated.

Agencies

GET v2/agencies

Example request:
curl --request GET \
    --get "https://api.transittracker.ca/v2/agencies"
$client = new \GuzzleHttp\Client();
$url = 'https://api.transittracker.ca/v2/agencies';
$response = $client->get($url);
$body = $response->getBody();
print_r(json_decode((string) $body));
import requests
import json

url = 'https://api.transittracker.ca/v2/agencies'
response = requests.request('GET', url, )
response.json()

Example response (200):

Show headers
cache-control: no-cache, private
content-type: application/json
x-ratelimit-limit: 138
x-ratelimit-remaining: 137
content-language: en
vary: Origin
 

{
    "data": [
        {
            "id": 1,
            "isArchived": false,
            "name": "Société de transport de Montréal",
            "shortName": "STM",
            "slug": "stm",
            "cities": [
                "Montréal"
            ],
            "defaultVehicleType": "bus",
            "color": "#00AEEF",
            "textColor": "#FFFFFF",
            "regions": [
                "mtl"
            ],
            "license": {
                "url": "https://www.donneesquebec.ca/fr/licence/#cc-by",
                "title": "Creative Commons – Attribution 4.0 CC-BY",
                "isDownloadable": true
            },
            "features": [],
            "meta": {}
        },
        {
            "id": 2,
            "isArchived": false,
            "name": "exo Trains",
            "shortName": "Trains",
            "slug": "trains",
            "cities": [
                "Vaudreuil",
                "Saint-Jérôme",
                "Mont-Saint-Hilaire",
                "Candiac",
                "Mascouche"
            ],
            "defaultVehicleType": "train",
            "color": "#C8017E",
            "textColor": "#FFFFFF",
            "regions": [
                "mtl"
            ],
            "license": {
                "url": "https://www.donneesquebec.ca/fr/licence/#cc-by",
                "title": "Creative Commons – Attribution 4.0 CC-BY",
                "isDownloadable": true
            },
            "features": [],
            "meta": {}
        },
        {
            "id": 3,
            "isArchived": false,
            "name": "Société de transport de Laval",
            "shortName": "STL",
            "slug": "stl",
            "cities": [
                "Laval"
            ],
            "defaultVehicleType": "bus",
            "color": "#84C444",
            "textColor": "#FFFFFF",
            "regions": [
                "mtl"
            ],
            "license": {
                "url": "https://www.donneesquebec.ca/fr/licence/#cc-by",
                "title": "Creative Commons – Attribution 4.0 CC-BY",
                "isDownloadable": true
            },
            "features": [],
            "meta": {}
        },
        {
            "id": 4,
            "isArchived": false,
            "name": "Réseau de transport de Longueuil",
            "shortName": "RTL",
            "slug": "rtl",
            "cities": [
                "Longueuil"
            ],
            "defaultVehicleType": "bus",
            "color": "#ce0037",
            "textColor": "#ffe8d0",
            "regions": [
                "mtl"
            ],
            "license": {
                "url": "https://www.donneesquebec.ca/fr/licence/#cc-by",
                "title": "Creative Commons – Attribution 4.0 CC-BY",
                "isDownloadable": true
            },
            "features": [],
            "meta": {}
        },
        {
            "id": 5,
            "isArchived": false,
            "name": "exo Laurentides",
            "shortName": "Laurentides",
            "slug": "la",
            "cities": [
                "Lorraine",
                "Rosemère",
                "Saint-Eustache",
                "Sainte-Marthe-sur-le-Lac",
                "Saint-Joseph-du-Lac"
            ],
            "defaultVehicleType": "bus",
            "color": "#00A586",
            "textColor": "#FFFFFF",
            "regions": [
                "mtl",
                "laurentides"
            ],
            "license": {
                "url": "https://www.donneesquebec.ca/fr/licence/#cc-by",
                "title": "Creative Commons – Attribution 4.0 CC-BY",
                "isDownloadable": true
            },
            "features": [],
            "meta": {}
        },
        {
            "id": 6,
            "isArchived": false,
            "name": "exo Vallée-du-Richelieu",
            "shortName": "Vallée-du-Richelieu",
            "slug": "vr",
            "cities": [
                "Beloeil",
                "McMasterville",
                "Otterburn Park",
                "Saint-Basile-le-Grand",
                "Saint-Hyacinthe"
            ],
            "defaultVehicleType": "bus",
            "color": "#1F96A4",
            "textColor": "#FFFFFF",
            "regions": [
                "mtl"
            ],
            "license": {
                "url": "https://www.donneesquebec.ca/fr/licence/#cc-by",
                "title": "Creative Commons – Attribution 4.0 CC-BY",
                "isDownloadable": true
            },
            "features": [],
            "meta": {}
        },
        {
            "id": 7,
            "isArchived": true,
            "name": "exo Le Richelain",
            "shortName": "Le Richelain",
            "slug": "lr",
            "cities": [
                "Candiac",
                "La Prairie",
                "Saint-Philippe"
            ],
            "defaultVehicleType": "bus",
            "color": "#41474d",
            "textColor": "#FFFFFF",
            "regions": [
                "mtl"
            ],
            "license": {
                "url": "https://www.donneesquebec.ca/fr/licence/#cc-by",
                "title": "Creative Commons – Attribution 4.0 CC-BY",
                "isDownloadable": true
            },
            "features": [],
            "meta": {}
        },
        {
            "id": 8,
            "isArchived": false,
            "name": "exo L'Assomption",
            "shortName": "L'Assomption",
            "slug": "lasso",
            "cities": [
                "L'Assomption",
                "Lavaltrie",
                "Charlemagne",
                "Repentigny",
                "Saint-Sulpice"
            ],
            "defaultVehicleType": "bus",
            "color": "#0071BA",
            "textColor": "#FFFFFF",
            "regions": [
                "mtl"
            ],
            "license": {
                "url": "https://www.donneesquebec.ca/fr/licence/#cc-by",
                "title": "Creative Commons – Attribution 4.0 CC-BY",
                "isDownloadable": true
            },
            "features": [],
            "meta": {}
        },
        {
            "id": 9,
            "isArchived": false,
            "name": "exo Sainte-Julie",
            "shortName": "Sainte-Julie",
            "slug": "sju",
            "cities": [
                "Sainte-Julie"
            ],
            "defaultVehicleType": "bus",
            "color": "#F7A389",
            "textColor": "#000000",
            "regions": [
                "mtl"
            ],
            "license": {
                "url": "https://www.donneesquebec.ca/fr/licence/#cc-by",
                "title": "Creative Commons – Attribution 4.0 CC-BY",
                "isDownloadable": true
            },
            "features": [],
            "meta": {}
        },
        {
            "id": 10,
            "isArchived": false,
            "name": "exo Sud-Ouest",
            "shortName": "Sud-Ouest",
            "slug": "so",
            "cities": [
                "Châteauguay",
                "Léry",
                "Mercier",
                "Sainte-Martine",
                "Ormstown"
            ],
            "defaultVehicleType": "bus",
            "color": "#B94065",
            "textColor": "#FFFFFF",
            "regions": [
                "mtl"
            ],
            "license": {
                "url": "https://www.donneesquebec.ca/fr/licence/#cc-by",
                "title": "Creative Commons – Attribution 4.0 CC-BY",
                "isDownloadable": true
            },
            "features": [],
            "meta": {}
        },
        {
            "id": 11,
            "isArchived": true,
            "name": "exo Haut-Saint-Laurent",
            "shortName": "Haut-Saint-Laurent (exo)",
            "slug": "hsl",
            "cities": [
                "Mercier",
                "Sainte-Martine",
                "Ormstown",
                "Très-Saint-Sacrement",
                "Howick"
            ],
            "defaultVehicleType": "bus",
            "color": "#41474d",
            "textColor": "#000000",
            "regions": [
                "mtl"
            ],
            "license": {
                "url": "https://www.donneesquebec.ca/fr/licence/#cc-by",
                "title": "Creative Commons – Attribution 4.0 CC-BY",
                "isDownloadable": true
            },
            "features": [],
            "meta": {}
        },
        {
            "id": 12,
            "isArchived": false,
            "name": "exo La Presqu'Île",
            "shortName": "La Presqu'Île",
            "slug": "pi",
            "cities": [
                "Hudson",
                "Pincourt",
                "Rigaud",
                "St-Lazare",
                "Vaudreuil-Dorion"
            ],
            "defaultVehicleType": "bus",
            "color": "#FCEFC5",
            "textColor": "#000000",
            "regions": [
                "mtl"
            ],
            "license": {
                "url": "https://www.donneesquebec.ca/fr/licence/#cc-by",
                "title": "Creative Commons – Attribution 4.0 CC-BY",
                "isDownloadable": true
            },
            "features": [],
            "meta": {}
        },
        {
            "id": 13,
            "isArchived": true,
            "name": "exo Roussillon",
            "shortName": "Roussillon",
            "slug": "rous",
            "cities": [
                "Delson",
                "Saint-Constant",
                "Sainte-Catherine"
            ],
            "defaultVehicleType": "bus",
            "color": "#41474d",
            "textColor": "#ffffff",
            "regions": [
                "mtl"
            ],
            "license": {
                "url": "https://www.donneesquebec.ca/fr/licence/#cc-by",
                "title": "Creative Commons – Attribution 4.0 CC-BY",
                "isDownloadable": true
            },
            "features": [],
            "meta": {}
        },
        {
            "id": 14,
            "isArchived": false,
            "name": "exo Sorel-Varennes",
            "shortName": "Sorel-Varennes",
            "slug": "sv",
            "cities": [
                "Verchères",
                "Contrecoeur",
                "Saint-Amable",
                "Saint-Joseph-de-Sorel",
                "Sorel-Tracy"
            ],
            "defaultVehicleType": "bus",
            "color": "#EFDCCE",
            "textColor": "#000000",
            "regions": [
                "mtl"
            ],
            "license": {
                "url": "https://www.donneesquebec.ca/fr/licence/#cc-by",
                "title": "Creative Commons – Attribution 4.0 CC-BY",
                "isDownloadable": true
            },
            "features": [],
            "meta": {}
        },
        {
            "id": 15,
            "isArchived": false,
            "name": "exo Terrebonne-Mascouche",
            "shortName": "Terrebonne-Mascouche",
            "slug": "tm",
            "cities": [
                "Terrebonne",
                "Mascouche"
            ],
            "defaultVehicleType": "bus",
            "color": "#9ED1C6",
            "textColor": "#000000",
            "regions": [
                "mtl"
            ],
            "license": {
                "url": "https://www.donneesquebec.ca/fr/licence/#cc-by",
                "title": "Creative Commons – Attribution 4.0 CC-BY",
                "isDownloadable": true
            },
            "features": [],
            "meta": {}
        },
        {
            "id": 16,
            "isArchived": false,
            "name": "exo Chambly-Richelieu-Carignan",
            "shortName": "Chambly-Richelieu-Carignan",
            "slug": "crc",
            "cities": [
                "Chambly",
                "Richelieu",
                "Carignan"
            ],
            "defaultVehicleType": "bus",
            "color": "#F1776A",
            "textColor": "#FFFFFF",
            "regions": [
                "mtl"
            ],
            "license": {
                "url": "https://www.donneesquebec.ca/fr/licence/#cc-by",
                "title": "Creative Commons – Attribution 4.0 CC-BY",
                "isDownloadable": true
            },
            "features": [],
            "meta": {}
        },
        {
            "id": 17,
            "isArchived": false,
            "name": "Toronto Transit Comission",
            "shortName": "TTC",
            "slug": "ttc",
            "cities": [
                "Toronto"
            ],
            "defaultVehicleType": "bus",
            "color": "#DB2727",
            "textColor": "#FFFFFF",
            "regions": [
                "tor"
            ],
            "license": {
                "url": "https://open.toronto.ca/open-data-license/",
                "title": "Open Government Licence – Toronto",
                "isDownloadable": true
            },
            "features": [],
            "meta": {}
        },
        {
            "id": 18,
            "isArchived": false,
            "name": "Brampton Transit",
            "shortName": "Brampton",
            "slug": "bra",
            "cities": [
                "Brampton"
            ],
            "defaultVehicleType": "bus",
            "color": "#628CAA",
            "textColor": "#FFFFFF",
            "regions": [
                "tor"
            ],
            "license": {
                "url": "https://www.brampton.ca/EN/City-Hall/OpenGov/Open-Data-Catalogue/Pages/Terms-of-Use.aspx",
                "title": "City of Brampton Open Data Terms of Use",
                "isDownloadable": true
            },
            "features": [],
            "meta": {}
        },
        {
            "id": 19,
            "isArchived": false,
            "name": "Burlington Transit",
            "shortName": "Burlington",
            "slug": "bur",
            "cities": [
                "Burlington"
            ],
            "defaultVehicleType": "bus",
            "color": "#F3B901",
            "textColor": "#000000",
            "regions": [
                "tor"
            ],
            "license": {
                "url": "https://www.burlington.ca/en/services-for-you/resources/Ongoing_Projects/Open_Data/OpenDataBurlingtonTermsOfUseSeptember192011.pdf",
                "title": "Terms of Use for Open Data Burlington",
                "isDownloadable": true
            },
            "features": [],
            "meta": {}
        },
        {
            "id": 20,
            "isArchived": false,
            "name": "Durham Region Transit",
            "shortName": "DRT",
            "slug": "drt",
            "cities": [
                "Ajax",
                "Pickering",
                "Oshawa",
                "Scugog",
                "Uxbridge"
            ],
            "defaultVehicleType": "bus",
            "color": "#242424",
            "textColor": "#FFFFFF",
            "regions": [
                "tor"
            ],
            "license": {
                "url": "https://www.durham.ca/en/regional-government/resources/Documents/OpenDataLicenceAgreement.pdf",
                "title": "Region of Durham - Open Data Licence v.1.0",
                "isDownloadable": true
            },
            "features": [],
            "meta": {}
        },
        {
            "id": 21,
            "isArchived": false,
            "name": "Hamilton Street Railway",
            "shortName": "HSR",
            "slug": "hsr",
            "cities": [
                "Hamilton"
            ],
            "defaultVehicleType": "bus",
            "color": "#29578D",
            "textColor": "#FFFFFF",
            "regions": [
                "tor"
            ],
            "license": {
                "url": "https://www.hamilton.ca/city-initiatives/strategies-actions/open-data-licence-terms-and-conditions",
                "title": "Open Data Licence Terms and Conditions",
                "isDownloadable": true
            },
            "features": [],
            "meta": {}
        },
        {
            "id": 24,
            "isArchived": false,
            "name": "York Region Transit",
            "shortName": "YRT",
            "slug": "yrt",
            "cities": [
                "Aurora",
                "East Gwillimbury",
                "Georgina",
                "Vaughan",
                "Whitchurch-Stouffville"
            ],
            "defaultVehicleType": "bus",
            "color": "#4DA3E0",
            "textColor": "#FFFFFF",
            "regions": [
                "tor"
            ],
            "license": {
                "url": "https://www.yrt.ca/en/about-us/open-data-licence-agreement.aspx",
                "title": "YRT Open data licence agreement",
                "isDownloadable": true
            },
            "features": [],
            "meta": {}
        },
        {
            "id": 25,
            "isArchived": false,
            "name": "Société de transport de Sherbrooke",
            "shortName": "STSH",
            "slug": "stsh",
            "cities": [
                "Sherbrooke"
            ],
            "defaultVehicleType": "bus",
            "color": "#2C516A",
            "textColor": "#FFFFFF",
            "regions": [
                "sh"
            ],
            "license": {
                "url": "https://www.donneesquebec.ca/fr/licence/#cc-by",
                "title": "Creative Commons – Attribution 4.0 CC-BY",
                "isDownloadable": true
            },
            "features": [],
            "meta": {}
        },
        {
            "id": 26,
            "isArchived": false,
            "name": "Grand River Transit",
            "shortName": "GRT",
            "slug": "grt",
            "cities": [
                "Cambridge",
                "Kitchener",
                "Waterloo",
                "Elmira",
                "New Hamburg"
            ],
            "defaultVehicleType": "bus",
            "color": "#006CB7",
            "textColor": "#FFFFFF",
            "regions": [
                "tor"
            ],
            "license": {
                "url": "https://www.regionofwaterloo.ca/en/regional-government/open-data.aspx",
                "title": "Region of Waterloo Open Data Licence v.2.0",
                "isDownloadable": true
            },
            "features": [],
            "meta": {}
        },
        {
            "id": 27,
            "isArchived": false,
            "name": "Guelph Transit",
            "shortName": "Guelph",
            "slug": "gt",
            "cities": [
                "Guelph"
            ],
            "defaultVehicleType": "bus",
            "color": "#6CB43F",
            "textColor": "#FFFFFF",
            "regions": [
                "tor"
            ],
            "license": {
                "url": "http://data.open.guelph.ca/pages/open-government-licence",
                "title": "City of Guelph Open Government Licence",
                "isDownloadable": true
            },
            "features": [],
            "meta": {}
        },
        {
            "id": 28,
            "isArchived": false,
            "name": "GO Transit",
            "shortName": "GO",
            "slug": "go",
            "cities": [
                "Milton",
                "Kitchener",
                "Richmond Hill",
                "Stouffville",
                "Kitchener"
            ],
            "defaultVehicleType": "bus",
            "color": "#256C2F",
            "textColor": "#FFFFFF",
            "regions": [
                "tor"
            ],
            "license": {
                "url": null,
                "title": "GO Transit API licence",
                "isDownloadable": false
            },
            "features": [],
            "meta": {}
        },
        {
            "id": 29,
            "isArchived": false,
            "name": "Barrie Transit",
            "shortName": "Barrie",
            "slug": "bt",
            "cities": [
                "Barrie",
                "Angus",
                "Borden"
            ],
            "defaultVehicleType": "bus",
            "color": "#12A9D8",
            "textColor": "#FFFFFF",
            "regions": [
                "tor"
            ],
            "license": {
                "url": "https://www.barrie.ca/Living/Getting%20Around/BarrieTransit/Pages/Barrie-GTFS.aspx",
                "title": "Barrie Transit Data License",
                "isDownloadable": true
            },
            "features": [],
            "meta": {}
        },
        {
            "id": 30,
            "isArchived": false,
            "name": "Société de transport de Lévis",
            "shortName": "STLévis",
            "slug": "stlevis",
            "cities": [
                "Lévis",
                "Saint-Lambert-de-Lauzon"
            ],
            "defaultVehicleType": "bus",
            "color": "#0F9BBF",
            "textColor": "#FFFFFF",
            "regions": [
                "qc"
            ],
            "license": {
                "url": "http://creativecommons.org/licenses/by/4.0/deed.fr",
                "title": "Creative Commons Attribution 4.0 (CC BY 4.0)",
                "isDownloadable": true
            },
            "features": [],
            "meta": {}
        },
        {
            "id": 32,
            "isArchived": false,
            "name": "Société de transport de l'Outaouais",
            "shortName": "STO",
            "slug": "sto",
            "cities": [
                "Gatineau"
            ],
            "defaultVehicleType": "bus",
            "color": "#007F89",
            "textColor": "#FFFFFF",
            "regions": [
                "outaouais"
            ],
            "license": {
                "url": "http://www.sto.ca/index.php?id=598&L=fr",
                "title": "Conditions d'utilisation - Données ouvertes et clé API",
                "isDownloadable": true
            },
            "features": [],
            "meta": {}
        },
        {
            "id": 33,
            "isArchived": false,
            "name": "BUS Mont-Tremblant",
            "shortName": "BMT",
            "slug": "tcmt",
            "cities": [
                "Mont-Tremblant"
            ],
            "defaultVehicleType": "bus",
            "color": "#095d7e",
            "textColor": "#FFFFFF",
            "regions": [
                "laurentides"
            ],
            "license": {
                "url": "https://zenbus.fr/zenbusapi/",
                "title": "Zenbus API",
                "isDownloadable": true
            },
            "features": [],
            "meta": {}
        },
        {
            "id": 34,
            "isArchived": false,
            "name": "Société de transport collectif de Pierre-De Saurel",
            "shortName": "Pierre-De Saurel",
            "slug": "stcpds",
            "cities": [
                "Sorel-Tracy"
            ],
            "defaultVehicleType": "bus",
            "color": "#4b858e",
            "textColor": "#FFFFFF",
            "regions": [
                "mtl"
            ],
            "license": {
                "url": "https://zenbus.fr/zenbusapi/",
                "title": "Zenbus API",
                "isDownloadable": true
            },
            "features": [],
            "meta": {}
        },
        {
            "id": 35,
            "isArchived": false,
            "name": "MRC du Haut-Saint-Laurent",
            "shortName": "Haut-Saint-Laurent (MRC)",
            "slug": "mrchsl",
            "cities": [
                "Godmanchester",
                "Howick",
                "Huntingdon",
                "Ormstown",
                "Sainte-Barbe"
            ],
            "defaultVehicleType": "bus",
            "color": "#1c94cc",
            "textColor": "#FFFFFF",
            "regions": [
                "mtl"
            ],
            "license": {
                "url": "https://zenbus.fr/zenbusapi/",
                "title": "Zenbus API",
                "isDownloadable": true
            },
            "features": [
                "useRouteFromTrip"
            ],
            "meta": {}
        },
        {
            "id": 37,
            "isArchived": false,
            "name": "UP Express",
            "shortName": "UP",
            "slug": "up",
            "cities": [
                "Toronto"
            ],
            "defaultVehicleType": "train",
            "color": "#555025",
            "textColor": "#FFFFFF",
            "regions": [
                "tor"
            ],
            "license": {
                "url": null,
                "title": "GO Transit API licence",
                "isDownloadable": false
            },
            "features": [],
            "meta": {}
        },
        {
            "id": 39,
            "isArchived": false,
            "name": "London Transit Commission",
            "shortName": "London",
            "slug": "ltc",
            "cities": [
                "London"
            ],
            "defaultVehicleType": "bus",
            "color": "#087ac0",
            "textColor": "#FFFFFF",
            "regions": [
                "tor"
            ],
            "license": {
                "url": "https://www.londontransit.ca/open-data/ltcs-open-data-terms-of-use/",
                "title": "LTC’s Open Data – Terms of Use",
                "isDownloadable": true
            },
            "features": [],
            "meta": {}
        },
        {
            "id": 40,
            "isArchived": false,
            "name": "L'Inter",
            "shortName": "Inter",
            "slug": "inter",
            "cities": [
                "Mont-Tremblant",
                "Mont-Blanc",
                "Sainte-Adèle",
                "Sainte-Anne-des-Lacs",
                "Piedmont"
            ],
            "defaultVehicleType": "bus",
            "color": "#f5791f",
            "textColor": "#FFFFFF",
            "regions": [
                "laurentides"
            ],
            "license": {
                "url": "https://zenbus.fr/zenbusapi/",
                "title": "Zenbus API",
                "isDownloadable": true
            },
            "features": [],
            "meta": {}
        },
        {
            "id": 42,
            "isArchived": false,
            "name": "Stratford Transit",
            "shortName": "Stratford",
            "slug": "stratford",
            "cities": [
                "Stratford"
            ],
            "defaultVehicleType": "bus",
            "color": "#002861",
            "textColor": "#FFFFFF",
            "regions": [
                "tor"
            ],
            "license": {
                "url": null,
                "title": "Not specified",
                "isDownloadable": true
            },
            "features": [
                "metrolinxTMIX",
                "tmixID:349560"
            ],
            "meta": {}
        },
        {
            "id": 43,
            "isArchived": false,
            "name": "Orangeville Transit",
            "shortName": "Orangeville",
            "slug": "orangeville",
            "cities": [
                "Orangeville"
            ],
            "defaultVehicleType": "bus",
            "color": "#f9820a",
            "textColor": "#FFFFFF",
            "regions": [
                "tor"
            ],
            "license": {
                "url": null,
                "title": "Not specified",
                "isDownloadable": true
            },
            "features": [
                "metrolinxTMIX",
                "tmixID:349360"
            ],
            "meta": {}
        },
        {
            "id": 44,
            "isArchived": false,
            "name": "St. Thomas Transit",
            "shortName": "St. Thomas",
            "slug": "stthomas",
            "cities": [
                "St. Thomas"
            ],
            "defaultVehicleType": "bus",
            "color": "#a70237",
            "textColor": "#FFFFFF",
            "regions": [
                "tor"
            ],
            "license": {
                "url": null,
                "title": "Not specified",
                "isDownloadable": true
            },
            "features": [
                "metrolinxTMIX",
                "tmixID:349660"
            ],
            "meta": {}
        },
        {
            "id": 45,
            "isArchived": false,
            "name": "Milton Transit",
            "shortName": "Milton",
            "slug": "milton",
            "cities": [
                "Milton"
            ],
            "defaultVehicleType": "bus",
            "color": "#00b3ee",
            "textColor": "#FFFFFF",
            "regions": [
                "tor"
            ],
            "license": {
                "url": null,
                "title": "Not specified",
                "isDownloadable": true
            },
            "features": [
                "metrolinxTMIX",
                "tmixID:Milton"
            ],
            "meta": {}
        },
        {
            "id": 46,
            "isArchived": false,
            "name": "Réseau de transport de la Capitale",
            "shortName": "RTC",
            "slug": "rtc",
            "cities": [
                "Québec",
                "Saint-Augustin-de-Desmaures",
                "L'Ancienne-Lorette"
            ],
            "defaultVehicleType": "bus",
            "color": "#003e8a",
            "textColor": "#FFFFFF",
            "regions": [
                "qc"
            ],
            "license": {
                "url": "https://www.rtcquebec.ca/donnees-ouvertes",
                "title": "License des données ouvertes",
                "isDownloadable": true
            },
            "features": [],
            "meta": {}
        },
        {
            "id": 48,
            "isArchived": false,
            "name": "MRC de Montcalm",
            "shortName": "Montcalm",
            "slug": "montcalm",
            "cities": [
                "Saint-Lin-Laurentides",
                "Terrebonne"
            ],
            "defaultVehicleType": "bus",
            "color": "#8ebb52",
            "textColor": "#FFFFFF",
            "regions": [
                "mtl"
            ],
            "license": {
                "url": "https://zenbus.fr/zenbusapi/",
                "title": "Zenbus API",
                "isDownloadable": true
            },
            "features": [],
            "meta": {}
        },
        {
            "id": 49,
            "isArchived": false,
            "name": "exo Le Richelain / Roussillon",
            "shortName": "Richelain / Roussillon",
            "slug": "lrrs",
            "cities": [
                "Candiac",
                "La Prairie",
                "Saint-Philippe"
            ],
            "defaultVehicleType": "bus",
            "color": "#7C5D81",
            "textColor": "#FFFFFF",
            "regions": [
                "mtl"
            ],
            "license": {
                "url": "https://www.donneesquebec.ca/fr/licence/#cc-by",
                "title": "Creative Commons – Attribution 4.0 CC-BY",
                "isDownloadable": true
            },
            "features": [],
            "meta": {}
        },
        {
            "id": 50,
            "isArchived": false,
            "name": "MiWay",
            "shortName": "MiWay",
            "slug": "miway",
            "cities": [
                "Mississauga"
            ],
            "defaultVehicleType": "bus",
            "color": "#f26322",
            "textColor": "#FFFFFF",
            "regions": [
                "tor"
            ],
            "license": {
                "url": "http://www5.mississauga.ca/research_catalogue/CityofMississauga_TermsofUse.pdf",
                "title": "City of Mississauga’s Terms and Conditions",
                "isDownloadable": true
            },
            "features": [],
            "meta": {}
        },
        {
            "id": 51,
            "isArchived": false,
            "name": "Saint-Jean-sur-Richelieu",
            "shortName": "SJSR",
            "slug": "sjsr",
            "cities": [
                "Saint-Jean-sur-Richelieu"
            ],
            "defaultVehicleType": "bus",
            "color": "#005982",
            "textColor": "#FFFFFF",
            "regions": [
                "mtl"
            ],
            "license": {
                "url": "https://zenbus.fr/zenbusapi/",
                "title": "Zenbus API",
                "isDownloadable": true
            },
            "features": [],
            "meta": {}
        },
        {
            "id": 54,
            "isArchived": false,
            "name": "Ville de Saint-Hyacinthe",
            "shortName": "Saint-Hyacinthe",
            "slug": "vsh",
            "cities": [
                "Saint-Hyacinthe"
            ],
            "defaultVehicleType": "bus",
            "color": "#08a78b",
            "textColor": "#FFFFFF",
            "regions": [
                "mtl"
            ],
            "license": {
                "url": null,
                "title": "Not specified",
                "isDownloadable": true
            },
            "features": [
                "useRouteFromTrip"
            ],
            "meta": {}
        },
        {
            "id": 55,
            "isArchived": false,
            "name": "OC Transpo",
            "shortName": "OC Transpo",
            "slug": "octranspo",
            "cities": [
                "Ottawa"
            ],
            "defaultVehicleType": "bus",
            "color": "#d94138",
            "textColor": "#ffffff",
            "regions": [
                "outaouais"
            ],
            "license": {
                "url": "https://ottawa.ca/en/city-hall/open-transparent-and-accountable-government/open-data#section-7d58affa-59a3-47f2-932d-ccb75000cefc",
                "title": "City of Ottawa Open Data Terms of Use",
                "isDownloadable": true
            },
            "features": [],
            "meta": {}
        }
    ]
}
 

Request   

GET v2/agencies

GET v2/agencies/{agency_slug}

Example request:
curl --request GET \
    --get "https://api.transittracker.ca/v2/agencies/stm"
$client = new \GuzzleHttp\Client();
$url = 'https://api.transittracker.ca/v2/agencies/stm';
$response = $client->get($url);
$body = $response->getBody();
print_r(json_decode((string) $body));
import requests
import json

url = 'https://api.transittracker.ca/v2/agencies/stm'
response = requests.request('GET', url, )
response.json()

Example response (200):

Show headers
cache-control: no-cache, private
content-type: application/json
x-ratelimit-limit: 138
x-ratelimit-remaining: 136
content-language: en
vary: Origin
 

{
    "data": {
        "id": 1,
        "isArchived": false,
        "name": "Société de transport de Montréal",
        "shortName": "STM",
        "slug": "stm",
        "cities": [
            "Montréal"
        ],
        "defaultVehicleType": "bus",
        "color": "#00AEEF",
        "textColor": "#FFFFFF",
        "regions": [
            "mtl"
        ],
        "license": {
            "url": "https://www.donneesquebec.ca/fr/licence/#cc-by",
            "title": "Creative Commons – Attribution 4.0 CC-BY",
            "isDownloadable": true
        },
        "features": [],
        "meta": {}
    }
}
 

Request   

GET v2/agencies/{agency_slug}

URL Parameters

agency_slug   string   

The slug of the agency. Example: stm

Alerts

GET v2/alerts

Example request:
curl --request GET \
    --get "https://api.transittracker.ca/v2/alerts"
$client = new \GuzzleHttp\Client();
$url = 'https://api.transittracker.ca/v2/alerts';
$response = $client->get($url);
$body = $response->getBody();
print_r(json_decode((string) $body));
import requests
import json

url = 'https://api.transittracker.ca/v2/alerts'
response = requests.request('GET', url, )
response.json()

Example response (200):

Show headers
cache-control: no-cache, private
content-type: application/json
x-ratelimit-limit: 2
x-ratelimit-remaining: 1
content-language: en
vary: Origin
 

{
    "data": [
        {
            "id": 63,
            "title": "Version 2.10 is here!",
            "subtitle": "It's been 2 years, but here is some update",
            "body": "<p>Version 2.10 is now available - with some behind the scenes update. Here is the important bit:</p><p><strong>Changelog:</strong></p><ul><li>New landing page;</li><li>New download page and format, with more fields exposed;</li><li>Improved table and filtering (more columns, filter agencies, filter fields by state);</li><li>Faster loading (not by much, but will be noticeable when loading dozens of agencies);</li><li>Components updates across the app;</li><li>BYOD removal;</li><li>And some small update here and there.</li></ul><p>I know, it's been over two years since the launch of version 2.9. I've been very busy, both personally and professionally, and I've had less time than I'd like to make updates. This update allows me to keep more parts of the app up to date, making future updates easier. The next update should arrive sooner!</p>",
            "color": "default",
            "icon": "M21,10.12H14.22L16.96,7.3C14.23,4.6 9.81,4.5 7.08,7.2C4.35,9.91 4.35,14.28 7.08,17C9.81,19.7 14.23,19.7 16.96,17C18.32,15.65 19,14.08 19,12.1H21C21,14.08 20.12,16.65 18.36,18.39C14.85,21.87 9.15,21.87 5.64,18.39C2.14,14.92 2.11,9.28 5.62,5.81C9.13,2.34 14.76,2.34 18.27,5.81L21,3V10.12M12.5,8V12.25L16,14.33L15.28,15.54L11,13V8H12.5Z",
            "action": null,
            "actionParameters": [],
            "image": "01K07CHMG16J9AFBCC40JMAY77.png",
            "canBeClosed": true
        }
    ]
}
 

Request   

GET v2/alerts

GET v2/alerts/{alert_id}

Example request:
curl --request GET \
    --get "https://api.transittracker.ca/v2/alerts/2"
$client = new \GuzzleHttp\Client();
$url = 'https://api.transittracker.ca/v2/alerts/2';
$response = $client->get($url);
$body = $response->getBody();
print_r(json_decode((string) $body));
import requests
import json

url = 'https://api.transittracker.ca/v2/alerts/2'
response = requests.request('GET', url, )
response.json()

Example response (403):

Show headers
cache-control: no-cache, private
content-type: application/json
x-ratelimit-limit: 2
x-ratelimit-remaining: 0
content-language: en
vary: Origin
 

{
    "message": "Alert is inactive or expired."
}
 

Request   

GET v2/alerts/{alert_id}

URL Parameters

alert_id   integer   

The ID of the alert. Example: 2

GET v2/regions/{region_slug}/alerts

Example request:
curl --request GET \
    --get "https://api.transittracker.ca/v2/regions/mtl/alerts"
$client = new \GuzzleHttp\Client();
$url = 'https://api.transittracker.ca/v2/regions/mtl/alerts';
$response = $client->get($url);
$body = $response->getBody();
print_r(json_decode((string) $body));
import requests
import json

url = 'https://api.transittracker.ca/v2/regions/mtl/alerts'
response = requests.request('GET', url, )
response.json()

Example response (200):

Show headers
cache-control: no-cache, private
content-type: application/json
laravel-responsecache: Thu, 17 Jul 2025 20:40:44 -0400
x-ratelimit-limit: 12
x-ratelimit-remaining: 9
content-language: en
vary: Origin
 

{
    "data": [
        {
            "id": 63,
            "title": "Version 2.10 is here!",
            "subtitle": "It's been 2 years, but here is some update",
            "body": "<p>Version 2.10 is now available - with some behind the scenes update. Here is the important bit:</p><p><strong>Changelog:</strong></p><ul><li>New landing page;</li><li>New download page and format, with more fields exposed;</li><li>Improved table and filtering (more columns, filter agencies, filter fields by state);</li><li>Faster loading (not by much, but will be noticeable when loading dozens of agencies);</li><li>Components updates across the app;</li><li>BYOD removal;</li><li>And some small update here and there.</li></ul><p>I know, it's been over two years since the launch of version 2.9. I've been very busy, both personally and professionally, and I've had less time than I'd like to make updates. This update allows me to keep more parts of the app up to date, making future updates easier. The next update should arrive sooner!</p>",
            "color": "default",
            "icon": "M21,10.12H14.22L16.96,7.3C14.23,4.6 9.81,4.5 7.08,7.2C4.35,9.91 4.35,14.28 7.08,17C9.81,19.7 14.23,19.7 16.96,17C18.32,15.65 19,14.08 19,12.1H21C21,14.08 20.12,16.65 18.36,18.39C14.85,21.87 9.15,21.87 5.64,18.39C2.14,14.92 2.11,9.28 5.62,5.81C9.13,2.34 14.76,2.34 18.27,5.81L21,3V10.12M12.5,8V12.25L16,14.33L15.28,15.54L11,13V8H12.5Z",
            "action": null,
            "actionParameters": [],
            "image": "01K07CHMG16J9AFBCC40JMAY77.png",
            "canBeClosed": true
        }
    ]
}
 

Request   

GET v2/regions/{region_slug}/alerts

URL Parameters

region_slug   string   

The slug of the region. Example: mtl

Endpoints

GET v2/health

Example request:
curl --request GET \
    --get "https://api.transittracker.ca/v2/health"
$client = new \GuzzleHttp\Client();
$url = 'https://api.transittracker.ca/v2/health';
$response = $client->get($url);
$body = $response->getBody();
print_r(json_decode((string) $body));
import requests
import json

url = 'https://api.transittracker.ca/v2/health'
response = requests.request('GET', url, )
response.json()

Example response (403):

Show headers
cache-control: no-cache, private
content-type: text/html; charset=UTF-8
vary: Origin
 

<!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="utf-8">
        <meta name="viewport" content="width=device-width, initial-scale=1">

        <title>Forbidden</title>

        <!-- Fonts -->
        <link rel="dns-prefetch" href="//fonts.gstatic.com">
        <link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet">

        <!-- Styles -->
        <style>
            html, body {
                background-color: #fff;
                color: #636b6f;
                font-family: 'Nunito', sans-serif;
                font-weight: 100;
                height: 100vh;
                margin: 0;
            }

            .full-height {
                height: 100vh;
            }

            .flex-center {
                align-items: center;
                display: flex;
                justify-content: center;
            }

            .position-ref {
                position: relative;
            }

            .code {
                border-right: 2px solid;
                font-size: 26px;
                padding: 0 15px 0 15px;
                text-align: center;
            }

            .message {
                font-size: 18px;
                text-align: center;
            }
        </style>
    </head>
    <body>
        <div class="flex-center position-ref full-height">
            <div class="code">
                403            </div>

            <div class="message" style="padding: 10px;">
                Secret header not set            </div>
        </div>
    </body>
</html>

 

Request   

GET v2/health

Landing

GeoJSON ressources used on the landing page

GET v2/landing

Example request:
curl --request GET \
    --get "https://api.transittracker.ca/v2/landing"
$client = new \GuzzleHttp\Client();
$url = 'https://api.transittracker.ca/v2/landing';
$response = $client->get($url);
$body = $response->getBody();
print_r(json_decode((string) $body));
import requests
import json

url = 'https://api.transittracker.ca/v2/landing'
response = requests.request('GET', url, )
response.json()

Example response (200):

Show headers
cache-control: public
content-type: application/json
x-ratelimit-limit: 5
x-ratelimit-remaining: 4
content-language: en
vary: Origin
 

{
    "type": "FeatureCollection",
    "features": [
        {
            "type": "Feature",
            "properties": {
                "slug": "mtl",
                "name": "Montréal",
                "agencies": 22,
                "vehicles": 900,
                "cities": [
                    "Montréal",
                    "Mont-Saint-Hilaire",
                    "Laval",
                    "Longueuil",
                    "Sainte-Thérèse",
                    "Mont-Saint-Hilaire",
                    "La Prairie",
                    "Lavaltrie",
                    "Sainte-Julie",
                    "Sainte-Martine",
                    "Sainte-Martine",
                    "Île Perrot",
                    "Sainte-Catherine",
                    "Contrecoeur",
                    "Terrebonne",
                    "Richelieu",
                    "Sorel-Tracy",
                    "Godmanchester",
                    "Saint-Lin-Laurentides",
                    "Candiac",
                    "Saint-Jean-sur-Richelieu",
                    "Saint-Hyacinthe"
                ],
                "range": 6
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    "-73.661",
                    "45.5894"
                ]
            }
        },
        {
            "type": "Feature",
            "properties": {
                "slug": "tor",
                "name": "Toronto",
                "agencies": 17,
                "vehicles": 2316,
                "cities": [
                    "Toronto",
                    "Brampton",
                    "Burlington",
                    "Ajax",
                    "Hamilton",
                    "Whitchurch-Stouffville",
                    "Elmira",
                    "Guelph",
                    "Stouffville",
                    "Borden",
                    "Toronto",
                    "London",
                    "Stratford",
                    "Orangeville",
                    "St. Thomas",
                    "Milton",
                    "Mississauga"
                ],
                "range": 7
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    "-79.4414",
                    "43.6936"
                ]
            }
        },
        {
            "type": "Feature",
            "properties": {
                "slug": "sh",
                "name": "Sherbrooke",
                "agencies": 1,
                "vehicles": 40,
                "cities": [
                    "Sherbrooke"
                ],
                "range": 3
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    "-71.8926",
                    "45.4043"
                ]
            }
        },
        {
            "type": "Feature",
            "properties": {
                "slug": "qc",
                "name": "Capitale-Nationale (Québec)",
                "agencies": 2,
                "vehicles": 156,
                "cities": [
                    "Saint-Lambert-de-Lauzon",
                    "Québec"
                ],
                "range": 5
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    "-71.3005",
                    "46.7456"
                ]
            }
        },
        {
            "type": "Feature",
            "properties": {
                "slug": "outaouais",
                "name": "Ottawa-Gatineau",
                "agencies": 2,
                "vehicles": 402,
                "cities": [
                    "Gatineau",
                    "Ottawa"
                ],
                "range": 5
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    "-75.7386",
                    "45.5388"
                ]
            }
        },
        {
            "type": "Feature",
            "properties": {
                "slug": "laurentides",
                "name": "Laurentides",
                "agencies": 3,
                "vehicles": 39,
                "cities": [
                    "Mont-Tremblant",
                    "Mont-Blanc",
                    "Saint-Jérôme"
                ],
                "range": 3
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    "-74.593",
                    "46.1185"
                ]
            }
        }
    ],
    "stats": {
        "totalVehiclesRecorded": 18148
    }
}
 

Request   

GET v2/landing

GET v2/landing/vehicles

Example request:
curl --request GET \
    --get "https://api.transittracker.ca/v2/landing/vehicles"
$client = new \GuzzleHttp\Client();
$url = 'https://api.transittracker.ca/v2/landing/vehicles';
$response = $client->get($url);
$body = $response->getBody();
print_r(json_decode((string) $body));
import requests
import json

url = 'https://api.transittracker.ca/v2/landing/vehicles'
response = requests.request('GET', url, )
response.json()

Example response (200):

Show headers
cache-control: public
content-type: application/json
x-ratelimit-limit: 5
x-ratelimit-remaining: 3
content-language: en
vary: Origin
 

{
    "type": "FeatureCollection",
    "features": [
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64193,
                    45.4508
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.87636,
                    45.42053
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57834,
                    45.48103
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61126,
                    45.53147
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62612,
                    45.5276
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.65169,
                    45.49595
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.67113,
                    45.46262
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61395,
                    45.43068
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57472,
                    45.48189
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.74716,
                    45.51443
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56176,
                    45.4831
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59865,
                    45.47689
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56805,
                    45.47011
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56567,
                    45.46873
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55841,
                    45.48127
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59547,
                    45.46445
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58145,
                    45.4827
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60906,
                    45.44753
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.65134,
                    45.44121
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55244,
                    45.4661
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60307,
                    45.46619
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58791,
                    45.46315
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56573,
                    45.49783
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64796,
                    45.44223
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.65097,
                    45.5844
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66866,
                    45.52935
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60855,
                    45.61138
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57043,
                    45.62022
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55724,
                    45.51388
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58965,
                    45.63127
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.65795,
                    45.42965
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5957,
                    45.58598
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6089,
                    45.48732
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.51633,
                    45.60785
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61534,
                    45.60816
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.51978,
                    45.60155
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60484,
                    45.62239
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58462,
                    45.51472
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.86968,
                    45.43688
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58807,
                    45.5972
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.7177,
                    45.48671
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.93951,
                    45.40387
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.84637,
                    45.4892
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.7188,
                    45.53158
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59617,
                    45.56874
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56165,
                    45.55694
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55104,
                    45.54746
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64976,
                    45.58348
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66283,
                    45.54263
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57053,
                    45.55021
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57462,
                    45.56093
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58986,
                    45.55613
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56035,
                    45.51496
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59281,
                    45.56423
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53752,
                    45.59207
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58184,
                    45.55156
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61939,
                    45.60693
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53839,
                    45.66189
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56111,
                    45.53954
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55228,
                    45.62527
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57252,
                    45.58284
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5817,
                    45.60458
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53366,
                    45.59895
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59301,
                    45.54732
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5392,
                    45.46511
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60502,
                    45.53396
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.85568,
                    45.49149
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64088,
                    45.54947
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.65537,
                    45.55067
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6689,
                    45.55463
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59116,
                    45.5223
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.67267,
                    45.51127
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64377,
                    45.59454
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56548,
                    45.5173
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57146,
                    45.50419
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59811,
                    45.52679
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.54904,
                    45.55115
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.54692,
                    45.56121
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55102,
                    45.57031
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55198,
                    45.52522
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5808,
                    45.5064
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.51024,
                    45.66776
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61117,
                    45.53797
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56374,
                    45.5829
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56328,
                    45.49958
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56652,
                    45.49916
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53233,
                    45.51193
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57729,
                    45.54267
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53453,
                    45.5214
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59761,
                    45.53097
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63808,
                    45.50345
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60757,
                    45.49557
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.68354,
                    45.51372
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66798,
                    45.55542
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.65667,
                    45.55033
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5338,
                    45.54726
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57034,
                    45.55015
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.68987,
                    45.5086
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.85022,
                    45.48908
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.70981,
                    45.49798
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.68037,
                    45.5159
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64275,
                    45.57177
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63854,
                    45.60027
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64324,
                    45.57119
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56702,
                    45.498
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57526,
                    45.56768
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.65472,
                    45.5505
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.49545,
                    45.63582
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58204,
                    45.5012
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62769,
                    45.58242
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66022,
                    45.61148
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60755,
                    45.62098
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.84018,
                    45.47856
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62763,
                    45.49876
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59436,
                    45.51896
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55791,
                    45.66206
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55051,
                    45.60516
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66109,
                    45.53158
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.4953,
                    45.65034
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.54449,
                    45.60986
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62888,
                    45.46892
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62742,
                    45.47054
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61388,
                    45.53894
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58083,
                    45.48223
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.68576,
                    45.49763
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61296,
                    45.51306
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.65079,
                    45.48899
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64735,
                    45.5232
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6536,
                    45.52278
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6597,
                    45.4605
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57065,
                    45.49828
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5688,
                    45.50044
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56876,
                    45.50048
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57888,
                    45.48254
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.67261,
                    45.54771
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59128,
                    45.52256
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.76596,
                    45.49833
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62341,
                    45.51882
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66081,
                    45.50739
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.69366,
                    45.52145
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61013,
                    45.60075
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53221,
                    45.5117
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60905,
                    45.55674
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53221,
                    45.5117
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61084,
                    45.58702
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.82982,
                    45.46736
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.68383,
                    45.5146
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.83078,
                    45.46519
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.84745,
                    45.44992
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.80977,
                    45.46534
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53645,
                    45.59718
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56296,
                    45.53099
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6196,
                    45.47975
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59709,
                    45.57756
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58357,
                    45.49449
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58382,
                    45.48988
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58024,
                    45.48179
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5605,
                    45.5242
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53733,
                    45.58954
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.54968,
                    45.45068
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55017,
                    45.62436
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55899,
                    45.51199
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55769,
                    45.60872
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.52324,
                    45.56762
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.51897,
                    45.57865
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61622,
                    45.62851
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59753,
                    45.63832
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56492,
                    45.59575
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.54004,
                    45.58956
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60744,
                    45.62104
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64089,
                    45.598
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59621,
                    45.58643
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.50034,
                    45.64177
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64685,
                    45.44209
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62617,
                    45.45513
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.65033,
                    45.58421
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.74263,
                    45.44676
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57732,
                    45.65068
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.83115,
                    45.4656
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.54517,
                    45.53078
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53465,
                    45.5965
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61893,
                    45.50318
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.82591,
                    45.46257
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.40424,
                    45.49734
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.4723,
                    45.47464
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.37888,
                    45.49322
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.45259,
                    45.52836
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.49371,
                    45.51056
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.51484,
                    45.51926
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.4761,
                    45.52701
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.44953,
                    45.52717
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55672,
                    45.56603
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62342,
                    45.60558
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.45152,
                    45.50898
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60355,
                    45.47413
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62435,
                    45.53057
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.68392,
                    45.51394
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.52641,
                    45.5867
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.74688,
                    45.45017
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66684,
                    45.56063
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.75159,
                    45.45713
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.65084,
                    45.43145
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55817,
                    45.50733
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61214,
                    45.44573
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.67159,
                    45.52361
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5451,
                    45.66363
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.4818,
                    45.70107
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55167,
                    45.53331
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.86887,
                    45.47762
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.47916,
                    45.49008
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.72341,
                    45.5313
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59792,
                    45.53164
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60489,
                    45.55037
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.68038,
                    45.50188
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58654,
                    45.52782
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.68677,
                    45.51099
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.49368,
                    45.5295
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57094,
                    45.50373
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56122,
                    45.53623
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57148,
                    45.59118
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66512,
                    45.52155
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57114,
                    45.5047
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.49014,
                    45.68757
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59193,
                    45.61813
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.75018,
                    45.51241
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.68082,
                    45.53458
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.42778,
                    45.58406
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5824,
                    45.4958
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6162,
                    45.47037
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63876,
                    45.55017
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61492,
                    45.52046
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.42473,
                    45.4738
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58642,
                    45.48252
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57785,
                    45.52216
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60495,
                    45.53395
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55843,
                    45.50062
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.83673,
                    45.51308
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.54877,
                    45.5321
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.70208,
                    45.53602
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55137,
                    45.54612
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.43207,
                    45.43689
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64288,
                    45.48874
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59404,
                    45.5193
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.79019,
                    45.45514
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61919,
                    45.45983
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56248,
                    45.46604
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.54651,
                    45.56185
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5443,
                    45.59549
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.69225,
                    45.43836
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.43446,
                    45.44706
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.51338,
                    45.52858
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60835,
                    45.4959
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.51673,
                    45.52606
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66556,
                    45.50871
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.4939,
                    45.54671
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63886,
                    45.5764
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53386,
                    45.52132
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.7211,
                    45.48608
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55726,
                    45.48766
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61312,
                    45.47623
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.4598,
                    45.53375
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.48025,
                    45.46529
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.75029,
                    45.49839
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.8613,
                    45.4828
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57234,
                    45.58277
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.51042,
                    45.65403
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.85169,
                    45.49205
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6412,
                    45.59733
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53163,
                    45.51205
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.54257,
                    45.58268
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5842,
                    45.62342
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.75269,
                    45.49665
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.82806,
                    45.46815
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.54675,
                    45.56146
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56522,
                    45.58979
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.54599,
                    45.56889
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.80701,
                    45.4561
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.49522,
                    45.467
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56837,
                    45.51882
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56837,
                    45.51491
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60073,
                    45.54954
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57941,
                    45.4939
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58773,
                    45.48625
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61868,
                    45.56775
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.49221,
                    45.54572
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60777,
                    45.54826
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63556,
                    45.54927
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.43707,
                    45.59175
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64387,
                    45.56575
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57103,
                    45.53825
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56696,
                    45.5775
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.82526,
                    45.44043
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.8629,
                    45.49773
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53559,
                    45.46964
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53571,
                    45.46828
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57435,
                    45.50407
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64273,
                    45.58698
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5826,
                    45.57816
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.40675,
                    45.49828
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.45712,
                    45.45148
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58313,
                    45.56374
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.70511,
                    45.47855
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55349,
                    45.52312
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62524,
                    45.60654
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.49693,
                    45.52343
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.48921,
                    45.50525
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.89178,
                    45.46498
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6451,
                    45.61378
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.70786,
                    45.58375
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.75046,
                    45.55536
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61556,
                    45.47412
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60477,
                    45.47364
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.51292,
                    45.5365
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.44375,
                    45.51362
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.68065,
                    45.50985
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.46726,
                    45.46832
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62561,
                    45.5078
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53551,
                    45.46964
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.46599,
                    45.50491
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57719,
                    45.65079
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59146,
                    45.58358
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.72191,
                    45.49419
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.45705,
                    45.51917
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.69061,
                    45.51932
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63541,
                    45.48293
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61749,
                    45.56735
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61379,
                    45.51261
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.77127,
                    45.62467
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60971,
                    45.55235
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.65546,
                    45.55159
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.87849,
                    45.45454
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64149,
                    45.45451
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57246,
                    45.47381
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.46988,
                    45.53555
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53481,
                    45.54966
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.51793,
                    45.53141
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55077,
                    45.48671
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58182,
                    45.57953
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53818,
                    45.66201
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55489,
                    45.51361
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56593,
                    45.52263
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.51859,
                    45.62766
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53099,
                    45.36447
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.68041,
                    45.50186
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5642,
                    45.6587
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55231,
                    45.52406
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.83083,
                    45.46526
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5204,
                    45.52407
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58424,
                    45.43828
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64836,
                    45.60321
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.84892,
                    45.4662
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.46898,
                    45.46563
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59236,
                    45.48191
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.39947,
                    45.50307
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.40005,
                    45.50601
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.4941,
                    45.51031
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64662,
                    45.59041
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66864,
                    45.55428
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.72737,
                    45.48806
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58129,
                    45.61856
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.48846,
                    45.69257
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.81047,
                    45.44363
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.51431,
                    45.57864
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63393,
                    45.58752
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57027,
                    45.57053
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.82659,
                    45.46507
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.49846,
                    45.68829
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.52013,
                    45.52201
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64924,
                    45.47062
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64938,
                    45.47954
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5704,
                    45.51023
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.70885,
                    45.47833
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.69776,
                    45.53907
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.44926,
                    45.56999
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56782,
                    45.50941
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.44805,
                    45.59977
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55136,
                    45.54692
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.67007,
                    45.44676
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61926,
                    45.55579
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63859,
                    45.60675
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58633,
                    45.54169
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53384,
                    45.59864
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63042,
                    45.50288
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61124,
                    45.56461
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53414,
                    45.59782
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66125,
                    45.53468
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.8217,
                    45.46564
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58349,
                    45.55824
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.432,
                    45.43693
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56804,
                    45.50105
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60287,
                    45.56646
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.70244,
                    45.49937
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6357,
                    45.60562
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.88875,
                    45.43882
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.51817,
                    45.64957
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62327,
                    45.49677
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61969,
                    45.60521
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60345,
                    45.43463
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60517,
                    45.4733
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.71355,
                    45.52367
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59724,
                    45.55361
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55176,
                    45.52547
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56004,
                    45.51084
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56545,
                    45.50558
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6619,
                    45.47554
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59446,
                    45.51901
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53946,
                    45.66085
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60933,
                    45.60164
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64805,
                    45.42542
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57883,
                    45.4955
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66254,
                    45.56252
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.67103,
                    45.45776
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6449,
                    45.46545
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.54403,
                    45.45584
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60962,
                    45.42856
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6042,
                    45.47364
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.67067,
                    45.50979
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62585,
                    45.4443
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57594,
                    45.49276
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63646,
                    45.57591
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59754,
                    45.46252
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56782,
                    45.50941
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.52324,
                    45.56762
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63387,
                    45.44904
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57459,
                    45.52594
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56161,
                    45.50033
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.74377,
                    45.44758
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63271,
                    45.43127
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5517,
                    45.64486
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.89178,
                    45.46498
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57904,
                    45.5623
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55315,
                    45.47903
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59391,
                    45.43266
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58673,
                    45.56469
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61102,
                    45.4262
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.68119,
                    45.53434
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.54158,
                    45.65955
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53412,
                    45.59695
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64069,
                    45.43858
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.7358,
                    45.52354
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57982,
                    45.65025
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63541,
                    45.48293
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64849,
                    45.49147
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.794,
                    45.44872
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5563,
                    45.49485
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.68861,
                    45.43658
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57877,
                    45.49005
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55717,
                    45.50019
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60825,
                    45.42904
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61471,
                    45.47113
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60167,
                    45.53768
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.50549,
                    45.6746
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59472,
                    45.44319
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57997,
                    45.48356
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6127,
                    45.53949
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.69226,
                    45.43961
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62074,
                    45.60729
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.65429,
                    45.47448
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.94028,
                    45.40363
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.65485,
                    45.42255
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55724,
                    45.48771
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60968,
                    45.46885
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.51237,
                    45.59959
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64304,
                    45.51291
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62207,
                    45.6239
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60537,
                    45.47731
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66819,
                    45.47082
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56422,
                    45.49647
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58018,
                    45.61694
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63007,
                    45.45681
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62747,
                    45.48548
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63673,
                    45.47678
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62534,
                    45.52893
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64703,
                    45.44297
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.49157,
                    45.55777
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.43823,
                    45.59282
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55633,
                    45.59507
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.48376,
                    45.4971
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55421,
                    45.61367
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.52053,
                    45.52439
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64405,
                    45.51601
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.44179,
                    45.47385
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.49716,
                    45.63026
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.37843,
                    45.48512
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.41998,
                    43.79768
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.17664,
                    43.81863
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.258,
                    43.73466
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.32594,
                    43.78152
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.30815,
                    43.70647
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.76022,
                    43.37939
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.79639,
                    43.32558
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.86607,
                    43.25571
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.81368,
                    43.90645
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.97495,
                    43.89225
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.812,
                    43.33646
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.30798,
                    43.77888
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.83125,
                    43.37675
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.09032,
                    43.83595
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.80124,
                    43.35036
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.25457,
                    43.79053
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.79836,
                    43.41058
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.86719,
                    43.25457
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.81179,
                    43.33668
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.93005,
                    43.23412
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.9018,
                    43.18395
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.84773,
                    43.25959
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.77823,
                    43.23098
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.39799,
                    43.63596
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.83877,
                    43.3787
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.77692,
                    43.23078
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.86521,
                    43.25873
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.38818,
                    43.86783
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.94484,
                    43.26542
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.94482,
                    43.22749
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.54749,
                    43.78847
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.80302,
                    43.20879
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.84863,
                    43.94192
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.6459,
                    43.21662
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.86768,
                    43.25611
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.48801,
                    43.86102
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.61604,
                    43.79092
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.6067,
                    43.81557
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.85183,
                    43.94528
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.86345,
                    43.21753
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.4582,
                    43.78982
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.48037,
                    43.75423
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.86993,
                    43.25524
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.43097,
                    43.7956
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.83144,
                    43.24127
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.08505,
                    43.83293
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.26382,
                    43.73209
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.5121,
                    43.85515
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.8998,
                    43.95562
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.77225,
                    43.23989
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.42487,
                    43.81628
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.85703,
                    43.95623
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.78468,
                    43.24237
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.62077,
                    43.7734
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.90295,
                    43.96295
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.1063,
                    43.82383
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.51902,
                    43.95465
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.97465,
                    43.26878
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.0515,
                    43.87443
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.53416,
                    43.82718
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.93524,
                    43.25703
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.08995,
                    43.83593
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.51231,
                    43.95537
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.41493,
                    43.87625
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.82589,
                    43.25387
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.85444,
                    43.24086
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.89458,
                    43.24613
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.86662,
                    43.9537
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.87677,
                    43.88897
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.87125,
                    43.25195
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.69995,
                    43.93127
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.8103,
                    43.24057
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.80345,
                    43.23882
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.87745,
                    43.88707
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.83905,
                    43.92603
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.81591,
                    43.26348
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.4827,
                    43.84282
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.19946,
                    43.80013
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.87607,
                    43.8889
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.80359,
                    43.25513
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.44213,
                    43.89452
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.84309,
                    43.8757
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.47231,
                    43.79712
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.43373,
                    43.85538
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.87767,
                    43.87768
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.41655,
                    43.78427
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.91901,
                    43.92672
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.41662,
                    43.7844
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.60954,
                    43.77607
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.71204,
                    43.9092
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.14177,
                    43.8203
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.53036,
                    43.79298
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.86327,
                    43.21788
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.54382,
                    43.59167
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.01835,
                    43.84443
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.86957,
                    43.25694
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.44196,
                    43.88943
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.86739,
                    43.25369
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.10664,
                    43.81305
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.88066,
                    43.24364
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.91963,
                    43.9044
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.00528,
                    43.90405
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.85402,
                    43.90705
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.46385,
                    43.98477
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.8774,
                    43.889
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.88585,
                    43.93133
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.29676,
                    43.68949
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.24205,
                    43.79329
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.87023,
                    43.25696
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.50312,
                    43.81482
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.43834,
                    43.65142
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.46111,
                    43.97208
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.88835,
                    43.21334
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.86996,
                    43.25547
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.44514,
                    43.90437
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.48642,
                    44.05264
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.4909,
                    43.76513
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.87322,
                    43.19792
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.48238,
                    43.72643
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.32653,
                    43.86552
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.91573,
                    43.26226
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.2322,
                    43.8992
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.84293,
                    43.21938
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.3187,
                    43.89777
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.42295,
                    43.84205
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.78413,
                    43.21754
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.31015,
                    43.88985
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.03133,
                    43.1932
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.25125,
                    43.91077
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.78386,
                    43.25515
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.3811,
                    43.91656
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.27115,
                    43.95838
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.41399,
                    43.7821
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.78096,
                    43.24156
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.86052,
                    43.24367
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.42023,
                    43.79818
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.2977,
                    43.86398
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.9719,
                    43.23537
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.41428,
                    43.78235
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.35825,
                    43.84995
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.27354,
                    43.84245
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.83414,
                    43.24622
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.8224,
                    43.224
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.73061,
                    43.21904
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.83514,
                    43.24477
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.44223,
                    43.89347
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.39233,
                    43.84205
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.37718,
                    43.84558
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.45094,
                    43.92782
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.47615,
                    44.0369
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.26372,
                    43.80131
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.43539,
                    43.86303
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.51348,
                    43.79673
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.52742,
                    43.79347
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.36786,
                    43.71285
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.45336,
                    43.7718
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.31598,
                    43.72617
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.58331,
                    43.71883
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.29153,
                    43.89571
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.54349,
                    43.59193
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.5254,
                    43.77469
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.45118,
                    43.77237
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.35436,
                    43.66504
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.18549,
                    43.78445
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.4785,
                    43.75471
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.23923,
                    43.71533
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.31556,
                    43.75836
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.46497,
                    43.76106
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.27415,
                    43.71358
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.42551,
                    43.68113
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.50047,
                    43.73904
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.33607,
                    43.7142
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.37641,
                    43.65667
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.30649,
                    43.73375
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.19915,
                    43.74748
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.25847,
                    43.73505
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.17319,
                    43.81209
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.37521,
                    43.76947
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.44127,
                    43.6396
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.22312,
                    43.75311
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.32831,
                    43.72959
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.22804,
                    43.77725
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.55577,
                    43.7493
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.61447,
                    43.74484
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.23445,
                    43.73963
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.43263,
                    43.6745
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.94261,
                    43.25843
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.48189,
                    43.62332
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.26381,
                    43.73231
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.20165,
                    43.76496
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.4156,
                    43.72224
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.79736,
                    43.19373
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.60968,
                    43.73398
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.8029,
                    43.87755
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.86456,
                    43.24407
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.86809,
                    43.25898
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.32335,
                    43.7756
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.77117,
                    43.26377
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.41997,
                    43.79817
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.54248,
                    43.82122
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.44913,
                    43.86855
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.22678,
                    43.86458
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.86189,
                    43.95565
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.02251,
                    43.19495
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.18488,
                    43.78467
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.7971,
                    43.19379
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.12525,
                    44.10933
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.89507,
                    43.22239
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.39052,
                    43.86167
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.28927,
                    43.88505
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.86199,
                    43.19861
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.69257,
                    43.21255
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.86956,
                    43.25579
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.92795,
                    43.86835
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.74268,
                    43.23288
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.94371,
                    43.26026
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.92891,
                    43.25748
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.84962,
                    43.25019
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.45477,
                    43.83172
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.55064,
                    43.67737
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.30524,
                    43.8326
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.23205,
                    43.77672
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.48462,
                    44.05163
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.41469,
                    43.71829
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.74758,
                    43.21753
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.62493,
                    43.75276
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.26287,
                    43.80873
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.32712,
                    43.82728
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.86384,
                    43.26845
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.75686,
                    43.24344
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.08475,
                    43.83313
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.89517,
                    43.2726
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.28386,
                    43.80427
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.30865,
                    43.85357
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.4148,
                    43.78
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.90492,
                    43.26225
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.36038,
                    43.6543
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.4481,
                    43.84978
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.2313,
                    43.8806
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.57438,
                    43.72804
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.46204,
                    43.84715
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.41309,
                    43.76967
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.78544,
                    43.33806
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.94849,
                    43.24539
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.9443,
                    43.88515
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.87373,
                    43.25835
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.31464,
                    43.86037
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.83026,
                    43.23059
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.39748,
                    43.8312
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.45645,
                    44.07848
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.38235,
                    43.71002
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.77892,
                    43.91402
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.60903,
                    43.82532
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.57355,
                    43.78393
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.4365,
                    43.86657
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.4171,
                    43.88312
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.44661,
                    43.78808
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.34312,
                    43.6947
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.79285,
                    43.35708
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.82304,
                    43.24889
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.48859,
                    43.76455
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.79622,
                    43.32535
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.42484,
                    43.80658
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.25193,
                    43.94728
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.96254,
                    43.22437
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.86802,
                    43.25455
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.40362,
                    43.82829
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.87715,
                    43.8893
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.58755,
                    43.7281
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.864,
                    43.24583
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.89101,
                    43.20699
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.78992,
                    43.36794
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.32381,
                    43.77732
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.52666,
                    43.7744
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.50445,
                    44.0424
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.43895,
                    43.87813
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.31254,
                    43.76496
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.4279,
                    44.30995
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.44189,
                    43.76913
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.92703,
                    43.16306
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.3604,
                    43.85928
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.46093,
                    43.85723
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.35849,
                    43.65376
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.45403,
                    43.82847
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.93778,
                    43.86562
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.45076,
                    43.81742
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.40947,
                    43.70558
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.94867,
                    43.89502
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.04778,
                    43.83757
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.85637,
                    43.31317
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.4292,
                    43.83618
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.33988,
                    43.85395
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.52766,
                    43.77408
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.82995,
                    43.8953
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.4257,
                    43.83993
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.05891,
                    43.87188
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.42326,
                    43.81032
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.30202,
                    43.72282
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.26307,
                    43.85328
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.50045,
                    43.80005
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.80557,
                    43.22399
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56938,
                    45.59855
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.78847,
                    43.24438
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.86147,
                    43.25134
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.7858,
                    43.1754
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.79655,
                    43.24684
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.84993,
                    43.2352
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.2789,
                    43.70701
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.61658,
                    43.8139
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.84783,
                    43.94
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.38502,
                    44.31845
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.3991,
                    43.70539
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.5265,
                    43.68181
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.43411,
                    43.67436
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.83324,
                    43.90252
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.46214,
                    44.2129
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.45102,
                    43.81435
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.45201,
                    43.73356
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.32183,
                    43.70656
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.28642,
                    43.84767
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.86216,
                    43.22272
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.86712,
                    43.23787
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.20482,
                    43.78279
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.4656,
                    45.5226
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.29482,
                    43.77381
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.36123,
                    43.64754
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.28383,
                    43.68077
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.37038,
                    43.77062
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.51926,
                    43.76916
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.31016,
                    43.67203
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.5189,
                    43.88698
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.29939,
                    43.86757
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.98673,
                    43.8699
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.74478,
                    43.36066
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.2257,
                    43.88013
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.4663,
                    43.99413
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.54105,
                    43.84773
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.88793,
                    43.94242
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.86791,
                    43.25286
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.18524,
                    43.78419
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.33031,
                    43.65606
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.67558,
                    43.90908
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.03905,
                    43.84645
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.86008,
                    43.8891
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.92551,
                    43.9417
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.41898,
                    43.88988
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.46826,
                    45.51618
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.45181,
                    43.77938
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.40785,
                    43.84537
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.44518,
                    43.90507
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.24378,
                    43.91485
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.70107,
                    43.93413
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.53535,
                    43.63785
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.11771,
                    43.87755
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.41337,
                    43.67038
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.90102,
                    43.25927
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.01622,
                    43.86368
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.41312,
                    45.4888
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.60471,
                    43.72915
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6264,
                    45.52343
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.65044,
                    45.46048
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.44716,
                    45.4347
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.82378,
                    45.4414
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.29616,
                    43.72607
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.77668,
                    43.23063
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.86348,
                    43.89727
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.4489,
                    45.48218
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53865,
                    45.59053
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.46602,
                    45.47644
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.8772,
                    43.88939
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.1873,
                    43.7868
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.50797,
                    43.75916
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.61959,
                    43.73018
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.39857,
                    43.70509
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.8659,
                    43.89725
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5022,
                    45.49659
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62278,
                    45.51908
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.72961,
                    43.21997
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.4691,
                    43.79787
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.30365,
                    43.83837
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.55576,
                    43.82635
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.51237,
                    43.77895
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.50925,
                    43.8419
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.35889,
                    43.84977
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.41553,
                    43.7822
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.47515,
                    43.9169
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.28332,
                    43.86758
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58958,
                    45.51595
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64148,
                    45.45427
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55476,
                    45.55458
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55441,
                    45.542
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.65349,
                    43.69473
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.95164,
                    45.40317
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.88492,
                    45.41167
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.88464,
                    45.41148
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.92688,
                    45.39827
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.89375,
                    45.40432
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.89495,
                    45.37998
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.95345,
                    45.40241
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.92977,
                    45.39244
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.87225,
                    45.42184
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.89435,
                    45.39941
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.953,
                    45.40239
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.88427,
                    45.4117
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.92946,
                    45.37873
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.93709,
                    45.3814
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.88302,
                    45.41072
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.89326,
                    45.39994
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.86812,
                    45.44696
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.88406,
                    45.4118
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.88951,
                    45.40178
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.94535,
                    45.41321
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.28929,
                    43.79587
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.96991,
                    45.39135
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.93235,
                    45.38137
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.88329,
                    45.41101
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.9254,
                    45.37771
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.49207,
                    45.68545
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.51141,
                    43.7787
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6278,
                    45.48526
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.85626,
                    45.36631
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.89651,
                    45.39877
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.90144,
                    45.3897
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.98899,
                    45.37839
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.89648,
                    45.3943
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59396,
                    45.53604
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.5339,
                    43.82733
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58125,
                    45.48281
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60346,
                    45.47382
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.50097,
                    43.49586
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.58238,
                    43.46337
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.56116,
                    43.43559
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.56036,
                    43.43535
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.54237,
                    43.4425
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.4567,
                    43.42017
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.55645,
                    43.52173
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.52206,
                    43.51077
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.5463,
                    43.48767
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.52322,
                    43.44733
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.52737,
                    43.50015
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.49908,
                    43.40578
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.47871,
                    43.43397
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.43977,
                    43.42248
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.32367,
                    43.39483
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.3213,
                    43.33792
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.53623,
                    43.42783
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.49815,
                    43.45307
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.49177,
                    43.43723
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.32269,
                    43.39242
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.313,
                    43.35767
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.58289,
                    43.45807
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.49136,
                    43.44532
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.50063,
                    43.50882
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.55278,
                    43.54413
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.4394,
                    43.3998
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.31718,
                    43.36923
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    0,
                    0
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.31347,
                    43.35765
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.52507,
                    43.49915
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.53722,
                    43.47788
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.45393,
                    43.41992
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.53758,
                    43.47068
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.49498,
                    43.45307
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.52683,
                    43.46465
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.52955,
                    43.49838
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.4993,
                    43.4531
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.44164,
                    43.4225
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.43987,
                    43.42252
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.46764,
                    43.3981
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.50048,
                    43.45025
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.2819,
                    43.3904
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.32845,
                    43.40872
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.54414,
                    43.46198
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.34129,
                    43.4326
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.31585,
                    43.35347
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.42575,
                    43.39077
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.52945,
                    43.50015
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.56,
                    43.4368
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.39805,
                    43.38513
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.56333,
                    43.46493
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.31364,
                    43.35703
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.37746,
                    43.39178
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.4838,
                    43.81185
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.32245,
                    43.39297
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.31353,
                    43.35892
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.39305,
                    43.40943
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.36951,
                    43.39992
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.53655,
                    43.84908
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.5293,
                    43.48082
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.56039,
                    43.43517
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57584,
                    45.5465
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.53175,
                    43.4799
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.49928,
                    43.42085
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.47687,
                    43.43702
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.32805,
                    43.41848
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.31293,
                    43.35728
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.5011,
                    43.40735
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.49632,
                    43.45402
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.52731,
                    43.79633
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.21069,
                    43.49202
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.22343,
                    43.55235
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.27298,
                    43.55589
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.22449,
                    43.52694
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.22156,
                    43.52559
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.23978,
                    43.52085
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.30088,
                    43.52811
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.24524,
                    43.54589
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.22432,
                    43.52707
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.23852,
                    43.51622
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.24722,
                    43.50974
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.24497,
                    43.54614
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.85314,
                    43.3141
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.26013,
                    43.77397
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.53543,
                    43.71382
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.80968,
                    43.34028
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.51637,
                    43.61977
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.64788,
                    43.59467
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.86978,
                    43.25298
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.74427,
                    43.50613
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.8683,
                    43.2524
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.76234,
                    43.68715
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.23209,
                    43.7847
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.7554,
                    43.59732
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.42523,
                    43.84015
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.70937,
                    43.68762
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.44891,
                    43.7255
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.506,
                    43.18918
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.82915,
                    43.38948
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.69587,
                    44.38218
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.75802,
                    43.24322
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.37634,
                    43.64347
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.86792,
                    43.52412
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.76067,
                    43.58488
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.59229,
                    44.0213
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.31278,
                    43.76827
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.2644,
                    43.90177
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.57252,
                    43.6723
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.2297,
                    44.01868
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.08411,
                    43.83113
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.20413,
                    43.51718
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.66106,
                    43.58732
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.6957,
                    43.9018
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.98963,
                    43.4902
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.49505,
                    43.45672
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.08346,
                    43.83217
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.87507,
                    43.89612
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.42209,
                    43.64066
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.33374,
                    43.67336
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.1136,
                    43.45748
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.86747,
                    43.52408
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.24464,
                    43.54078
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.68024,
                    44.33994
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.68021,
                    44.34008
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.6803,
                    44.3404
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.68026,
                    44.34058
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.67296,
                    44.41084
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.68748,
                    44.36119
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.73542,
                    44.39721
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.71304,
                    44.40806
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.69482,
                    44.41841
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.69122,
                    44.388
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.71676,
                    44.39595
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.73125,
                    44.37484
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.7097,
                    44.35608
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.26248,
                    43.88311
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.70186,
                    44.40268
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.65693,
                    44.39709
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.24385,
                    43.13987
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.69588,
                    43.69107
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.47695,
                    43.74661
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.1287,
                    44.09703
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.5514,
                    43.78025
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.87102,
                    43.91415
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.64996,
                    43.59352
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.61465,
                    43.21158
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.41437,
                    43.78253
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.27702,
                    43.56548
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.2796,
                    43.56332
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.5241,
                    43.78333
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.65017,
                    43.59452
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.39865,
                    43.83748
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.61993,
                    43.58282
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.21712,
                    43.53215
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.88893,
                    43.87263
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.65452,
                    44.41608
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.26081,
                    43.55303
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.28711,
                    43.52497
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.68937,
                    43.70223
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.14503,
                    43.79765
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.22305,
                    43.56538
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.66945,
                    44.37012
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.52548,
                    43.78285
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.64867,
                    43.59533
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.22425,
                    43.52868
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.14058,
                    43.80243
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.3753,
                    43.18547
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.71999,
                    43.48803
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.3228,
                    43.393
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.64743,
                    43.59465
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.4491,
                    43.7258
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.62994,
                    43.75488
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.24598,
                    43.54568
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.23072,
                    43.53081
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.70448,
                    43.5608
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.41088,
                    43.7597
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.56997,
                    43.69103
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.42538,
                    43.84033
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.54073,
                    43.47502
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.88556,
                    43.87058
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.2255,
                    43.52953
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.0835,
                    43.83219
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.61273,
                    44.35937
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.84175,
                    43.52458
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.32663,
                    43.52942
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.18372,
                    43.50169
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.8694,
                    43.25293
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.08755,
                    43.82913
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.87962,
                    43.29775
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.54757,
                    43.49652
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.24571,
                    43.54558
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.28703,
                    44.3572
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.47823,
                    43.43855
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.44165,
                    43.42197
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.19208,
                    43.51919
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.61173,
                    43.68208
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.06285,
                    43.10868
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.2494,
                    43.54411
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.26058,
                    43.57735
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.70412,
                    44.38115
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.3219,
                    43.17998
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.2242,
                    43.52926
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.23569,
                    43.56962
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.50308,
                    43.44102
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.23165,
                    43.88015
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.68137,
                    43.45633
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.06253,
                    43.1086
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.59077,
                    43.6762
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.5404,
                    43.4991
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.62321,
                    44.06182
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.44234,
                    43.41357
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.54045,
                    43.47405
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.49247,
                    43.45553
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.46349,
                    43.42338
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.86878,
                    43.25278
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.27151,
                    43.35048
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.47997,
                    43.80678
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.22372,
                    43.52904
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63054,
                    45.48196
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.564,
                    43.46843
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.44772,
                    43.4213
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.68868,
                    43.70272
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.90659,
                    43.97203
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.40375,
                    43.3908
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.74375,
                    43.50575
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.67917,
                    44.33665
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.26254,
                    43.77358
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.96263,
                    45.38584
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.70073,
                    43.66788
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60446,
                    45.44916
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.64173,
                    43.6029
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.65436,
                    44.36016
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.71436,
                    44.35513
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.5618,
                    43.43667
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.52531,
                    43.78338
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.4351,
                    43.7355
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.37638,
                    43.64403
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.54425,
                    43.43175
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.5364,
                    43.47225
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.18594,
                    43.78543
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.53185,
                    43.82745
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.49474,
                    43.61806
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.68121,
                    43.45607
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.46975,
                    43.4028
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.76971,
                    43.24413
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.49506,
                    43.61782
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.85809,
                    43.66792
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.78762,
                    43.59403
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.70618,
                    45.5024
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.06997,
                    43.85053
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.725,
                    44.38116
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.88432,
                    43.89392
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.13502,
                    43.80575
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.04414,
                    43.85717
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.32663,
                    43.40398
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.40675,
                    43.38915
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.47207,
                    43.40353
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.68441,
                    44.39052
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.68033,
                    45.44379
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.44628,
                    43.43968
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.68559,
                    44.39072
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.68169,
                    43.45576
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.88278,
                    45.4064
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.31085,
                    43.41807
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.86898,
                    43.25282
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62392,
                    45.45668
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.69382,
                    43.55597
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.71934,
                    45.44831
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56081,
                    45.54506
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.84007,
                    43.33097
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6282,
                    45.48468
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.30901,
                    43.43017
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.08465,
                    43.83095
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.3634,
                    43.82627
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.44873,
                    45.45796
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58224,
                    45.45691
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.9117,
                    43.25808
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.888,
                    43.87265
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.0374,
                    43.6334
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57001,
                    45.54652
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.12234,
                    46.75174
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.23853,
                    46.7527
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.18159,
                    46.80987
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.19672,
                    46.77504
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.33697,
                    46.68072
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.27019,
                    46.71699
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.20247,
                    46.71671
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.17561,
                    46.8062
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.17239,
                    46.77143
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.74522,
                    43.50612
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.74696,
                    45.51461
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.67847,
                    45.5116
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.69689,
                    45.4694
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.78032,
                    45.48587
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.80641,
                    45.50923
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.29726,
                    43.687
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.24198,
                    43.53876
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.64764,
                    43.59455
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.33575,
                    43.77573
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.45585,
                    45.61757
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.88613,
                    43.87063
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.24647,
                    43.54468
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.5248,
                    43.78348
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.75768,
                    43.58708
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6927,
                    45.50623
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.68892,
                    45.48797
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.77666,
                    45.44424
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.74297,
                    45.44862
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.83118,
                    45.46513
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.78835,
                    45.46748
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.74911,
                    45.44178
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.917,
                    45.42961
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.78243,
                    45.45547
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.71507,
                    45.49534
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.72669,
                    45.45187
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.84504,
                    45.45624
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.80614,
                    45.49399
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.81635,
                    45.51292
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.78769,
                    45.45042
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.7347,
                    45.50977
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.81091,
                    45.49755
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.67891,
                    45.50304
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.83102,
                    45.46659
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.68354,
                    45.51397
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66786,
                    45.55562
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.87481,
                    45.46936
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.82775,
                    45.42867
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.78679,
                    45.4493
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.71827,
                    45.44404
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.7486,
                    45.49041
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64135,
                    45.42307
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63158,
                    45.46488
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.73979,
                    45.49361
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.68715,
                    45.54034
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60838,
                    45.47087
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.74348,
                    45.50315
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6288,
                    45.42763
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59721,
                    45.43541
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.7906,
                    45.49957
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.72083,
                    45.44902
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.93381,
                    45.45621
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.83076,
                    45.51255
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59047,
                    45.44676
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.82695,
                    45.43957
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.70603,
                    45.52321
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.78498,
                    45.50468
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.72853,
                    45.52779
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58165,
                    45.45567
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57578,
                    45.46196
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.49371,
                    45.51062
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.9522,
                    45.40313
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.5276,
                    43.5001
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60603,
                    45.43297
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.82951,
                    45.39608
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.71278,
                    45.43159
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.77271,
                    45.43664
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.68607,
                    45.42912
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.64342,
                    45.48151
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.68382,
                    45.48168
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.6919,
                    45.42319
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.68127,
                    45.50368
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.73326,
                    45.48824
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.43015,
                    45.55864
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.78326,
                    45.43655
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.69391,
                    45.47447
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.78535,
                    45.43816
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.69991,
                    45.41991
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.60847,
                    45.49536
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.74118,
                    45.47351
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.68655,
                    45.42856
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.76575,
                    45.4608
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.72918,
                    45.45184
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.80479,
                    45.38136
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.73262,
                    45.44176
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.71103,
                    45.42735
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.69887,
                    45.42056
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.7107,
                    45.4324
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.8063,
                    45.41896
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.72783,
                    45.44328
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.69614,
                    45.42183
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.82454,
                    45.39632
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.68191,
                    45.48159
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.72031,
                    45.42503
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.73286,
                    45.42344
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.75974,
                    45.41776
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.77294,
                    45.43631
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.68407,
                    45.4812
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.42414,
                    45.58632
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.6499,
                    45.48879
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.71366,
                    45.42759
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.76694,
                    45.45904
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.70383,
                    45.42071
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.6443,
                    45.49024
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.68303,
                    45.48159
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.72511,
                    45.42839
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.74342,
                    45.44736
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.76766,
                    45.46056
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.72095,
                    45.42496
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.72047,
                    45.42496
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.72031,
                    45.42616
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.73902,
                    45.45264
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.60007,
                    45.48832
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.8655,
                    45.40744
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.76327,
                    45.41592
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.6795,
                    45.47151
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.71631,
                    45.46935
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.85166,
                    45.39983
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.60831,
                    45.49519
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.60799,
                    45.49455
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.58054,
                    45.49416
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.8655,
                    45.40696
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.70094,
                    45.478
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.85614,
                    45.40696
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.70238,
                    45.47392
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.6891,
                    45.4932
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.65327,
                    45.50743
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.77311,
                    45.46495
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.46692,
                    45.4656
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.73454,
                    45.44896
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.74167,
                    45.42256
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.84959,
                    45.39855
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.71999,
                    45.42503
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.77206,
                    45.42887
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.41029,
                    43.75848
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.52061,
                    43.88062
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.6743,
                    43.72613
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.37199,
                    45.50731
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60567,
                    45.44718
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.89618,
                    45.39268
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.31353,
                    43.35735
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.51817,
                    45.53095
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.4945,
                    45.5047
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.3002,
                    43.34112
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.32263,
                    43.3904
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.7115,
                    45.42728
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.32225,
                    43.39252
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.32252,
                    43.39305
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.62265,
                    44.33657
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.3129,
                    43.35717
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.80814,
                    45.39967
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.59282,
                    43.76562
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.42617,
                    43.87623
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.00301,
                    43.37472
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.8287,
                    43.3885
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.31316,
                    43.35772
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.52258,
                    43.7215
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.71679,
                    45.46848
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.36105,
                    43.3972
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.52055,
                    45.52092
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.29062,
                    43.80094
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.43867,
                    45.44467
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.4883,
                    45.5811
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.26199,
                    43.52907
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.69741,
                    45.39005
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60998,
                    45.44743
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.98692,
                    45.37134
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -74.03878,
                    45.41224
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.75499,
                    45.79124
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60876,
                    45.74328
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62949,
                    45.707
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5199,
                    45.52342
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.44736,
                    45.76445
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.33008,
                    45.62555
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.42539,
                    45.82634
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.72079,
                    45.55835
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.69896,
                    45.7162
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.65421,
                    45.71447
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.67181,
                    45.72841
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.44067,
                    45.61176
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66825,
                    45.55437
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.85995,
                    45.66066
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.51109,
                    45.71835
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -74.02843,
                    45.39808
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61825,
                    45.75323
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.49993,
                    45.73499
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.43843,
                    45.75516
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.46649,
                    45.72445
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.96894,
                    45.51659
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.45898,
                    45.74033
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.41405,
                    45.78204
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6545,
                    45.71515
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.587,
                    45.61327
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.73265,
                    45.58216
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -74.01678,
                    45.41843
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66946,
                    45.72679
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.89069,
                    45.541
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.85308,
                    43.89827
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.65886,
                    45.62825
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.25789,
                    43.5428
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.28458,
                    43.54292
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.40387,
                    43.3912
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.24554,
                    43.54565
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.31207,
                    43.43665
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.72565,
                    43.37125
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58653,
                    45.52648
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61839,
                    45.49706
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63982,
                    45.45707
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56603,
                    45.49866
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56573,
                    45.55792
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.43732,
                    45.43824
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.4241,
                    45.84692
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64644,
                    45.46325
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.32378,
                    43.39517
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.42865,
                    45.81308
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56636,
                    45.49882
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61892,
                    45.50319
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59563,
                    45.5128
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63886,
                    45.54567
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58772,
                    45.52633
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56878,
                    45.53901
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59592,
                    45.5195
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60165,
                    45.51583
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58089,
                    45.53384
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.4945,
                    43.48923
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56278,
                    45.52008
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56721,
                    45.52214
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.87708,
                    43.88917
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.45393,
                    45.74483
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.41005,
                    44.0188
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.53104,
                    43.48013
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.53788,
                    43.45895
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58356,
                    45.53762
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.88697,
                    45.38705
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.95345,
                    45.40241
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57224,
                    45.56245
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.88398,
                    45.41173
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66805,
                    45.55692
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.92158,
                    45.40896
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.45837,
                    45.74578
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63267,
                    45.5866
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62999,
                    45.59213
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66702,
                    45.55644
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61606,
                    45.5328
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.00712,
                    43.48143
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.87822,
                    43.29937
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.78418,
                    43.57678
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.88672,
                    43.87043
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.18513,
                    43.78512
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.66538,
                    43.64285
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.3128,
                    43.85253
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.08894,
                    43.92692
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.86839,
                    43.25263
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.69783,
                    45.50236
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.86957,
                    43.2527
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.43799,
                    45.80096
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.45319,
                    45.74628
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.65677,
                    45.57345
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63852,
                    45.54608
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6092,
                    45.6314
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.857,
                    43.3128
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.65668,
                    45.53401
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.37859,
                    43.64393
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.65057,
                    45.50064
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.53073,
                    43.5019
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.88554,
                    43.26858
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.67023,
                    45.55013
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.76052,
                    43.37915
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.79292,
                    43.33133
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.7836,
                    43.3631
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.4196,
                    44.0198
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.52662,
                    45.61074
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.65139,
                    45.54995
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.81403,
                    43.32397
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.75266,
                    43.39178
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.83305,
                    43.3216
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.51405,
                    45.64366
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.37553,
                    45.50038
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.37812,
                    43.6443
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.22625,
                    43.52798
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.9462,
                    43.87885
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.93142,
                    43.93027
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.93758,
                    43.86495
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.97021,
                    43.8994
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.80233,
                    43.90778
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.84702,
                    43.90335
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.13405,
                    43.87411
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.94507,
                    43.89862
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.96381,
                    43.87505
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.33123,
                    45.57788
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66637,
                    45.52143
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.44993,
                    45.48318
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.92924,
                    45.37867
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.74198,
                    45.4584
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.8319,
                    45.39639
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.08498,
                    43.83302
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63112,
                    45.53892
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62098,
                    45.62383
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64561,
                    45.54293
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5116,
                    45.63278
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62122,
                    45.5508
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57862,
                    45.59258
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55473,
                    45.49551
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57416,
                    45.56078
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.4951,
                    45.55886
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.52795,
                    43.79677
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.52572,
                    43.783
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63779,
                    45.59118
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.65657,
                    44.39774
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.44036,
                    45.44302
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.79705,
                    43.34685
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66854,
                    45.52873
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.48754,
                    45.51432
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.70383,
                    44.34685
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.71221,
                    44.40842
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.69943,
                    44.40044
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.50332,
                    43.40935
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.52758,
                    43.43488
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.44095,
                    45.53851
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.46664,
                    45.44703
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.69759,
                    45.42007
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64977,
                    45.54406
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62281,
                    45.61849
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.46484,
                    45.48234
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.2572,
                    43.8746
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.48457,
                    45.46414
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.4354,
                    45.47563
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.65667,
                    45.57407
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.43867,
                    43.42193
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.46812,
                    45.45731
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53839,
                    45.66189
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.65379,
                    45.5371
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6189,
                    45.61485
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.69006,
                    45.43375
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.52082,
                    45.52391
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.9175,
                    43.92433
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.93645,
                    43.8676
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.8419,
                    43.92255
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.83249,
                    43.32176
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.80234,
                    43.35101
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.0148,
                    43.8312
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.35905,
                    43.66382
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.46581,
                    45.52272
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.76054,
                    43.37941
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56026,
                    45.50335
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.47974,
                    45.46488
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.5372,
                    43.8516
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.86559,
                    45.40736
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5988,
                    45.57594
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5573,
                    45.52489
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.62611,
                    43.77323
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.53642,
                    43.84853
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58174,
                    45.59473
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.49043,
                    43.82155
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59704,
                    45.56029
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.54075,
                    43.84792
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.47947,
                    43.93075
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57009,
                    45.63313
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60767,
                    45.57383
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.65953,
                    45.54688
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.85167,
                    43.26059
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63233,
                    45.60258
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62959,
                    45.58369
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.37225,
                    43.87585
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.76544,
                    43.22864
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.44725,
                    44.21813
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.73839,
                    45.45464
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62205,
                    45.49902
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.49979,
                    43.8015
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.512,
                    43.77863
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5338,
                    45.54726
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61868,
                    45.56775
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.72526,
                    45.55262
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5675,
                    45.50993
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.75161,
                    45.45728
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.83601,
                    43.1954
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.46349,
                    43.7509
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.65757,
                    45.55121
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63664,
                    45.60222
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60368,
                    45.54641
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57159,
                    45.64515
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -74.01672,
                    45.7607
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.84531,
                    45.65097
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.84377,
                    43.23891
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.91158,
                    43.23328
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.94877,
                    43.24543
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.89228,
                    43.20473
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.78431,
                    43.1885
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.81445,
                    45.61834
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.89355,
                    43.20204
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.89962,
                    43.26057
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.47243,
                    43.80623
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61465,
                    45.55817
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.8521,
                    45.58511
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.45901,
                    44.05948
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.54523,
                    43.86613
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -74.00123,
                    45.76921
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.883,
                    43.23843
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59715,
                    45.63828
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66106,
                    45.55489
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.87206,
                    45.42216
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6328,
                    45.58647
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.40189,
                    43.82217
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.4417,
                    43.89497
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63564,
                    45.53143
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.55167,
                    43.82677
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.47108,
                    45.75268
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -74.02953,
                    45.41357
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.91418,
                    45.6238
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.1639,
                    46.80666
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.27406,
                    46.70469
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.2849,
                    46.69797
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57008,
                    45.51095
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.5351,
                    43.84285
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -74.02942,
                    45.78215
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.54103,
                    43.8478
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.52288,
                    43.78243
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.77611,
                    45.65082
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.67847,
                    45.58055
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.84582,
                    45.64288
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -74.00036,
                    45.77391
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.93363,
                    45.57591
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.85349,
                    45.63288
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.81738,
                    45.61644
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.80295,
                    45.62392
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.73736,
                    45.56371
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.52538,
                    43.70571
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.20403,
                    42.94535
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.29169,
                    42.99746
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.2808,
                    42.9843
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.29337,
                    42.96459
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.26221,
                    42.9741
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.24708,
                    42.98304
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.20145,
                    42.96154
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.25323,
                    42.96298
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.22338,
                    43.03562
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.22957,
                    42.93902
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.25648,
                    42.94076
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.24538,
                    42.99759
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.2189,
                    43.00206
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.27661,
                    43.002
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.27686,
                    43.00479
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.25067,
                    42.98753
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.24053,
                    43.0126
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.232,
                    43.01621
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.24345,
                    43.01263
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.24577,
                    42.97604
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.17698,
                    43.00686
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.28401,
                    42.98322
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.28481,
                    43.02611
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.28399,
                    42.98326
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.25634,
                    42.98226
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.27135,
                    43.03016
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.27677,
                    43.00364
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.22365,
                    42.933
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.21896,
                    42.98055
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.24976,
                    42.98521
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.25075,
                    42.99626
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.15668,
                    42.99184
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.19463,
                    43.01264
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.28176,
                    43.02556
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.27392,
                    43.01267
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.20086,
                    43.01096
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.20185,
                    43.01712
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.22801,
                    42.98078
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.24462,
                    42.98376
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.24508,
                    42.98478
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.16875,
                    42.93024
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.24992,
                    42.99653
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.2702,
                    43.03874
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.2464,
                    43.01864
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.19593,
                    42.96234
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.17376,
                    43.00301
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.27743,
                    43.01001
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.26953,
                    42.98322
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.27015,
                    42.93974
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.2938,
                    42.95357
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.28137,
                    43.02541
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.27684,
                    43.00194
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.23886,
                    42.98476
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.29037,
                    42.95342
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.26682,
                    43.00756
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.2652,
                    42.99185
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.2543,
                    42.98356
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.23693,
                    43.00019
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.2924,
                    42.9474
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.25589,
                    43.00182
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.2543,
                    42.9824
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.27422,
                    42.99445
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.2304,
                    42.95845
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.33488,
                    42.96063
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.25418,
                    42.98365
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.25075,
                    42.98642
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.19653,
                    42.96302
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.23066,
                    42.96174
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.19668,
                    43.01419
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.27379,
                    43.0125
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.14872,
                    43.02776
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.24934,
                    42.98532
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.27679,
                    43.01891
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.33553,
                    43.00854
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.19831,
                    43.01552
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.21744,
                    42.99299
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.2231,
                    42.93208
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.3182,
                    42.97627
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.22237,
                    42.93465
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.1994,
                    42.99802
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.29807,
                    42.98905
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.34089,
                    42.95515
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.24314,
                    42.98421
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.25652,
                    42.99457
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.25004,
                    42.9713
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.32156,
                    42.97768
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.93038,
                    45.7059
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.18251,
                    42.97603
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.20108,
                    43.01088
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.2415,
                    42.98602
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.4543,
                    43.44837
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.23307,
                    42.98553
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.25279,
                    42.99482
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.27317,
                    43.01016
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.15813,
                    42.98666
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.40372,
                    43.39065
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.90079,
                    43.24171
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.85348,
                    43.19333
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.9799,
                    43.36893
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.98032,
                    43.36592
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.97976,
                    43.36576
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.86705,
                    43.52397
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.87019,
                    43.25544
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.86809,
                    43.52455
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.86649,
                    43.52387
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.86758,
                    43.52425
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.86614,
                    43.5243
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.26107,
                    42.96068
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.97997,
                    43.36571
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.2388,
                    42.98467
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.78782,
                    43.59189
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.42087,
                    43.80157
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.44158,
                    43.42165
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.80307,
                    45.65157
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.40536,
                    43.83508
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.48922,
                    43.4563
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.8342,
                    45.6809
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.86987,
                    43.25455
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.86317,
                    43.21809
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.28281,
                    43.00012
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.21654,
                    46.84622
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.21582,
                    46.81782
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.3107,
                    46.77598
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.32374,
                    46.7587
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.25758,
                    46.85166
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.23686,
                    46.82942
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.15598,
                    46.88902
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.25902,
                    46.8103
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.35286,
                    46.8419
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.25877,
                    46.83182
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.15014,
                    46.89078
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.2787,
                    46.77254
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.38094,
                    46.74902
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.34118,
                    46.8555
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.28926,
                    46.76742
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.22846,
                    46.81214
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.25846,
                    46.84622
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.23886,
                    46.85134
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.2395,
                    46.83142
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.2319,
                    46.81878
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.30526,
                    46.88902
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.22622,
                    46.80086
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.29462,
                    46.81158
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.32094,
                    46.7595
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.29422,
                    46.8115
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.35318,
                    46.79038
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.34942,
                    46.83158
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.34966,
                    46.84782
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.31846,
                    46.82422
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.19606,
                    46.8947
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.3523,
                    46.83334
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.25566,
                    46.77398
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.22262,
                    46.80654
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.24277,
                    46.8083
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.3587,
                    46.77094
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.33614,
                    46.76526
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.37022,
                    46.79894
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.24446,
                    46.8371
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.2259,
                    46.8139
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.20222,
                    46.81662
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.34894,
                    46.74886
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.29238,
                    46.76958
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.2159,
                    46.84678
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.26782,
                    46.8619
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.33822,
                    46.87286
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.3975,
                    46.84454
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.27542,
                    46.83638
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.3447,
                    46.82838
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.21774,
                    46.84742
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.38022,
                    46.81142
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.2135,
                    46.81846
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.22286,
                    46.86046
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.31862,
                    46.77126
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.24686,
                    46.78598
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.22278,
                    46.80582
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.21454,
                    46.81254
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.28574,
                    46.83894
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.3063,
                    46.88878
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.20166,
                    46.81222
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.29694,
                    46.83278
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.37278,
                    46.88942
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.28926,
                    46.76838
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.30678,
                    46.88846
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.22382,
                    46.8127
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.26806,
                    46.86214
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.32382,
                    46.75878
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.24886,
                    46.82046
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.39614,
                    46.8435
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.1951,
                    46.91334
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.26094,
                    46.84406
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.22454,
                    46.83654
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.3919,
                    46.86158
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.83595,
                    43.25131
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.2539,
                    46.8003
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.30595,
                    49.07554
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -84.2972,
                    46.59568
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -89.7927,
                    48.57397
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.39118,
                    43.66067
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.41532,
                    45.76091
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.26814,
                    46.8619
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.22822,
                    46.80334
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.22134,
                    46.80454
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.26945,
                    46.73032
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.29876,
                    46.7198
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.24254,
                    46.84958
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.22366,
                    46.8131
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.2695,
                    46.79566
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.2064,
                    43.02258
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.28662,
                    46.81246
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.39942,
                    46.83862
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.3175,
                    46.75278
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.61249,
                    43.70187
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.23748,
                    43.0006
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.25902,
                    46.78566
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.82403,
                    43.24362
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.25718,
                    46.78686
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.27078,
                    46.77886
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.25766,
                    46.78614
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.48793,
                    43.44892
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.45367,
                    43.4365
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.3299,
                    46.75254
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.86741,
                    43.52414
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.40171,
                    46.70087
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.85341,
                    43.19343
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.44173,
                    43.4218
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.5312,
                    43.45688
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.23718,
                    46.80198
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.15523,
                    43.00578
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.8707,
                    43.2561
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.90505,
                    43.26201
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.49844,
                    43.44073
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.19161,
                    43.49929
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.31534,
                    46.76406
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.52548,
                    43.4758
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.49976,
                    43.46147
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.4079,
                    43.38972
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.46847,
                    43.41877
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.46045,
                    43.46553
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.86673,
                    43.262
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.82927,
                    43.22593
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.21662,
                    46.84302
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.17358,
                    42.77872
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.80036,
                    43.29965
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.16832,
                    42.76389
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.16122,
                    42.80228
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.18613,
                    42.77882
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.5262,
                    43.47581
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.48215,
                    43.43222
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.51685,
                    43.41508
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.48772,
                    43.44933
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.90298,
                    43.53275
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.86683,
                    43.52385
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.46048,
                    43.43888
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.86722,
                    43.52403
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.86707,
                    43.52385
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.87789,
                    43.51793
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.81042,
                    43.19238
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.70369,
                    43.55966
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.5951,
                    43.58063
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.69891,
                    43.55468
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.64376,
                    43.59752
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.64022,
                    43.72163
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.73915,
                    43.6303
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.72364,
                    43.64148
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.5441,
                    43.59172
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.62644,
                    43.58746
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.77737,
                    43.60323
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.62005,
                    43.63617
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.69725,
                    43.63925
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.57006,
                    43.63372
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.58571,
                    43.5567
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.6874,
                    43.5623
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.63317,
                    43.60529
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.59216,
                    43.60162
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.59234,
                    43.66342
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.53811,
                    43.6355
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.53828,
                    43.63546
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.53864,
                    43.63563
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.74244,
                    43.54013
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.59557,
                    43.71702
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.7139,
                    43.54091
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.6078,
                    43.58782
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.76433,
                    43.59427
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.56248,
                    43.71264
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.61575,
                    43.68955
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.64675,
                    43.59384
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.61442,
                    43.63008
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.61651,
                    43.61716
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.59284,
                    43.68065
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.62848,
                    43.69348
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.59481,
                    43.67475
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.61946,
                    43.65006
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.64098,
                    43.72146
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.63841,
                    43.72576
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.70602,
                    43.69057
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.61007,
                    43.73329
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.64617,
                    43.72229
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.64329,
                    43.72
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.61931,
                    43.73331
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.58955,
                    43.66448
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.6098,
                    43.73175
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.78006,
                    43.5737
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.62255,
                    43.62127
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.67977,
                    43.62594
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.60272,
                    43.6225
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.58456,
                    43.60998
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.58366,
                    43.55334
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.64871,
                    43.59297
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.59272,
                    43.71082
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.75888,
                    43.58373
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.67106,
                    43.53995
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.72791,
                    43.56533
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.60471,
                    43.57226
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.61613,
                    43.6161
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.61071,
                    43.57538
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.68426,
                    43.54369
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.64802,
                    43.59014
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.59679,
                    43.59739
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.67287,
                    43.58916
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.57835,
                    43.60816
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.53851,
                    43.63572
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.1808,
                    43.78846
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.26039,
                    43.77398
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.64749,
                    43.72573
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.37738,
                    43.64095
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.27805,
                    43.71272
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.45207,
                    43.73411
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.52295,
                    43.71781
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.38484,
                    43.65119
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.39539,
                    43.64633
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.25725,
                    43.7745
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.40457,
                    43.77558
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.71098,
                    43.56156
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.34474,
                    43.67878
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.34243,
                    43.66685
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.40377,
                    43.66651
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.64726,
                    43.58962
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.66459,
                    43.66799
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.71307,
                    43.5413
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.66411,
                    43.56868
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.64637,
                    43.5941
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.65348,
                    43.60738
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.64208,
                    43.61663
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.61964,
                    43.57729
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.53317,
                    43.64098
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.53795,
                    43.71747
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.19363,
                    43.78516
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.72077,
                    43.63053
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.46562,
                    43.66779
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.24874,
                    43.7649
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.49483,
                    43.62816
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.24756,
                    43.73473
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.40414,
                    43.64779
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.34655,
                    43.77006
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.27453,
                    43.76719
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.43531,
                    43.64992
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.25887,
                    43.73449
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.22083,
                    43.81922
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.28001,
                    43.70982
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.21824,
                    43.76869
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.40189,
                    43.72525
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.27687,
                    43.71298
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.41838,
                    43.63577
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.68857,
                    43.61845
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.35113,
                    43.66213
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.39314,
                    43.6495
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.26279,
                    43.73178
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.42426,
                    43.65826
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.4277,
                    43.7772
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.52862,
                    43.6255
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.30178,
                    43.68882
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.60476,
                    43.72899
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.34812,
                    43.66645
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.37912,
                    43.64596
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.26583,
                    43.73285
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.76541,
                    43.55889
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.57505,
                    43.72796
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.39319,
                    43.79248
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.49656,
                    43.64985
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.5179,
                    43.60071
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.62162,
                    43.7249
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.71232,
                    45.57688
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.24954,
                    43.82842
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.50278,
                    43.6265
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.75485,
                    45.54974
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.70855,
                    45.56164
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.2509,
                    43.8346
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.22987,
                    43.82279
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.3195,
                    43.79572
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.26353,
                    43.73143
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.26367,
                    43.73181
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.34332,
                    43.65094
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.21868,
                    43.82327
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.21265,
                    43.74405
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.25105,
                    43.71843
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.41916,
                    43.64497
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.4784,
                    43.63163
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.31364,
                    43.79163
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.50818,
                    43.72106
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.26325,
                    43.7323
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.3682,
                    43.79
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.22734,
                    43.77752
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.53167,
                    43.64562
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.69337,
                    43.70227
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.30491,
                    43.71605
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.27947,
                    43.71037
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.27908,
                    43.73302
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.34381,
                    43.73893
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.38078,
                    43.66579
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.3286,
                    43.69584
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.35044,
                    43.69593
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.41743,
                    43.68333
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.60784,
                    43.75666
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.51113,
                    43.64718
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.33013,
                    43.6632
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.54556,
                    43.75127
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.28842,
                    43.69413
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.29181,
                    43.69045
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.35541,
                    43.71558
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.28859,
                    43.69392
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.26812,
                    43.80765
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.26312,
                    43.73146
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.27343,
                    43.73107
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.35541,
                    43.65179
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.32728,
                    43.76075
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.22109,
                    43.8054
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.45121,
                    43.73412
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.27805,
                    43.6934
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.24821,
                    43.71088
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.28901,
                    43.69445
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.39911,
                    43.78337
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.32987,
                    43.68193
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.28235,
                    43.68114
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.30263,
                    43.70761
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.41513,
                    43.78099
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.50191,
                    43.76057
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.18533,
                    43.7847
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.40022,
                    43.78304
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.592,
                    43.71623
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.53366,
                    43.63747
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.40189,
                    43.67597
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.16602,
                    43.79195
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.22975,
                    43.80669
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.25747,
                    43.73477
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.34624,
                    43.77564
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.5595,
                    43.69396
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.60283,
                    43.73426
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.31526,
                    43.70307
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.29991,
                    43.72509
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.27502,
                    43.75009
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.46708,
                    43.76868
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.21649,
                    43.79555
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.5159,
                    43.59559
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.41476,
                    43.67303
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.53568,
                    43.63758
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.32371,
                    43.68343
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.2505,
                    43.77581
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.27975,
                    43.78828
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.44584,
                    43.71565
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.38951,
                    43.78571
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.51655,
                    43.75737
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.52587,
                    43.7555
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.19005,
                    43.78624
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.62249,
                    43.74739
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.39635,
                    43.74547
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.27029,
                    43.73806
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.62143,
                    43.7246
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.26667,
                    43.83286
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.6207,
                    43.68919
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.34795,
                    43.75546
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.33052,
                    43.71864
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.48534,
                    43.63284
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.34319,
                    43.70692
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.42773,
                    43.77696
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.29532,
                    43.76233
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.31181,
                    43.74802
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.51667,
                    43.75735
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.26722,
                    43.73251
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.17121,
                    43.80946
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.25498,
                    43.78124
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.33628,
                    43.75829
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.56254,
                    43.70262
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.36913,
                    43.6442
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.50708,
                    43.75954
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.25366,
                    43.77524
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.41005,
                    43.74306
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.26425,
                    43.73154
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.28035,
                    43.71069
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.24173,
                    43.8013
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.24753,
                    43.77303
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.2996,
                    43.80059
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.26291,
                    43.73129
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.26627,
                    43.80823
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.34765,
                    43.77656
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.35754,
                    43.7534
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.31718,
                    43.73716
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.52915,
                    43.64892
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.40125,
                    43.64424
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.22959,
                    43.7408
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.53556,
                    43.63792
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.39927,
                    43.7049
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.18657,
                    43.7702
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.29005,
                    43.70797
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.28171,
                    43.79322
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.24627,
                    43.75529
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.27725,
                    43.75524
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.33402,
                    43.79271
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.5761,
                    43.76416
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.26211,
                    43.77245
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.42972,
                    43.70009
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.45009,
                    43.67517
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.60259,
                    43.68641
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.36488,
                    43.6569
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.35854,
                    43.67795
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.41529,
                    43.67575
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.23032,
                    43.7729
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.33065,
                    43.7749
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.2536,
                    43.77523
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.37759,
                    43.72173
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.50859,
                    43.72104
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.4938,
                    43.72388
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.41484,
                    43.78117
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.13148,
                    43.78072
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.37833,
                    43.64902
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.36138,
                    43.64768
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.33894,
                    43.72311
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.53899,
                    43.73911
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.30201,
                    43.69277
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.34673,
                    43.77467
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.13036,
                    43.78071
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.54661,
                    43.76461
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.28132,
                    43.76613
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.28616,
                    43.72429
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.35622,
                    43.80648
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.41497,
                    43.78154
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.35005,
                    43.65873
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.52503,
                    43.6162
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.24737,
                    43.73677
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.58016,
                    43.65134
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.25015,
                    43.77258
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.41465,
                    43.78082
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.36568,
                    43.64497
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.33793,
                    43.68119
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.37693,
                    43.67498
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.37714,
                    43.72176
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.32388,
                    43.68395
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.35448,
                    43.79241
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.58921,
                    43.74074
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.42661,
                    43.63913
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.35439,
                    43.79955
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.51585,
                    43.5955
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.37117,
                    43.65848
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.32311,
                    43.68434
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.32441,
                    43.77793
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.30574,
                    43.69446
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.35156,
                    43.70354
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.35612,
                    43.71354
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.38704,
                    43.70897
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.29673,
                    43.82469
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.52048,
                    43.60736
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.29717,
                    43.78127
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.22163,
                    43.7348
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.45772,
                    43.66383
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.5101,
                    43.6978
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.35902,
                    43.65684
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.29886,
                    43.81344
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.23393,
                    43.82699
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.46163,
                    43.67384
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.35821,
                    43.67714
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.59493,
                    43.74363
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.31459,
                    43.74139
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.37532,
                    43.64831
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.39251,
                    43.63926
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.39133,
                    43.63853
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.39265,
                    43.70799
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.55733,
                    43.61013
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.53921,
                    43.73841
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.58932,
                    43.75974
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.35283,
                    43.70191
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.6215,
                    43.72461
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.34605,
                    43.77561
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.26276,
                    43.73173
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.382,
                    43.70135
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.54731,
                    43.64926
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.17325,
                    43.7713
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.54862,
                    43.63084
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.47734,
                    43.70906
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.32325,
                    43.68248
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.42319,
                    43.69515
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.28842,
                    43.69367
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.37905,
                    43.71063
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.29516,
                    43.8209
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.41749,
                    43.78816
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.35865,
                    43.67729
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.38297,
                    43.64806
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.53786,
                    43.63861
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.53673,
                    43.63723
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.20551,
                    43.74987
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.38532,
                    43.65962
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.43649,
                    43.74717
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.49092,
                    43.76546
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.49253,
                    43.74347
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.41663,
                    43.78711
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.28253,
                    43.67368
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.51098,
                    43.6182
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.24534,
                    43.74203
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.39235,
                    43.68778
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.41192,
                    43.66697
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.23023,
                    43.75872
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.39987,
                    43.74479
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.42794,
                    43.71196
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.41081,
                    43.6639
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.26356,
                    43.73143
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.22953,
                    43.82355
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.81548,
                    45.53063
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.28701,
                    43.78369
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.48362,
                    43.65012
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.15583,
                    43.77512
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.56427,
                    43.74722
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.57478,
                    43.72799
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.44091,
                    43.75509
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.47937,
                    43.65869
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.47554,
                    43.65182
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.3673,
                    43.79001
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.45456,
                    43.63968
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.26337,
                    43.73304
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.43668,
                    43.64064
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.25914,
                    43.79042
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.30097,
                    43.72082
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.49437,
                    43.724
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.35803,
                    43.66111
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.35124,
                    43.70386
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.34485,
                    43.70216
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.37495,
                    43.66682
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.43632,
                    43.7472
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.41106,
                    43.66606
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.28651,
                    43.80361
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.25109,
                    43.77937
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.42278,
                    43.77816
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.21939,
                    43.73667
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.27103,
                    43.76793
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.22169,
                    43.74974
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.22949,
                    43.78612
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.45759,
                    43.68308
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.37833,
                    43.64605
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.2945,
                    43.74556
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.35845,
                    43.67677
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.29771,
                    43.72601
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.28513,
                    43.74729
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.35425,
                    43.79977
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.35781,
                    43.6772
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.49084,
                    43.7649
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.54795,
                    43.75098
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.25913,
                    43.79016
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.17298,
                    43.77705
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.16193,
                    43.76587
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.14929,
                    43.7878
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.22755,
                    43.7962
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.2602,
                    43.7739
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.34685,
                    43.77642
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.33007,
                    43.71628
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.38548,
                    43.80576
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.26031,
                    43.7893
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.48056,
                    43.72061
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.18412,
                    43.77339
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.19914,
                    43.74766
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.44131,
                    43.70959
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.41466,
                    43.70324
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.51894,
                    43.762
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.49389,
                    43.67173
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.37852,
                    43.74979
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.4312,
                    43.63817
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.36127,
                    43.70507
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.20536,
                    43.81915
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.35371,
                    43.71592
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.28247,
                    43.81551
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.26502,
                    43.73314
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.34388,
                    43.73693
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.40417,
                    43.74419
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.39857,
                    43.70509
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.52047,
                    43.69908
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.32447,
                    43.81898
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.49008,
                    43.61165
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.37598,
                    43.80787
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.31634,
                    43.80751
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.35933,
                    43.65503
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.56341,
                    43.65286
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.45931,
                    43.6704
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.48938,
                    43.61367
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.40646,
                    43.74546
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.23105,
                    43.72635
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.21802,
                    43.74338
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.48386,
                    43.65
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.49378,
                    43.6261
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.26629,
                    43.76898
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.26381,
                    43.73215
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.232,
                    43.77625
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.24183,
                    43.72071
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.40379,
                    43.66727
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.51773,
                    43.59893
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.55883,
                    43.73422
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.54526,
                    43.72107
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.5384,
                    43.67819
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.43652,
                    43.74723
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.37991,
                    43.65366
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.54846,
                    43.72343
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.4913,
                    43.72463
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.31308,
                    43.68639
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.2647,
                    43.72426
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.24035,
                    43.71824
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.49165,
                    43.70547
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.29096,
                    43.80261
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.58022,
                    43.73909
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.1694,
                    43.7841
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.25912,
                    43.79001
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.22044,
                    43.74296
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.25309,
                    43.77533
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.325,
                    43.82105
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.34188,
                    43.708
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.40786,
                    43.65663
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.33607,
                    43.78785
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.20837,
                    43.78181
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.48548,
                    43.64869
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.44283,
                    43.65868
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.34145,
                    43.81679
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.29318,
                    43.79477
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.39581,
                    43.64537
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.19914,
                    43.75705
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.3017,
                    43.68909
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.27996,
                    43.83004
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.41903,
                    43.64966
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.34177,
                    43.81538
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.37549,
                    43.65332
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.54437,
                    43.59156
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.3771,
                    43.64172
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.40602,
                    43.74531
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.44479,
                    43.71555
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.38722,
                    43.70892
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.34892,
                    43.70578
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.44211,
                    43.65046
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.26563,
                    43.75355
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.27951,
                    43.71016
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.32737,
                    43.81893
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.275,
                    43.76709
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.36823,
                    43.80942
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.41898,
                    43.64406
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.53564,
                    43.69206
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.25174,
                    43.82431
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.45957,
                    43.65565
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.51685,
                    43.59815
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.4,
                    43.74471
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.47059,
                    43.787
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.52371,
                    43.72754
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.34176,
                    43.76343
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.26139,
                    43.77349
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.24503,
                    43.74297
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.4424,
                    43.77149
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.41486,
                    43.78133
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.52142,
                    43.59711
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.4513,
                    43.63944
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.47873,
                    43.631
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.52474,
                    43.64443
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.25728,
                    43.8353
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.55589,
                    43.62875
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.39371,
                    43.74596
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.2627,
                    43.73175
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.30233,
                    43.72425
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.30237,
                    43.72484
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.39583,
                    43.6476
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.32293,
                    43.79511
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.26181,
                    43.76998
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.36402,
                    43.7906
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.54913,
                    43.62064
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.24955,
                    43.73636
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.40317,
                    43.66285
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.59888,
                    43.73113
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.29738,
                    43.69519
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.50291,
                    43.703
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.47854,
                    43.63128
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.26791,
                    43.75885
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.60142,
                    43.68627
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.39964,
                    43.65801
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.24191,
                    43.83532
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.37765,
                    43.65636
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.40188,
                    43.64211
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.4695,
                    43.6373
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.27904,
                    43.78511
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.39992,
                    43.76443
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.25543,
                    43.69949
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.34612,
                    43.7946
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.38716,
                    43.70086
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.35763,
                    43.65185
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.34637,
                    43.7698
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.39726,
                    43.69795
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.27694,
                    43.75546
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.25853,
                    43.73512
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.30045,
                    43.82507
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.30809,
                    43.67367
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.32549,
                    43.66428
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.25893,
                    43.77423
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.52741,
                    43.70115
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.51357,
                    43.74055
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.50459,
                    43.72155
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.3591,
                    43.66093
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.29557,
                    43.7474
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.51916,
                    43.71851
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.51129,
                    43.6481
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.41136,
                    43.66681
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.61835,
                    43.68726
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.26926,
                    43.9095
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.27332,
                    43.76785
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.22211,
                    43.75042
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.18635,
                    43.76853
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.24817,
                    43.82443
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.23941,
                    43.79445
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.5111,
                    43.77772
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.56541,
                    43.73788
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.45085,
                    43.73488
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.21154,
                    43.81636
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.52695,
                    43.71693
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.34935,
                    43.64678
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.31274,
                    43.66679
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.25937,
                    43.71709
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.14049,
                    43.78868
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.27737,
                    43.75649
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.42667,
                    43.63911
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.40118,
                    43.6608
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.40204,
                    43.66287
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.2635,
                    43.73243
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.39861,
                    43.65428
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.34636,
                    43.6597
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.18371,
                    43.7711
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.28133,
                    43.6737
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.51501,
                    43.65562
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.48857,
                    43.66564
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.28013,
                    43.76608
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.24595,
                    43.79246
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.26362,
                    43.73142
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.26302,
                    43.73275
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.55175,
                    43.66709
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.48934,
                    43.6676
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.46822,
                    43.73018
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.32962,
                    43.66164
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.54151,
                    43.74785
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.41399,
                    43.70338
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.28016,
                    43.70996
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.28018,
                    43.71046
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.26007,
                    43.69847
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.30623,
                    43.66431
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.34161,
                    43.81689
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.37075,
                    43.65767
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.27503,
                    43.69418
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.29301,
                    43.7017
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.37683,
                    43.67201
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.3529,
                    43.66923
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.25849,
                    43.77439
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.33839,
                    43.65716
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.34531,
                    43.67991
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.35509,
                    43.67202
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.50932,
                    43.72377
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.36673,
                    43.66097
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.30288,
                    43.72459
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.3977,
                    43.72602
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.35799,
                    43.65307
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.38815,
                    43.76665
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.35695,
                    43.68391
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.34462,
                    43.74154
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.35585,
                    43.69183
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.34373,
                    43.776
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.23048,
                    43.77337
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.35801,
                    43.67744
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.58728,
                    43.69955
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.32546,
                    43.72472
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.34115,
                    43.73843
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.36266,
                    43.71401
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.28399,
                    43.71912
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.33762,
                    43.8949
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.37088,
                    43.8014
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.27967,
                    43.71001
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.30653,
                    43.82397
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.26335,
                    43.80866
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.22612,
                    43.81285
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.26352,
                    43.73243
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.21073,
                    43.81605
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.39916,
                    43.70482
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.3856,
                    43.66087
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.39982,
                    43.65797
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.57288,
                    43.65459
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.35879,
                    43.65684
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.39117,
                    43.63776
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.26961,
                    43.73622
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.39885,
                    43.65815
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.32887,
                    43.66355
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.44975,
                    43.64818
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.39207,
                    43.63819
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.37577,
                    43.65304
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.39867,
                    43.78354
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.31247,
                    43.68644
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.25049,
                    43.7545
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.37388,
                    43.66298
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.39377,
                    43.64922
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.3949,
                    43.64512
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.37535,
                    43.65217
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.35687,
                    43.71521
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.28802,
                    43.88173
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.42905,
                    43.64959
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.43522,
                    43.67964
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.46235,
                    43.66349
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.47905,
                    43.63105
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.26147,
                    43.7704
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.12311,
                    43.78864
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.35084,
                    43.66123
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.3538,
                    43.73508
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.37829,
                    43.72118
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.30619,
                    43.79938
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.36755,
                    43.70696
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.41016,
                    43.63617
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.38992,
                    43.6501
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.32882,
                    43.69392
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.38693,
                    43.65068
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.39628,
                    43.64884
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.43879,
                    43.75534
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.41457,
                    43.78019
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.52647,
                    43.62066
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.3138,
                    43.79221
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.35406,
                    43.66513
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.51118,
                    43.64834
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.52599,
                    43.61944
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.53609,
                    43.63729
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.36002,
                    43.75283
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.17346,
                    43.79048
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.16032,
                    43.79324
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.18611,
                    43.76791
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.29789,
                    43.78123
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.22913,
                    43.77701
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.28224,
                    43.76554
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.13194,
                    43.7806
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.19312,
                    43.7852
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.28,
                    43.71021
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.23796,
                    43.79194
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.50046,
                    43.76241
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.21688,
                    43.79843
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.41608,
                    43.64442
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.1923,
                    43.78287
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.26235,
                    43.88427
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.55905,
                    43.60984
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.55692,
                    43.63992
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.52427,
                    43.64473
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.48409,
                    43.64994
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.51703,
                    43.59821
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.4293,
                    43.71946
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.53681,
                    43.77226
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.41695,
                    43.78496
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.45962,
                    43.65572
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.50631,
                    43.77879
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.47291,
                    43.7733
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.45084,
                    43.75076
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.23914,
                    43.77488
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.49992,
                    43.70374
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.47039,
                    43.78703
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.51226,
                    43.76694
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.44273,
                    43.69693
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.26377,
                    43.73234
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.61012,
                    43.73372
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.34129,
                    43.75715
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.26137,
                    43.77369
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.29691,
                    43.67624
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.30205,
                    43.6886
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.28183,
                    43.81555
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.30189,
                    43.68826
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.37731,
                    43.68374
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.60425,
                    43.72867
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.358,
                    43.80953
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.33995,
                    43.66114
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.62154,
                    43.72476
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.33132,
                    43.77467
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.57076,
                    43.65203
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.32196,
                    43.77184
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.19001,
                    43.80434
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.27546,
                    43.83203
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.14311,
                    43.79497
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.46632,
                    43.66954
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.20544,
                    43.81281
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.43338,
                    43.67451
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.52515,
                    43.64888
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.64606,
                    43.71578
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.34241,
                    43.73332
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.39931,
                    43.70539
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.25812,
                    43.7745
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.39,
                    43.70834
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.28483,
                    43.6815
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.49068,
                    43.6289
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.2373,
                    43.73902
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.30386,
                    43.8222
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.55653,
                    43.6371
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.2434,
                    43.83821
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.4287,
                    43.67009
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.24676,
                    43.82867
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.44025,
                    43.7199
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.35835,
                    43.8094
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.24489,
                    43.75576
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.26392,
                    43.80151
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.48131,
                    43.62278
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.36059,
                    43.75279
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.41194,
                    43.71452
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.40069,
                    43.71761
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.5413,
                    43.68525
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.39976,
                    43.70574
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.42658,
                    43.66289
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.28396,
                    43.68089
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.34299,
                    43.66846
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.35859,
                    43.67751
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.36931,
                    43.67373
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.2812,
                    43.7125
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.34281,
                    43.65043
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.34322,
                    43.73735
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.58623,
                    43.76
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.55081,
                    43.72495
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.29255,
                    43.7009
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.40128,
                    43.64424
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.30138,
                    43.81229
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.49481,
                    43.61264
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.41959,
                    43.79552
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.40634,
                    43.74511
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.52791,
                    43.73601
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.60184,
                    43.75606
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.54141,
                    43.63467
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.48987,
                    43.70588
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.26309,
                    43.73239
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.44083,
                    43.79284
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.43311,
                    43.73395
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.26626,
                    43.80768
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.42865,
                    43.71425
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.25849,
                    43.77437
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.2785,
                    43.75919
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.28704,
                    43.78355
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.36957,
                    43.64499
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.39254,
                    43.78766
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.26744,
                    43.75758
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.62006,
                    43.73242
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.32638,
                    43.79416
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.41652,
                    43.77946
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.25771,
                    43.77083
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.62111,
                    43.68736
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.33052,
                    43.71863
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.40419,
                    43.64791
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.27394,
                    43.73067
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.35504,
                    43.68998
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.39862,
                    43.70539
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.27858,
                    43.7487
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.34599,
                    43.74636
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.22734,
                    43.81652
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.4182,
                    43.79027
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.40942,
                    43.80024
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.25674,
                    43.73494
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.21537,
                    43.8078
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.46746,
                    43.68172
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.41471,
                    43.63651
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.43112,
                    43.64965
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.28843,
                    43.80648
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.41439,
                    43.78005
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.36629,
                    43.65928
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.3369,
                    43.81843
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.38566,
                    43.65106
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.32508,
                    43.8213
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.36789,
                    43.77053
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.4153,
                    43.6847
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.3639,
                    43.65575
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.42056,
                    43.68269
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.33725,
                    43.71637
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.30038,
                    43.74421
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.45243,
                    43.71439
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.25595,
                    43.75334
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.39198,
                    43.63764
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.41811,
                    43.64076
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.26325,
                    43.73207
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.32998,
                    43.81852
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.26747,
                    43.76886
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.19075,
                    43.76639
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.40588,
                    43.74517
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.54697,
                    43.76462
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.37338,
                    43.6536
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.31973,
                    43.67285
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.3653,
                    43.65539
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.47186,
                    43.67175
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.39269,
                    43.68775
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.31213,
                    43.6674
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.40288,
                    43.68635
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.51639,
                    43.59836
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.28769,
                    43.67255
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.40446,
                    43.64705
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.4113,
                    43.66633
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.39951,
                    43.64446
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.37563,
                    43.65264
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.57099,
                    43.67168
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.58154,
                    43.71478
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.3585,
                    43.66105
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.47375,
                    43.66545
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.29375,
                    43.74292
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.40588,
                    43.65218
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.59932,
                    43.68612
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.29208,
                    43.82701
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.48874,
                    43.61464
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.28834,
                    43.72969
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.53581,
                    43.63747
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.5438,
                    43.61179
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.52426,
                    43.68485
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.50279,
                    43.62668
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.18709,
                    43.77071
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.555,
                    43.71386
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.26189,
                    43.81994
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.22734,
                    43.77752
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.54348,
                    43.63024
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.1922,
                    43.80361
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.34466,
                    43.7646
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.27532,
                    43.78622
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.39177,
                    43.68784
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.2201,
                    43.80828
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.55509,
                    43.71535
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.63216,
                    43.74677
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.46535,
                    43.65367
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.54714,
                    43.72234
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.45927,
                    43.65554
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.46321,
                    43.78852
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.54877,
                    43.63076
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.46338,
                    43.75024
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.40625,
                    43.74545
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.53704,
                    43.72358
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.60986,
                    43.73573
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.45128,
                    43.73446
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.53176,
                    43.70627
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.35846,
                    43.67789
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.28913,
                    43.69443
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.19178,
                    43.78668
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.24075,
                    43.77145
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.37665,
                    43.67215
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.30277,
                    43.69025
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.34642,
                    43.6899
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.32792,
                    43.6638
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.4507,
                    43.73418
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5958,
                    45.65587
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.81919,
                    45.52319
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.73165,
                    45.56454
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6831,
                    45.55997
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.69501,
                    45.59129
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6927,
                    45.5702
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.76857,
                    45.59712
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.80507,
                    45.5888
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.78282,
                    45.61662
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.82084,
                    45.57163
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.83368,
                    45.56822
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.76841,
                    45.55595
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.80965,
                    45.57707
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.712,
                    45.60215
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.7499,
                    45.56826
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.68684,
                    45.57338
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6838,
                    45.55958
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6946,
                    45.57274
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.78927,
                    45.5835
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.73931,
                    45.54409
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.66877,
                    43.65546
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.74603,
                    45.55486
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.64989,
                    43.70998
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.86219,
                    45.52277
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.72983,
                    45.54089
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.70654,
                    45.60349
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.75226,
                    45.64534
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.86153,
                    45.52307
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57993,
                    45.67375
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.71166,
                    45.54428
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.68734,
                    45.55925
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.72029,
                    45.59526
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66521,
                    45.60153
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.72282,
                    45.52936
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.74551,
                    45.53833
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.72465,
                    45.59936
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.74248,
                    45.60456
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.86242,
                    45.52325
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.77999,
                    45.6194
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.76954,
                    45.55932
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.78141,
                    45.52283
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.767,
                    45.53555
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.68398,
                    45.5666
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.75854,
                    45.56188
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.7217,
                    45.59673
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.67931,
                    45.61655
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.74855,
                    45.56808
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.72017,
                    45.55852
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.82895,
                    45.57462
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.72165,
                    45.59668
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.72729,
                    45.56064
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.68233,
                    45.55966
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.76582,
                    45.55595
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.76152,
                    45.59512
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.71061,
                    45.56484
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.68294,
                    45.57635
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.72044,
                    45.55841
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.72946,
                    45.57945
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6828,
                    45.56025
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.76906,
                    45.54855
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.8724,
                    45.55449
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.71985,
                    45.55865
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.73162,
                    45.56453
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.75072,
                    45.54305
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.75833,
                    45.58472
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.73594,
                    45.55587
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64506,
                    45.61262
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.74351,
                    45.59233
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64773,
                    45.61427
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64771,
                    45.61426
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.75155,
                    45.55611
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.66501,
                    43.66793
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.58957,
                    43.56098
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.73901,
                    43.65498
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.62774,
                    43.53657
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.64592,
                    43.49672
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.53824,
                    43.63538
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.54217,
                    43.63385
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.70136,
                    43.58461
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.58733,
                    43.62353
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.3061,
                    43.00622
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.74399,
                    43.61363
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.58669,
                    43.55594
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.71198,
                    43.58035
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.6266,
                    43.59131
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.48573,
                    43.44735
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.6332,
                    43.51266
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.6503,
                    43.69689
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.70561,
                    43.64584
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.62769,
                    43.5998
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.80803,
                    45.24187
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.39001,
                    43.64273
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.72531,
                    43.63567
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.83721,
                    43.37222
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.81776,
                    43.33868
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.44173,
                    43.4221
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.29894,
                    46.8347
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.60638,
                    43.70547
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.64774,
                    43.59379
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.62053,
                    43.583
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.64659,
                    43.59462
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.60694,
                    43.63563
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.62484,
                    43.72312
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.684,
                    43.52441
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.67854,
                    43.62535
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.75897,
                    43.58365
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.67961,
                    43.5443
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.63416,
                    43.51432
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.7587,
                    43.58331
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.64544,
                    43.60123
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.72272,
                    43.5697
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.73393,
                    43.56095
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.59596,
                    43.65808
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.84921,
                    45.64127
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.30131,
                    43.02633
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.30868,
                    43.01528
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.71629,
                    43.63631
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.78452,
                    43.35511
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.64128,
                    43.70287
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.64687,
                    43.59382
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.76891,
                    43.39338
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.89832,
                    43.953
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.64606,
                    43.59377
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.65954,
                    43.57263
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.04942,
                    43.89362
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.53904,
                    43.63554
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.74099,
                    43.65671
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.46674,
                    43.71213
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.6463,
                    43.59393
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -74.00053,
                    45.76761
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.549,
                    43.67327
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.50954,
                    43.77707
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.53766,
                    43.64691
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.53765,
                    43.6469
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.48835,
                    43.75271
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.48415,
                    43.67945
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.39843,
                    43.70506
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.52055,
                    43.77585
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.24786,
                    43.52092
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.95409,
                    44.09807
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.52927,
                    43.74936
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.66099,
                    43.56692
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.48688,
                    43.69503
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.7394,
                    43.65474
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.45065,
                    43.65764
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.42312,
                    43.80972
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.2319,
                    43.88063
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.41524,
                    43.7818
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.52017,
                    43.68333
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.58857,
                    43.63527
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.49151,
                    43.66686
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.44778,
                    43.69616
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.74379,
                    43.55539
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.53448,
                    43.63999
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.53453,
                    43.83915
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.4418,
                    43.89093
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.4414,
                    43.88908
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.66158,
                    43.59563
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.85719,
                    43.23473
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.76918,
                    43.19022
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.51162,
                    43.77892
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.47308,
                    44.02345
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.43697,
                    43.86988
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.52575,
                    43.8006
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.42302,
                    43.80925
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.41787,
                    43.78952
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.7585,
                    43.58647
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.70064,
                    43.607
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.72555,
                    43.55491
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.92885,
                    43.20852
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.57029,
                    43.59811
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.47398,
                    43.69032
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.69047,
                    43.51798
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.69482,
                    44.36799
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.48419,
                    43.6494
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.78711,
                    43.23691
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.66661,
                    43.63431
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.5134,
                    43.73951
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.81007,
                    43.19326
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.45931,
                    43.65567
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.41458,
                    43.78065
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.49435,
                    43.78171
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.50108,
                    43.69741
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.43398,
                    43.67478
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.58866,
                    43.66689
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.53205,
                    43.70637
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.42107,
                    43.63991
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.55109,
                    43.67724
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.8923,
                    43.23063
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.4237,
                    43.83767
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.68332,
                    43.54306
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.71661,
                    43.5497
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.464,
                    43.67668
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.88419,
                    43.23861
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.66235,
                    43.54713
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.62438,
                    43.58234
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.70476,
                    43.56079
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.85934,
                    43.26257
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.82594,
                    43.23611
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.87431,
                    43.1979
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.44542,
                    43.69667
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.50889,
                    43.77697
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.6041,
                    43.70314
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.49216,
                    43.69292
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.52377,
                    43.64454
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.84315,
                    43.21909
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.66262,
                    43.54475
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.47178,
                    43.78688
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.47533,
                    43.69069
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.50268,
                    43.69946
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.66607,
                    43.52566
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62297,
                    45.45738
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.47132,
                    43.69106
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.50199,
                    43.69748
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.50856,
                    43.72118
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.43787,
                    43.64033
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.58931,
                    43.66476
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.46043,
                    43.6889
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.44876,
                    43.72589
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.54476,
                    43.6322
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.7008,
                    43.6071
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.2574,
                    43.87445
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.56729,
                    43.64443
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.7577,
                    43.56434
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.67736,
                    43.54547
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.81267,
                    43.25068
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.86953,
                    43.25697
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.42965,
                    43.83845
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.56334,
                    43.70453
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.58492,
                    43.55236
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.7949,
                    43.39693
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.64608,
                    43.59346
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.67933,
                    43.60882
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.49797,
                    43.68169
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.78593,
                    43.33888
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.4779,
                    43.7086
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.50879,
                    43.72155
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.55501,
                    43.6294
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.53799,
                    43.63555
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.47021,
                    43.70381
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.50851,
                    43.77696
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.42066,
                    43.68311
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.59027,
                    43.76082
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.30566,
                    46.88894
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.67444,
                    43.55552
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.47159,
                    43.70981
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.46728,
                    43.67203
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.50078,
                    43.72235
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.43597,
                    43.69881
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.52656,
                    43.77355
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.46463,
                    43.67825
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.39403,
                    43.64293
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.24974,
                    46.81198
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.47772,
                    43.73367
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.74126,
                    43.65684
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.68489,
                    43.61288
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.87022,
                    43.253
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.43649,
                    43.69937
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.45054,
                    43.67577
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.63351,
                    43.71198
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.85886,
                    43.25347
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.67964,
                    43.54436
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.59015,
                    43.60382
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.79243,
                    43.23439
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.83588,
                    43.2512
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.22119,
                    43.52545
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.50643,
                    43.77615
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.8301,
                    43.24506
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.64324,
                    43.56186
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.43546,
                    43.67967
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.43633,
                    43.69028
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.92193,
                    43.32411
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.3924,
                    43.69923
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.49917,
                    43.68555
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.39452,
                    43.69867
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.64655,
                    43.59437
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.63304,
                    43.51258
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.64303,
                    43.55695
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.51639,
                    43.70014
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.72206,
                    43.63256
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.45251,
                    43.65636
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.44901,
                    43.66029
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.42627,
                    43.83943
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.80894,
                    43.33321
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.48292,
                    44.05425
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.98913,
                    43.25657
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.48668,
                    43.67087
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.28365,
                    43.86735
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.65269,
                    43.58772
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.65794,
                    43.60212
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.44162,
                    43.88995
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.2007,
                    46.85414
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.7645,
                    43.22809
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.7018,
                    43.56323
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.46398,
                    43.66404
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.42696,
                    43.66188
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.47775,
                    43.65465
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.43385,
                    43.69924
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.44555,
                    43.79138
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.48141,
                    43.68862
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.4256,
                    43.83998
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.43941,
                    43.88098
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.43615,
                    43.86632
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.49143,
                    43.66627
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.63774,
                    43.62043
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.42007,
                    43.79796
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.79278,
                    43.21179
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.50171,
                    43.69746
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.2665,
                    45.29885
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.41319,
                    43.70368
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.82288,
                    43.26153
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.45279,
                    43.79105
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.7374,
                    43.23199
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.44629,
                    43.6392
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.70662,
                    43.6458
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.38564,
                    43.65108
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.49142,
                    43.66664
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.94505,
                    43.2283
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.6979,
                    43.61353
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.63327,
                    43.51296
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.67518,
                    43.6409
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.86025,
                    43.27634
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.44029,
                    43.69143
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.55353,
                    43.62933
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.67845,
                    43.67114
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.52078,
                    45.5244
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.78282,
                    45.66604
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.44563,
                    45.42801
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.46319,
                    43.74933
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.39254,
                    43.66606
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.32816,
                    43.6708
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.50758,
                    45.51485
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.42047,
                    45.50055
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.67491,
                    43.52354
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.26826,
                    45.33503
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.25974,
                    42.95678
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.48959,
                    45.51726
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.41478,
                    43.78111
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.48175,
                    43.72491
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.7391,
                    43.59765
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.48971,
                    43.66194
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.47572,
                    43.65179
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.48228,
                    45.44742
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.59009,
                    43.66392
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.9118,
                    45.57138
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.19473,
                    42.97786
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.39903,
                    43.70432
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.87629,
                    45.57693
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.54964,
                    43.7982
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.50326,
                    43.70091
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.5103,
                    43.68425
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.40245,
                    43.69087
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.56149,
                    43.44965
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.44326,
                    43.65977
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.42533,
                    43.43723
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.46465,
                    43.66562
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.19691,
                    42.95519
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.47217,
                    43.4616
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.43266,
                    43.65266
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.32838,
                    46.76574
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.43667,
                    43.46553
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.46214,
                    43.74971
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -74.5637,
                    46.11786
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -74.62907,
                    46.18612
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.3889,
                    43.75739
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.17369,
                    43.00287
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.46346,
                    43.75061
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.43151,
                    43.64981
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.43102,
                    43.71167
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.44239,
                    43.69738
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.44328,
                    43.67834
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.44508,
                    43.68287
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -74.00008,
                    45.77403
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.41301,
                    43.72277
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.41534,
                    43.77959
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.45111,
                    43.73456
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.4268,
                    43.63466
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.4506,
                    43.7343
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.42464,
                    45.50182
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.95747,
                    45.53535
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.45747,
                    43.72667
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.37173,
                    43.7512
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.58879,
                    43.75983
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.50964,
                    43.77712
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.2034,
                    43.01007
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.41125,
                    43.68497
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.3832,
                    43.65078
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.81383,
                    45.34498
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.51917,
                    45.47865
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.8493,
                    45.35299
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.76318,
                    45.3489
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.87759,
                    45.2735
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.85085,
                    45.29005
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.52286,
                    45.43327
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.74817,
                    45.39459
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.67975,
                    45.37893
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.78281,
                    45.36751
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.92599,
                    45.34835
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.76265,
                    45.35109
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.66591,
                    45.34489
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.73751,
                    45.40267
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.89017,
                    45.32249
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.68707,
                    45.42352
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.81154,
                    45.34572
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.73315,
                    45.40166
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.76331,
                    45.34903
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.54256,
                    45.45806
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.73552,
                    45.40379
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.61595,
                    45.30996
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.73141,
                    45.39994
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.63061,
                    45.41208
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.9068,
                    45.30973
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.73288,
                    45.3745
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.66181,
                    45.42452
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.49714,
                    45.45775
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.60886,
                    45.43121
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.65883,
                    45.35979
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.60815,
                    45.43154
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.75282,
                    45.39593
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.6888,
                    45.41416
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.69955,
                    45.40087
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.62368,
                    45.39996
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.73552,
                    45.40379
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.60815,
                    45.43154
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.67781,
                    45.42747
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.73176,
                    45.40487
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.51907,
                    45.47868
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.66409,
                    45.4107
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.62093,
                    45.38771
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.82908,
                    45.31218
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.68859,
                    45.3641
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.63702,
                    45.41269
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.51907,
                    45.47868
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.66544,
                    45.41156
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.5047,
                    45.48986
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.64881,
                    45.37639
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.73286,
                    45.35023
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.72915,
                    45.3434
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.66505,
                    45.41215
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.8681,
                    45.288
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.90662,
                    45.3093
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.63702,
                    45.42401
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.75311,
                    45.33607
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.73963,
                    45.34114
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.69855,
                    45.42104
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.90712,
                    45.30911
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.78694,
                    45.36301
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.67587,
                    45.43287
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.63743,
                    45.42051
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.69556,
                    45.38723
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.7326,
                    45.29822
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.73607,
                    45.404
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.7683,
                    45.37238
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.65883,
                    45.35979
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.73721,
                    45.30813
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.69688,
                    45.38838
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.73522,
                    45.30012
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.73552,
                    45.40379
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.73744,
                    45.40355
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.63743,
                    45.42051
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.74641,
                    45.39861
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.66851,
                    45.27695
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.77379,
                    45.38334
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.67808,
                    45.3364
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.76868,
                    45.37245
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.71026,
                    45.42906
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.8082,
                    45.35381
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.51684,
                    45.4796
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.51909,
                    45.47836
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.73957,
                    45.3486
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.68878,
                    45.27243
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.66505,
                    45.41215
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.61424,
                    45.44633
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.73552,
                    45.40379
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.4805,
                    45.49475
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.67893,
                    45.43162
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.62201,
                    45.44021
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.6747,
                    45.41409
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.70036,
                    45.34497
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.63882,
                    45.42707
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.65575,
                    45.35457
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.69929,
                    45.41881
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.67747,
                    45.41288
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.78279,
                    45.36797
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.6556,
                    45.35438
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.63425,
                    45.41765
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.68666,
                    45.42839
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.75521,
                    45.37683
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.67872,
                    45.43295
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.74284,
                    45.26976
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.929,
                    45.26549
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.65614,
                    45.35504
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.60289,
                    45.37335
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.90272,
                    45.33925
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.66675,
                    45.4011
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.60898,
                    45.43094
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.6041,
                    45.43042
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.73653,
                    45.29817
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.68155,
                    45.43624
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.79993,
                    45.35743
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.68319,
                    45.37755
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.64978,
                    45.44013
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.51907,
                    45.47868
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.69875,
                    45.41817
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.69442,
                    45.26863
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.68897,
                    45.37695
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.69463,
                    45.42315
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.63859,
                    45.35948
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.73552,
                    45.40379
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.73552,
                    45.40379
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.604,
                    45.41698
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.78198,
                    45.36527
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.6162,
                    45.38952
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.52289,
                    45.43333
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.67677,
                    45.38494
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.71805,
                    45.40264
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.66505,
                    45.41215
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.67978,
                    45.27641
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.66686,
                    45.27763
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.7058,
                    45.29828
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.74149,
                    45.2668
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.66505,
                    45.41215
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.71516,
                    45.27499
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.50553,
                    45.45536
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.80316,
                    45.3486
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.85528,
                    45.30103
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.73661,
                    45.40377
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.65294,
                    45.39902
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.70691,
                    45.37528
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.6003,
                    45.37274
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.65573,
                    45.3546
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.89832,
                    45.27259
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.63743,
                    45.42051
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.72565,
                    45.38883
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.6667,
                    45.41204
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.67919,
                    45.39009
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.73318,
                    45.25306
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.80421,
                    45.34858
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.69302,
                    45.39026
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.51791,
                    45.47887
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.73552,
                    45.40379
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.69637,
                    45.38544
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.65417,
                    45.37368
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.63822,
                    45.44388
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.67799,
                    45.43801
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.90617,
                    45.30957
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.86201,
                    45.27719
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.80093,
                    45.37074
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.72713,
                    45.38904
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.61479,
                    45.41213
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.61729,
                    45.43184
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.84349,
                    45.33804
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.70238,
                    45.41985
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.68715,
                    45.37336
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.77809,
                    45.33188
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.65883,
                    45.35979
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.67471,
                    45.38697
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.9325,
                    45.34857
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.58041,
                    45.42547
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.67349,
                    45.37923
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.73744,
                    45.40332
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.79562,
                    45.3592
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.7952,
                    45.33825
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.73767,
                    45.27267
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.83178,
                    45.32273
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.67084,
                    45.3825
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.68573,
                    45.42883
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.9049,
                    45.31575
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.79372,
                    45.36017
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.68148,
                    45.37771
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.8895,
                    45.2974
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.68954,
                    45.42697
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.66414,
                    45.40931
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.73552,
                    45.40379
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.56725,
                    45.43674
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.94571,
                    45.26508
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.78085,
                    45.32846
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.74509,
                    45.3465
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.78262,
                    45.36624
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.81071,
                    45.34353
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.76332,
                    45.34895
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.90468,
                    45.29958
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.73411,
                    45.2412
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.90538,
                    45.31219
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.6804,
                    45.37907
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.93187,
                    45.34285
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.44885,
                    45.46476
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.92903,
                    45.32417
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.78562,
                    45.36657
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.75569,
                    45.35392
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.62204,
                    45.39938
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.63395,
                    45.41799
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.90554,
                    45.30429
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.74771,
                    45.3452
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.73421,
                    45.29735
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.78938,
                    45.34048
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.73258,
                    45.40452
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.67579,
                    45.38562
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.45385,
                    45.47079
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.72832,
                    45.28349
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.78146,
                    45.35595
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.75027,
                    45.38623
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.68717,
                    45.42453
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.69646,
                    45.38584
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.74606,
                    45.39872
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.7528,
                    45.39585
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.73566,
                    45.29977
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.68796,
                    45.41199
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.84164,
                    45.33628
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.69977,
                    45.42103
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.46571,
                    43.76922
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.93608,
                    45.34804
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.73661,
                    45.40377
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.81161,
                    45.33659
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.73661,
                    45.40377
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.83036,
                    45.312
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.74295,
                    45.37764
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.67829,
                    45.38365
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.71918,
                    45.40228
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.62447,
                    45.37326
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.67933,
                    45.38121
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.68767,
                    45.40842
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.63603,
                    45.42226
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.60815,
                    45.43154
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.72606,
                    45.38997
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.87499,
                    45.32504
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.74646,
                    45.40308
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.57151,
                    45.4393
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.73503,
                    45.38561
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.73661,
                    45.40377
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.66594,
                    45.41209
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.70628,
                    45.39827
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.90677,
                    45.30934
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.65663,
                    45.43919
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.6216,
                    45.36969
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.79444,
                    45.35827
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.7562,
                    45.34763
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.7624,
                    45.35065
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.47797,
                    45.44391
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.73353,
                    45.26923
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.76147,
                    45.34687
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.63734,
                    45.4208
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.66302,
                    45.38876
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.68599,
                    45.39875
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.48068,
                    45.45107
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.78217,
                    45.3642
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.62451,
                    45.40144
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.69917,
                    45.43373
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.65883,
                    45.35979
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.68723,
                    45.42344
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.73817,
                    45.36206
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.72973,
                    45.35332
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.66418,
                    45.41187
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.69296,
                    45.41102
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.73598,
                    45.26991
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.73552,
                    45.40379
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.77013,
                    45.36619
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.67301,
                    45.42077
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.74834,
                    45.39781
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.4539,
                    45.47016
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.8846,
                    45.41177
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.63122,
                    45.31474
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.73953,
                    45.27121
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.90742,
                    45.30924
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.93226,
                    45.3479
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.60815,
                    45.43154
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.66154,
                    45.37906
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.63697,
                    45.42071
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.90364,
                    45.31179
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.76263,
                    45.35118
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.54546,
                    45.46766
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.62716,
                    45.40623
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.75369,
                    45.39558
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.56438,
                    45.43177
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.72677,
                    45.39115
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.58473,
                    45.45122
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.68769,
                    45.41462
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.7439,
                    45.27127
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.67834,
                    45.38364
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.6392,
                    45.38053
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.68497,
                    45.37747
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.73322,
                    45.3511
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.74733,
                    45.27637
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.51279,
                    45.45233
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.7486,
                    45.27443
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.66668,
                    45.27766
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.40141,
                    43.72157
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.32983,
                    43.66338
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.62685,
                    45.34697
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.8115,
                    45.34538
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.78321,
                    45.36629
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.53214,
                    45.44478
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.90199,
                    45.31095
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.88947,
                    45.26768
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.66204,
                    45.45467
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.66946,
                    45.39635
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.42484,
                    43.79708
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.69642,
                    45.38506
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.72868,
                    45.25217
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.76582,
                    45.27213
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.45193,
                    43.70138
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.45538,
                    43.71802
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.34525,
                    43.6671
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.34679,
                    43.40262
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.51254,
                    43.68548
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.22456,
                    43.52959
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.40733,
                    43.63641
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.90424,
                    45.5365
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.45494,
                    43.71442
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.6791,
                    45.39606
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.60815,
                    45.43154
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.1736,
                    43.0027
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.82862,
                    45.32398
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.70377,
                    45.29898
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.45409,
                    43.43102
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.50399,
                    43.68859
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.42675,
                    43.63721
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.48879,
                    43.75519
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.40626,
                    43.65216
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.44988,
                    43.69497
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.2203,
                    46.8079
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.45646,
                    43.72181
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.08775,
                    43.84717
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.6667,
                    45.41204
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.52972,
                    43.49823
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.22922,
                    42.95445
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.33581,
                    43.00859
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.43412,
                    43.65693
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.42762,
                    43.64953
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.42587,
                    43.6344
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.54139,
                    43.63453
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.43511,
                    43.65923
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.30262,
                    45.44699
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.92263,
                    43.88483
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.95354,
                    43.96722
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.45555,
                    43.7177
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.43694,
                    43.66359
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.45511,
                    43.71556
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.44548,
                    43.684
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.90672,
                    45.26373
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.50897,
                    43.72233
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.91193,
                    45.54422
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.41589,
                    45.50881
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.15064,
                    45.43346
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.37599,
                    45.50293
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.26806,
                    45.32551
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.43117,
                    45.43724
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.45878,
                    43.73112
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.91109,
                    43.88258
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.45011,
                    43.69558
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.45392,
                    43.71034
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.43016,
                    43.64646
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.34428,
                    45.59699
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.43685,
                    43.79264
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.46156,
                    43.65847
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.51116,
                    43.69838
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.38879,
                    43.67516
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.44081,
                    43.70157
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.03015,
                    43.88483
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.04095,
                    43.84757
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.328,
                    43.66369
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.44893,
                    43.69228
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.29261,
                    42.94738
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.1864,
                    45.56369
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.46594,
                    45.45641
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.47587,
                    43.44377
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.49651,
                    43.45232
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.20065,
                    43.01102
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.9052,
                    45.7017
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.31954,
                    43.67276
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.22953,
                    42.93416
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.3007,
                    46.89262
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.41525,
                    43.72242
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.29381,
                    45.33025
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.27987,
                    43.56308
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.29082,
                    45.43114
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.90553,
                    45.31044
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.43108,
                    44.0659
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.3879,
                    43.86658
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.48717,
                    44.05312
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.45943,
                    44.05958
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.3531,
                    43.78747
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.53018,
                    43.81987
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.34685,
                    43.7761
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.41901,
                    43.7943
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.38845,
                    43.86958
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.89594,
                    43.94328
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.12548,
                    44.42725
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.94528,
                    44.09986
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.38713,
                    43.86272
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.454,
                    44.0608
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.68806,
                    45.48407
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.21007,
                    43.52091
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.83849,
                    43.37882
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.83015,
                    43.34731
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.2207,
                    46.81038
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.27286,
                    46.8667
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.88554,
                    43.26823
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.81831,
                    43.33912
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.15288,
                    46.02193
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.38615,
                    45.67262
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.15218,
                    46.03677
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.1537,
                    46.01997
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.27918,
                    46.80606
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.69759,
                    45.47791
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.30094,
                    46.77334
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.49347,
                    45.56086
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.22892,
                    42.93656
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53687,
                    45.59418
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.24462,
                    46.83742
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.09806,
                    46.0415
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.33014,
                    46.75238
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.43238,
                    43.68029
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.83405,
                    45.32164
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.28477,
                    43.68066
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.27476,
                    45.3428
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.29129,
                    45.32565
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.01607,
                    43.87305
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.78635,
                    43.39091
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.88232,
                    43.23989
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.78889,
                    43.23339
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.94491,
                    43.22783
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.02013,
                    43.19727
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.90428,
                    43.20531
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.87085,
                    43.25592
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.9109,
                    43.20603
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.92692,
                    43.2576
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.78376,
                    45.35616
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64233,
                    45.42792
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.86996,
                    43.25488
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.25486,
                    46.84886
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.91674,
                    45.54316
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.88655,
                    43.8705
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.88005,
                    43.93552
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.5112,
                    43.45713
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.27806,
                    46.77246
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.2511,
                    46.81302
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -74.11543,
                    45.10594
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -74.12308,
                    45.24156
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -74.12596,
                    45.2422
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.69654,
                    45.42152
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.21494,
                    46.86406
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.48292,
                    43.74838
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.3968,
                    45.74385
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.43671,
                    45.683
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.52815,
                    43.50017
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.27038,
                    46.78918
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.46726,
                    46.87894
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.40764,
                    43.74389
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.28195,
                    46.77036
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.72887,
                    45.36887
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.46534,
                    46.7359
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.77204,
                    45.51907
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.85485,
                    43.90062
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.40559,
                    43.68584
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58478,
                    45.48941
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.7243,
                    45.48872
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.68871,
                    45.43736
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.26838,
                    46.86206
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6585,
                    45.42742
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56566,
                    45.47035
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.54247,
                    43.84782
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.45292,
                    43.82333
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.38095,
                    43.84205
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.89597,
                    43.86898
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.36078,
                    46.85054
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.25726,
                    46.7867
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60331,
                    45.47914
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.33728,
                    43.75806
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.85092,
                    43.2308
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.74995,
                    43.23446
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.35208,
                    43.66445
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.14426,
                    43.80032
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.24206,
                    46.7983
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.37126,
                    46.80494
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58102,
                    45.48239
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64424,
                    45.41738
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.29054,
                    46.78078
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.29462,
                    46.80654
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.2967,
                    46.83054
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.74748,
                    45.30732
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.31478,
                    46.7627
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.51456,
                    45.58672
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55967,
                    45.50083
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56855,
                    45.46198
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.92184,
                    43.23923
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.84409,
                    43.19007
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.85655,
                    43.313
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.2179,
                    46.81574
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.20669,
                    45.9298
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.20102,
                    46.85382
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.6403,
                    45.42939
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.45199,
                    43.65445
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.4621,
                    43.74855
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.52219,
                    43.46477
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.44461,
                    43.71593
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.56877,
                    43.68669
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.22406,
                    46.8135
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.94096,
                    45.40363
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.52174,
                    43.46315
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.50986,
                    43.77694
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.29622,
                    46.77246
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.36398,
                    46.8051
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.45121,
                    43.73411
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.6464,
                    43.59357
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.61252,
                    43.61355
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.68619,
                    43.57711
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.65741,
                    43.56782
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.64197,
                    43.6625
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.68463,
                    43.54721
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.75799,
                    43.60812
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.62476,
                    43.58204
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.10448,
                    46.81548
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.76601,
                    43.22853
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.87283,
                    43.25165
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.77431,
                    43.22889
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.84756,
                    43.959
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.49356,
                    45.51049
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.27774,
                    46.78686
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.69453,
                    45.43743
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.04135,
                    43.8468
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.52155,
                    45.52404
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.26606,
                    46.86094
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -78.87335,
                    43.89533
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.67881,
                    43.56621
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.68333,
                    43.54295
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.27543,
                    46.73093
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.18532,
                    46.79846
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.45012,
                    43.64888
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.76064,
                    43.58495
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.81786,
                    43.24739
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.64842,
                    43.5521
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.27106,
                    46.77905
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.59411,
                    43.71405
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.53591,
                    43.75301
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.2147,
                    46.8475
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.44186,
                    43.42195
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.42447,
                    43.39048
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.54266,
                    43.63344
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.67128,
                    43.60323
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.64662,
                    43.59379
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.64021,
                    43.59495
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.62251,
                    43.58164
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.55188,
                    43.58332
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.41325,
                    43.65083
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.40363,
                    43.39028
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.5171,
                    43.41513
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.49115,
                    43.70547
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.31958,
                    46.81038
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.518,
                    43.41423
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.40816,
                    43.65635
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.18321,
                    46.81081
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -74.16058,
                    45.96439
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.5489,
                    43.63071
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.22118,
                    46.83982
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.98038,
                    43.36581
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.98004,
                    43.36573
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.31585,
                    43.74132
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.4738,
                    43.75561
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59633,
                    45.44577
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60276,
                    45.42281
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.42602,
                    43.63923
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.59357,
                    43.56372
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.28735,
                    46.88102
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.39865,
                    43.70482
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.55914,
                    43.4348
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.62784,
                    43.59211
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.75742,
                    45.4644
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.437,
                    45.6736
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.6443,
                    45.49063
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.74526,
                    45.42176
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.35049,
                    43.66039
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.54317,
                    43.44305
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.74276,
                    45.44686
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60927,
                    45.51458
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.15934,
                    46.8863
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.51695,
                    43.45175
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.517,
                    43.4152
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.2155,
                    46.81174
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.71237,
                    43.59798
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.74212,
                    43.54001
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.59166,
                    43.58873
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.29097,
                    45.32604
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.75993,
                    43.57388
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.49928,
                    43.4057
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.11636,
                    43.91052
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.1063,
                    43.90238
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.11261,
                    43.92782
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.38727,
                    43.66062
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.585,
                    43.63865
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.25766,
                    46.78662
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.3167,
                    46.76302
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.71695,
                    43.54885
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.72464,
                    43.55077
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.58963,
                    43.66452
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.30121,
                    43.68936
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.48222,
                    43.3895
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.65396,
                    43.60765
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.76171,
                    43.58433
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.53008,
                    43.70073
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.53958,
                    43.47441
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -74.05575,
                    45.3984
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.51159,
                    43.75033
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.4845,
                    43.47797
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.54512,
                    43.76352
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.75348,
                    45.35889
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.63795,
                    43.58191
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.44174,
                    43.65038
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.44583,
                    43.39935
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.44131,
                    43.42255
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.27238,
                    43.76781
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -75.77037,
                    45.35577
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.75878,
                    43.58337
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.25921,
                    42.94072
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.93402,
                    45.3181
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.6185,
                    43.60813
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.40306,
                    43.64385
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.41013,
                    43.45462
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63173,
                    45.70357
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -71.22518,
                    46.80526
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.53368,
                    43.69552
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.51812,
                    43.4786
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.47873,
                    43.75466
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.46345,
                    43.42328
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.37925,
                    43.64577
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58468,
                    45.38414
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.47257,
                    45.40915
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.73622,
                    43.58027
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.54798,
                    45.38481
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.70111,
                    44.40216
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.73395,
                    43.6656
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -72.94596,
                    45.62739
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.42547,
                    43.83982
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.3274,
                    45.57834
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -72.98072,
                    45.60436
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.31718,
                    45.52051
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.69467,
                    45.50487
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.43224,
                    43.71873
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.51375,
                    45.38507
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53522,
                    45.38238
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.24465,
                    43.0114
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.60339,
                    43.75785
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.48122,
                    45.42621
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.43515,
                    43.39782
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57915,
                    45.38278
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.25554,
                    43.03475
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -79.39879,
                    43.70537
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.52408,
                    45.53055
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -80.50642,
                    43.48107
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.46717,
                    45.46651
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.29272,
                    45.52757
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.48705,
                    45.419
                ]
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -81.2341,
                    43.00774
                ]
            }
        }
    ]
}
 

Request   

GET v2/landing/vehicles

Link

Example request:
curl --request GET \
    --get "https://api.transittracker.ca/v2/links"
$client = new \GuzzleHttp\Client();
$url = 'https://api.transittracker.ca/v2/links';
$response = $client->get($url);
$body = $response->getBody();
print_r(json_decode((string) $body));
import requests
import json

url = 'https://api.transittracker.ca/v2/links'
response = requests.request('GET', url, )
response.json()

Example response (200):

Show headers
cache-control: no-cache, private
content-type: application/json
x-ratelimit-limit: 57
x-ratelimit-remaining: 56
content-language: en
vary: Origin
 

{
    "data": [
        {
            "id": 3,
            "title": "View additional details on this vehicle",
            "description": "Using FleetSighter - by Blue Hybrid Bus",
            "url": "https://fleetsighter.ca/vehicle/stm/:ref"
        },
        {
            "id": 22,
            "title": "Read the wiki",
            "description": "On CPTDB",
            "url": "https://cptdb.ca/wiki/index.php/Soci%C3%A9t%C3%A9_de_transport_de_Montr%C3%A9al"
        },
        {
            "id": 52,
            "title": "Read the wiki",
            "description": "On CPTDB",
            "url": "https://cptdb.ca/wiki/index.php/Exo_-_R%C3%A9seau_de_transport_m%C3%A9tropolitain"
        },
        {
            "id": 53,
            "title": "Read the wiki",
            "description": "On CPTDB",
            "url": "https://cptdb.ca/wiki/index.php/Soci%C3%A9t%C3%A9_de_transport_de_Laval"
        },
        {
            "id": 54,
            "title": "Read the wiki",
            "description": "On CPTDB",
            "url": "https://cptdb.ca/wiki/index.php/R%C3%A9seau_de_transport_de_Longueuil"
        },
        {
            "id": 55,
            "title": "Read the wiki",
            "description": "On CPTDB",
            "url": "https://cptdb.ca/wiki/index.php/Exo_Laurentides"
        },
        {
            "id": 56,
            "title": "Read the wiki",
            "description": "On CPTDB",
            "url": "https://cptdb.ca/wiki/index.php/Exo_Vall%C3%A9e_du_Richelieu"
        },
        {
            "id": 57,
            "title": "Read the wiki",
            "description": "On CPTDB",
            "url": "https://cptdb.ca/wiki/index.php/Exo_Le_Richelain"
        },
        {
            "id": 58,
            "title": "Read the wiki",
            "description": "On CPTDB",
            "url": "https://cptdb.ca/wiki/index.php/Exo_L%27Assomption"
        },
        {
            "id": 59,
            "title": "Read the wiki",
            "description": "On CPTDB",
            "url": "https://cptdb.ca/wiki/index.php/Exo_Sainte-Julie"
        },
        {
            "id": 60,
            "title": "Read the wiki",
            "description": "On CPTDB",
            "url": "https://cptdb.ca/wiki/index.php/Exo_Sud-Ouest"
        },
        {
            "id": 61,
            "title": "Read the wiki",
            "description": "On CPTDB",
            "url": "https://cptdb.ca/wiki/index.php/Exo_Haut-Saint-Laurent"
        },
        {
            "id": 62,
            "title": "Read the wiki",
            "description": "On CPTDB",
            "url": "https://cptdb.ca/wiki/index.php/Exo_La_Presqu%27%C3%8Ele"
        },
        {
            "id": 63,
            "title": "Read the wiki",
            "description": "On CPTDB",
            "url": "https://cptdb.ca/wiki/index.php/Exo_Roussillon"
        },
        {
            "id": 64,
            "title": "Read the wiki",
            "description": "On CPTDB",
            "url": "https://cptdb.ca/wiki/index.php/Exo_Sorel-Varennes"
        },
        {
            "id": 65,
            "title": "Read the wiki",
            "description": "On CPTDB",
            "url": "https://cptdb.ca/wiki/index.php/Exo_Terrebonne-Mascouche"
        },
        {
            "id": 66,
            "title": "Read the wiki",
            "description": "On CPTDB",
            "url": "https://cptdb.ca/wiki/index.php/Exo_Chambly-Richelieu-Carignan"
        },
        {
            "id": 67,
            "title": "Read the wiki",
            "description": "On CPTDB",
            "url": "https://cptdb.ca/wiki/index.php/Toronto_Transit_Commission"
        },
        {
            "id": 68,
            "title": "Read the wiki",
            "description": "On CPTDB",
            "url": "https://cptdb.ca/wiki/index.php/Brampton_Transit"
        },
        {
            "id": 69,
            "title": "Read the wiki",
            "description": "On CPTDB",
            "url": "https://cptdb.ca/wiki/index.php/Burlington_Transit"
        },
        {
            "id": 70,
            "title": "Read the wiki",
            "description": "On CPTDB",
            "url": "https://cptdb.ca/wiki/index.php/Durham_Region_Transit"
        },
        {
            "id": 71,
            "title": "Read the wiki",
            "description": "On CPTDB",
            "url": "https://cptdb.ca/wiki/index.php/Hamilton_Street_Railway"
        },
        {
            "id": 72,
            "title": "Read the wiki",
            "description": "On CPTDB",
            "url": "https://cptdb.ca/wiki/index.php/York_Region_Transit"
        },
        {
            "id": 73,
            "title": "Read the wiki",
            "description": "On CPTDB",
            "url": "https://cptdb.ca/wiki/index.php/Soci%C3%A9t%C3%A9_de_transport_de_Sherbrooke"
        },
        {
            "id": 74,
            "title": "Read the wiki",
            "description": "On CPTDB",
            "url": "https://cptdb.ca/wiki/index.php/Grand_River_Transit"
        },
        {
            "id": 75,
            "title": "Read the wiki",
            "description": "On CPTDB",
            "url": "https://cptdb.ca/wiki/index.php/Guelph_Transit"
        },
        {
            "id": 76,
            "title": "Read the wiki",
            "description": "On CPTDB",
            "url": "https://cptdb.ca/wiki/index.php/GO_Transit"
        },
        {
            "id": 77,
            "title": "Read the wiki",
            "description": "On CPTDB",
            "url": "https://cptdb.ca/wiki/index.php/Barrie_Transit"
        },
        {
            "id": 78,
            "title": "Read the wiki",
            "description": "On CPTDB",
            "url": "https://cptdb.ca/wiki/index.php/Soci%C3%A9t%C3%A9_de_transport_de_L%C3%A9vis"
        },
        {
            "id": 79,
            "title": "Read the wiki",
            "description": "On CPTDB",
            "url": "https://cptdb.ca/wiki/index.php/R%C3%A9gie_intermunicipale_de_transport_des_Collines"
        },
        {
            "id": 80,
            "title": "View additional details on this vehicle",
            "description": "Using FleetSighter - by Blue Hybrid Bus",
            "url": "https://fleetsighter.ca/vehicle/stl/:ref"
        },
        {
            "id": 81,
            "title": "Open exo VIN",
            "description": "To see the bus model or to propose a new fleet number",
            "url": "https://vin.transittracker.ca/:ref"
        },
        {
            "id": 83,
            "title": "View additional details on this vehicle",
            "description": "Using FleetSighter - by Blue Hybrid Bus",
            "url": "https://fleetsighter.ca/vehicle/ttc/:ref"
        },
        {
            "id": 84,
            "title": "View additional details on this vehicle",
            "description": "Using FleetSighter - by Blue Hybrid Bus",
            "url": "https://fleetsighter.ca/vehicle/sto/:ref"
        },
        {
            "id": 85,
            "title": "View additional details on this vehicle",
            "description": "Using FleetSighter - by Blue Hybrid Bus",
            "url": "https://fleetsighter.ca/vehicle/sts/:ref"
        },
        {
            "id": 87,
            "title": "View additional details on this vehicle",
            "description": "Using FleetSighter - by Blue Hybrid Bus",
            "url": "https://fleetsighter.ca/vehicle/rtl/:ref"
        }
    ]
}
 

Example request:
curl --request GET \
    --get "https://api.transittracker.ca/v2/links/1"
$client = new \GuzzleHttp\Client();
$url = 'https://api.transittracker.ca/v2/links/1';
$response = $client->get($url);
$body = $response->getBody();
print_r(json_decode((string) $body));
import requests
import json

url = 'https://api.transittracker.ca/v2/links/1'
response = requests.request('GET', url, )
response.json()

Example response (404):

Show headers
cache-control: no-cache, private
content-type: text/html; charset=UTF-8
x-ratelimit-limit: 57
x-ratelimit-remaining: 55
content-language: en
vary: Origin
 

<!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="utf-8">
        <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">

        <title>Not Found</title>

        <!-- Fonts -->
        <link rel="dns-prefetch" href="//fonts.gstatic.com">
        <link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">

        <!-- Styles -->
        <style>
            html {
                line-height: 1.15;
                    -ms-text-size-adjust: 100%;
                -webkit-text-size-adjust: 100%;
            }

            body {
                margin: 0;
            }

            header,
            nav,
            section {
                display: block;
            }

            figcaption,
            main {
                display: block;
            }

            a {
                background-color: transparent;
                -webkit-text-decoration-skip: objects;
            }

            strong {
                font-weight: inherit;
            }

            strong {
                font-weight: bolder;
            }

            code {
                font-family: monospace, monospace;
                font-size: 1em;
            }

            dfn {
                font-style: italic;
            }

            svg:not(:root) {
                overflow: hidden;
            }

            button,
            input {
                font-family: sans-serif;
                font-size: 100%;
                line-height: 1.15;
                margin: 0;
            }

            button,
            input {
                overflow: visible;
            }

            button {
                text-transform: none;
            }

            button,
            html [type="button"],
            [type="reset"],
            [type="submit"] {
                -webkit-appearance: button;
            }

            button::-moz-focus-inner,
            [type="button"]::-moz-focus-inner,
            [type="reset"]::-moz-focus-inner,
            [type="submit"]::-moz-focus-inner {
                border-style: none;
                padding: 0;
            }

            button:-moz-focusring,
            [type="button"]:-moz-focusring,
            [type="reset"]:-moz-focusring,
            [type="submit"]:-moz-focusring {
                outline: 1px dotted ButtonText;
            }

            legend {
                -webkit-box-sizing: border-box;
                        box-sizing: border-box;
                color: inherit;
                display: table;
                max-width: 100%;
                padding: 0;
                white-space: normal;
            }

            [type="checkbox"],
            [type="radio"] {
                -webkit-box-sizing: border-box;
                        box-sizing: border-box;
                padding: 0;
            }

            [type="number"]::-webkit-inner-spin-button,
            [type="number"]::-webkit-outer-spin-button {
                height: auto;
            }

            [type="search"] {
                -webkit-appearance: textfield;
                outline-offset: -2px;
            }

            [type="search"]::-webkit-search-cancel-button,
            [type="search"]::-webkit-search-decoration {
                -webkit-appearance: none;
            }

            ::-webkit-file-upload-button {
                -webkit-appearance: button;
                font: inherit;
            }

            menu {
                display: block;
            }

            canvas {
                display: inline-block;
            }

            template {
                display: none;
            }

            [hidden] {
                display: none;
            }

            html {
                -webkit-box-sizing: border-box;
                        box-sizing: border-box;
                font-family: sans-serif;
            }

            *,
            *::before,
            *::after {
                -webkit-box-sizing: inherit;
                        box-sizing: inherit;
            }

            p {
                margin: 0;
            }

            button {
                background: transparent;
                padding: 0;
            }

            button:focus {
                outline: 1px dotted;
                outline: 5px auto -webkit-focus-ring-color;
            }

            *,
            *::before,
            *::after {
                border-width: 0;
                border-style: solid;
                border-color: #dae1e7;
            }

            button,
            [type="button"],
            [type="reset"],
            [type="submit"] {
                border-radius: 0;
            }

            button,
            input {
                font-family: inherit;
            }

            input::-webkit-input-placeholder {
                color: inherit;
                opacity: .5;
            }

            input:-ms-input-placeholder {
                color: inherit;
                opacity: .5;
            }

            input::-ms-input-placeholder {
                color: inherit;
                opacity: .5;
            }

            input::placeholder {
                color: inherit;
                opacity: .5;
            }

            button,
            [role=button] {
                cursor: pointer;
            }

            .bg-transparent {
                background-color: transparent;
            }

            .bg-white {
                background-color: #fff;
            }

            .bg-teal-light {
                background-color: #4DCCBD;
            }

            .bg-blue-dark {
                background-color: #2374AB;
            }

            .bg-indigo-light {
                background-color: #7886d7;
            }

            .bg-purple-light {
                background-color: #a779e9;
            }

            .bg-no-repeat {
                background-repeat: no-repeat;
            }

            .bg-cover {
                background-size: cover;
            }

            .border-grey-light {
                border-color: #dae1e7;
            }

            .hover\:border-grey:hover {
                border-color: #b8c2cc;
            }

            .rounded-lg {
                border-radius: .5rem;
            }

            .border-2 {
                border-width: 2px;
            }

            .hidden {
                display: none;
            }

            .flex {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
            }

            .items-center {
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
            }

            .justify-center {
                -webkit-box-pack: center;
                    -ms-flex-pack: center;
                        justify-content: center;
            }

            .font-sans {
                font-family: Roboto, sans-serif;
            }

            .font-light {
                font-weight: 300;
            }

            .font-bold {
                font-weight: 700;
            }

            .font-black {
                font-weight: 900;
            }

            .h-1 {
                height: .25rem;
            }

            .leading-normal {
                line-height: 1.5;
            }

            .m-8 {
                margin: 2rem;
            }

            .my-3 {
                margin-top: .75rem;
                margin-bottom: .75rem;
            }

            .mb-8 {
                margin-bottom: 2rem;
            }

            .max-w-sm {
                max-width: 30rem;
            }

            .min-h-screen {
                min-height: 100vh;
            }

            .py-3 {
                padding-top: .75rem;
                padding-bottom: .75rem;
            }

            .px-6 {
                padding-left: 1.5rem;
                padding-right: 1.5rem;
            }

            .pb-full {
                padding-bottom: 100%;
            }

            .absolute {
                position: absolute;
            }

            .relative {
                position: relative;
            }

            .pin {
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
            }

            .text-black {
                color: #22292f;
            }

            .text-grey-darkest {
                color: #3d4852;
            }

            .text-grey-darker {
                color: #606f7b;
            }

            .text-2xl {
                font-size: 1.5rem;
            }

            .text-5xl {
                font-size: 3rem;
            }

            .uppercase {
                text-transform: uppercase;
            }

            .antialiased {
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }

            .tracking-wide {
                letter-spacing: .05em;
            }

            .w-16 {
                width: 4rem;
            }

            .w-full {
                width: 100%;
            }

            @media (min-width: 768px) {
                .md\:bg-left {
                    background-position: left;
                }

                .md\:bg-right {
                    background-position: right;
                }

                .md\:flex {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                }

                .md\:my-6 {
                    margin-top: 1.5rem;
                    margin-bottom: 1.5rem;
                }

                .md\:min-h-screen {
                    min-height: 100vh;
                }

                .md\:pb-0 {
                    padding-bottom: 0;
                }

                .md\:text-3xl {
                    font-size: 1.875rem;
                }

                .md\:text-15xl {
                    font-size: 9rem;
                }

                .md\:w-1\/2 {
                    width: 50%;
                }
            }

            @media (min-width: 992px) {
                .lg\:bg-center {
                    background-position: center;
                }
            }
        </style>
    </head>
    <body class="antialiased font-sans">
        <div class="md:flex min-h-screen">
            <div class="w-full md:w-1/2 bg-white flex items-center justify-center">
                <div class="max-w-sm m-8">
                    <div class="text-black text-5xl md:text-15xl font-black">
                        404                    </div>

                    <div class="w-16 h-1 bg-teal-light my-3 md:my-6"></div>

                    <p class="text-grey-darker text-2xl md:text-3xl font-light mb-8 leading-normal">
                        Not Found                    </p>

                    <a href="https://api.transittracker.ca">
                        <button class="bg-transparent text-grey-darkest font-bold uppercase tracking-wide py-3 px-6 border-2 border-grey-light hover:border-grey rounded-lg">
                            Go Home
                        </button>
                    </a>
                </div>
            </div>

            <div class="relative pb-full md:flex md:pb-0 md:min-h-screen w-full md:w-1/2">
                <div class="absolute pin bg-cover bg-no-repeat md:bg-left lg:bg-center" style="background-image: url(https://api.transittracker.ca/svg/404.svg)"></div>
            </div>
        </div>
    </body>
</html>

 

Regions

GET v2/regions

Example request:
curl --request GET \
    --get "https://api.transittracker.ca/v2/regions"
$client = new \GuzzleHttp\Client();
$url = 'https://api.transittracker.ca/v2/regions';
$response = $client->get($url);
$body = $response->getBody();
print_r(json_decode((string) $body));
import requests
import json

url = 'https://api.transittracker.ca/v2/regions'
response = requests.request('GET', url, )
response.json()

Example response (200):

Show headers
cache-control: no-cache, private
content-type: application/json
x-ratelimit-limit: 12
x-ratelimit-remaining: 11
content-language: en
vary: Origin
 

{
    "data": [
        {
            "name": "Montréal",
            "slug": "mtl",
            "credits": "<p>Header photo by <a href=\"https://unsplash.com/@storybyphil\"><span style=\"text-decoration: underline;\">Phil Desforges</span></a>&nbsp;</p>",
            "infoTitle": "",
            "infoBody": "",
            "description": "Explore the metropolitan region of Montreal, with its bus networks on the island of Montreal, Laval, Longueuil and on the northern and southern crowns. In addition, commuter train services are also represented.",
            "metaDescription": "Explore the metropolitan region of Montreal with Transit Tracker. Bus networks on the island of Montreal, Laval, Longueuil and on the northern and southern crowns, with a commuter train service.",
            "cities": [
                "Montréal",
                "Mont-Saint-Hilaire",
                "Laval",
                "Longueuil",
                "Sainte-Thérèse",
                "Mont-Saint-Hilaire",
                "La Prairie",
                "Lavaltrie",
                "Sainte-Julie",
                "Sainte-Martine",
                "Sainte-Martine",
                "Île Perrot",
                "Sainte-Catherine",
                "Contrecoeur",
                "Terrebonne",
                "Richelieu",
                "Sorel-Tracy",
                "Godmanchester",
                "Saint-Lin-Laurentides",
                "Candiac",
                "Saint-Jean-sur-Richelieu",
                "Saint-Hyacinthe"
            ],
            "image": "01HRZQK091ZBWWA78YF9M08XR8.jpg",
            "mapBox": [
                [
                    "-74.3308",
                    "45.1917"
                ],
                [
                    "-72.9355",
                    "46.058"
                ]
            ],
            "mapCenter": {
                "lat": "45.5894",
                "lon": "-73.661"
            },
            "mapZoom": 9,
            "agencies": [
                {
                    "id": 1,
                    "isArchived": false,
                    "name": "Société de transport de Montréal",
                    "shortName": "STM",
                    "slug": "stm",
                    "cities": [
                        "Montréal"
                    ],
                    "defaultVehicleType": "bus",
                    "color": "#00AEEF",
                    "textColor": "#FFFFFF",
                    "regions": [
                        "mtl"
                    ],
                    "license": {
                        "url": "https://www.donneesquebec.ca/fr/licence/#cc-by",
                        "title": "Creative Commons – Attribution 4.0 CC-BY",
                        "isDownloadable": true
                    },
                    "features": [],
                    "meta": {}
                },
                {
                    "id": 2,
                    "isArchived": false,
                    "name": "exo Trains",
                    "shortName": "Trains",
                    "slug": "trains",
                    "cities": [
                        "Vaudreuil",
                        "Saint-Jérôme",
                        "Mont-Saint-Hilaire",
                        "Candiac",
                        "Mascouche"
                    ],
                    "defaultVehicleType": "train",
                    "color": "#C8017E",
                    "textColor": "#FFFFFF",
                    "regions": [
                        "mtl"
                    ],
                    "license": {
                        "url": "https://www.donneesquebec.ca/fr/licence/#cc-by",
                        "title": "Creative Commons – Attribution 4.0 CC-BY",
                        "isDownloadable": true
                    },
                    "features": [],
                    "meta": {}
                },
                {
                    "id": 3,
                    "isArchived": false,
                    "name": "Société de transport de Laval",
                    "shortName": "STL",
                    "slug": "stl",
                    "cities": [
                        "Laval"
                    ],
                    "defaultVehicleType": "bus",
                    "color": "#84C444",
                    "textColor": "#FFFFFF",
                    "regions": [
                        "mtl"
                    ],
                    "license": {
                        "url": "https://www.donneesquebec.ca/fr/licence/#cc-by",
                        "title": "Creative Commons – Attribution 4.0 CC-BY",
                        "isDownloadable": true
                    },
                    "features": [],
                    "meta": {}
                },
                {
                    "id": 4,
                    "isArchived": false,
                    "name": "Réseau de transport de Longueuil",
                    "shortName": "RTL",
                    "slug": "rtl",
                    "cities": [
                        "Longueuil"
                    ],
                    "defaultVehicleType": "bus",
                    "color": "#ce0037",
                    "textColor": "#ffe8d0",
                    "regions": [
                        "mtl"
                    ],
                    "license": {
                        "url": "https://www.donneesquebec.ca/fr/licence/#cc-by",
                        "title": "Creative Commons – Attribution 4.0 CC-BY",
                        "isDownloadable": true
                    },
                    "features": [],
                    "meta": {}
                },
                {
                    "id": 5,
                    "isArchived": false,
                    "name": "exo Laurentides",
                    "shortName": "Laurentides",
                    "slug": "la",
                    "cities": [
                        "Boisbriand",
                        "Lorraine",
                        "Pointe-Calumet",
                        "Sainte-Marthe-sur-le-Lac",
                        "Sainte-Thérèse"
                    ],
                    "defaultVehicleType": "bus",
                    "color": "#00A586",
                    "textColor": "#FFFFFF",
                    "regions": [
                        "mtl",
                        "laurentides"
                    ],
                    "license": {
                        "url": "https://www.donneesquebec.ca/fr/licence/#cc-by",
                        "title": "Creative Commons – Attribution 4.0 CC-BY",
                        "isDownloadable": true
                    },
                    "features": [],
                    "meta": {}
                },
                {
                    "id": 6,
                    "isArchived": false,
                    "name": "exo Vallée-du-Richelieu",
                    "shortName": "Vallée-du-Richelieu",
                    "slug": "vr",
                    "cities": [
                        "Beloeil",
                        "McMasterville",
                        "Mont-Saint-Hilaire",
                        "Saint-Hyacinthe",
                        "Sainte-Marie-Madeleine"
                    ],
                    "defaultVehicleType": "bus",
                    "color": "#1F96A4",
                    "textColor": "#FFFFFF",
                    "regions": [
                        "mtl"
                    ],
                    "license": {
                        "url": "https://www.donneesquebec.ca/fr/licence/#cc-by",
                        "title": "Creative Commons – Attribution 4.0 CC-BY",
                        "isDownloadable": true
                    },
                    "features": [],
                    "meta": {}
                },
                {
                    "id": 7,
                    "isArchived": true,
                    "name": "exo Le Richelain",
                    "shortName": "Le Richelain",
                    "slug": "lr",
                    "cities": [
                        "Candiac",
                        "La Prairie",
                        "Saint-Philippe"
                    ],
                    "defaultVehicleType": "bus",
                    "color": "#41474d",
                    "textColor": "#FFFFFF",
                    "regions": [
                        "mtl"
                    ],
                    "license": {
                        "url": "https://www.donneesquebec.ca/fr/licence/#cc-by",
                        "title": "Creative Commons – Attribution 4.0 CC-BY",
                        "isDownloadable": true
                    },
                    "features": [],
                    "meta": {}
                },
                {
                    "id": 8,
                    "isArchived": false,
                    "name": "exo L'Assomption",
                    "shortName": "L'Assomption",
                    "slug": "lasso",
                    "cities": [
                        "L'Assomption",
                        "Lavaltrie",
                        "L'Épiphanie",
                        "Repentigny",
                        "Saint-Sulpice"
                    ],
                    "defaultVehicleType": "bus",
                    "color": "#0071BA",
                    "textColor": "#FFFFFF",
                    "regions": [
                        "mtl"
                    ],
                    "license": {
                        "url": "https://www.donneesquebec.ca/fr/licence/#cc-by",
                        "title": "Creative Commons – Attribution 4.0 CC-BY",
                        "isDownloadable": true
                    },
                    "features": [],
                    "meta": {}
                },
                {
                    "id": 9,
                    "isArchived": false,
                    "name": "exo Sainte-Julie",
                    "shortName": "Sainte-Julie",
                    "slug": "sju",
                    "cities": [
                        "Sainte-Julie"
                    ],
                    "defaultVehicleType": "bus",
                    "color": "#F7A389",
                    "textColor": "#000000",
                    "regions": [
                        "mtl"
                    ],
                    "license": {
                        "url": "https://www.donneesquebec.ca/fr/licence/#cc-by",
                        "title": "Creative Commons – Attribution 4.0 CC-BY",
                        "isDownloadable": true
                    },
                    "features": [],
                    "meta": {}
                },
                {
                    "id": 10,
                    "isArchived": false,
                    "name": "exo Sud-Ouest",
                    "shortName": "Sud-Ouest",
                    "slug": "so",
                    "cities": [
                        "Beauharnois",
                        "Léry",
                        "Salaberry-de-Valleyfield",
                        "Mercier",
                        "Sainte-Martine"
                    ],
                    "defaultVehicleType": "bus",
                    "color": "#B94065",
                    "textColor": "#FFFFFF",
                    "regions": [
                        "mtl"
                    ],
                    "license": {
                        "url": "https://www.donneesquebec.ca/fr/licence/#cc-by",
                        "title": "Creative Commons – Attribution 4.0 CC-BY",
                        "isDownloadable": true
                    },
                    "features": [],
                    "meta": {}
                },
                {
                    "id": 11,
                    "isArchived": true,
                    "name": "exo Haut-Saint-Laurent",
                    "shortName": "Haut-Saint-Laurent (exo)",
                    "slug": "hsl",
                    "cities": [
                        "Mercier",
                        "Sainte-Martine",
                        "Ormstown",
                        "Très-Saint-Sacrement",
                        "Howick"
                    ],
                    "defaultVehicleType": "bus",
                    "color": "#41474d",
                    "textColor": "#000000",
                    "regions": [
                        "mtl"
                    ],
                    "license": {
                        "url": "https://www.donneesquebec.ca/fr/licence/#cc-by",
                        "title": "Creative Commons – Attribution 4.0 CC-BY",
                        "isDownloadable": true
                    },
                    "features": [],
                    "meta": {}
                },
                {
                    "id": 12,
                    "isArchived": false,
                    "name": "exo La Presqu'Île",
                    "shortName": "La Presqu'Île",
                    "slug": "pi",
                    "cities": [
                        "Île Perrot",
                        "Notre-Dame-de-l’Île-Perrot",
                        "Pincourt",
                        "St-Lazare",
                        "Vaudreuil-Dorion"
                    ],
                    "defaultVehicleType": "bus",
                    "color": "#FCEFC5",
                    "textColor": "#000000",
                    "regions": [
                        "mtl"
                    ],
                    "license": {
                        "url": "https://www.donneesquebec.ca/fr/licence/#cc-by",
                        "title": "Creative Commons – Attribution 4.0 CC-BY",
                        "isDownloadable": true
                    },
                    "features": [],
                    "meta": {}
                },
                {
                    "id": 13,
                    "isArchived": true,
                    "name": "exo Roussillon",
                    "shortName": "Roussillon",
                    "slug": "rous",
                    "cities": [
                        "Delson",
                        "Saint-Constant",
                        "Sainte-Catherine"
                    ],
                    "defaultVehicleType": "bus",
                    "color": "#41474d",
                    "textColor": "#ffffff",
                    "regions": [
                        "mtl"
                    ],
                    "license": {
                        "url": "https://www.donneesquebec.ca/fr/licence/#cc-by",
                        "title": "Creative Commons – Attribution 4.0 CC-BY",
                        "isDownloadable": true
                    },
                    "features": [],
                    "meta": {}
                },
                {
                    "id": 14,
                    "isArchived": false,
                    "name": "exo Sorel-Varennes",
                    "shortName": "Sorel-Varennes",
                    "slug": "sv",
                    "cities": [
                        "Varennes",
                        "Verchères",
                        "Contrecoeur",
                        "Saint-Amable",
                        "Sorel-Tracy"
                    ],
                    "defaultVehicleType": "bus",
                    "color": "#EFDCCE",
                    "textColor": "#000000",
                    "regions": [
                        "mtl"
                    ],
                    "license": {
                        "url": "https://www.donneesquebec.ca/fr/licence/#cc-by",
                        "title": "Creative Commons – Attribution 4.0 CC-BY",
                        "isDownloadable": true
                    },
                    "features": [],
                    "meta": {}
                },
                {
                    "id": 15,
                    "isArchived": false,
                    "name": "exo Terrebonne-Mascouche",
                    "shortName": "Terrebonne-Mascouche",
                    "slug": "tm",
                    "cities": [
                        "Terrebonne",
                        "Mascouche"
                    ],
                    "defaultVehicleType": "bus",
                    "color": "#9ED1C6",
                    "textColor": "#000000",
                    "regions": [
                        "mtl"
                    ],
                    "license": {
                        "url": "https://www.donneesquebec.ca/fr/licence/#cc-by",
                        "title": "Creative Commons – Attribution 4.0 CC-BY",
                        "isDownloadable": true
                    },
                    "features": [],
                    "meta": {}
                },
                {
                    "id": 16,
                    "isArchived": false,
                    "name": "exo Chambly-Richelieu-Carignan",
                    "shortName": "Chambly-Richelieu-Carignan",
                    "slug": "crc",
                    "cities": [
                        "Chambly",
                        "Richelieu",
                        "Carignan"
                    ],
                    "defaultVehicleType": "bus",
                    "color": "#F1776A",
                    "textColor": "#FFFFFF",
                    "regions": [
                        "mtl"
                    ],
                    "license": {
                        "url": "https://www.donneesquebec.ca/fr/licence/#cc-by",
                        "title": "Creative Commons – Attribution 4.0 CC-BY",
                        "isDownloadable": true
                    },
                    "features": [],
                    "meta": {}
                },
                {
                    "id": 34,
                    "isArchived": false,
                    "name": "Société de transport collectif de Pierre-De Saurel",
                    "shortName": "Pierre-De Saurel",
                    "slug": "stcpds",
                    "cities": [
                        "Sorel-Tracy"
                    ],
                    "defaultVehicleType": "bus",
                    "color": "#4b858e",
                    "textColor": "#FFFFFF",
                    "regions": [
                        "mtl"
                    ],
                    "license": {
                        "url": "https://zenbus.fr/zenbusapi/",
                        "title": "Zenbus API",
                        "isDownloadable": true
                    },
                    "features": [],
                    "meta": {}
                },
                {
                    "id": 35,
                    "isArchived": false,
                    "name": "MRC du Haut-Saint-Laurent",
                    "shortName": "Haut-Saint-Laurent (MRC)",
                    "slug": "mrchsl",
                    "cities": [
                        "Godmanchester",
                        "Howick",
                        "Huntingdon",
                        "Sainte-Barbe",
                        "Très-Saint-Sacrement"
                    ],
                    "defaultVehicleType": "bus",
                    "color": "#1c94cc",
                    "textColor": "#FFFFFF",
                    "regions": [
                        "mtl"
                    ],
                    "license": {
                        "url": "https://zenbus.fr/zenbusapi/",
                        "title": "Zenbus API",
                        "isDownloadable": true
                    },
                    "features": [
                        "useRouteFromTrip"
                    ],
                    "meta": {}
                },
                {
                    "id": 48,
                    "isArchived": false,
                    "name": "MRC de Montcalm",
                    "shortName": "Montcalm",
                    "slug": "montcalm",
                    "cities": [
                        "Saint-Lin-Laurentides",
                        "Terrebonne"
                    ],
                    "defaultVehicleType": "bus",
                    "color": "#8ebb52",
                    "textColor": "#FFFFFF",
                    "regions": [
                        "mtl"
                    ],
                    "license": {
                        "url": "https://zenbus.fr/zenbusapi/",
                        "title": "Zenbus API",
                        "isDownloadable": true
                    },
                    "features": [],
                    "meta": {}
                },
                {
                    "id": 49,
                    "isArchived": false,
                    "name": "exo Le Richelain / Roussillon",
                    "shortName": "Richelain / Roussillon",
                    "slug": "lrrs",
                    "cities": [
                        "Candiac",
                        "La Prairie",
                        "Saint-Philippe"
                    ],
                    "defaultVehicleType": "bus",
                    "color": "#7C5D81",
                    "textColor": "#FFFFFF",
                    "regions": [
                        "mtl"
                    ],
                    "license": {
                        "url": "https://www.donneesquebec.ca/fr/licence/#cc-by",
                        "title": "Creative Commons – Attribution 4.0 CC-BY",
                        "isDownloadable": true
                    },
                    "features": [],
                    "meta": {}
                },
                {
                    "id": 51,
                    "isArchived": false,
                    "name": "Saint-Jean-sur-Richelieu",
                    "shortName": "SJSR",
                    "slug": "sjsr",
                    "cities": [
                        "Saint-Jean-sur-Richelieu"
                    ],
                    "defaultVehicleType": "bus",
                    "color": "#005982",
                    "textColor": "#FFFFFF",
                    "regions": [
                        "mtl"
                    ],
                    "license": {
                        "url": "https://zenbus.fr/zenbusapi/",
                        "title": "Zenbus API",
                        "isDownloadable": true
                    },
                    "features": [],
                    "meta": {}
                },
                {
                    "id": 54,
                    "isArchived": false,
                    "name": "Ville de Saint-Hyacinthe",
                    "shortName": "Saint-Hyacinthe",
                    "slug": "vsh",
                    "cities": [
                        "Saint-Hyacinthe"
                    ],
                    "defaultVehicleType": "bus",
                    "color": "#08a78b",
                    "textColor": "#FFFFFF",
                    "regions": [
                        "mtl"
                    ],
                    "license": {
                        "url": null,
                        "title": "Not specified",
                        "isDownloadable": true
                    },
                    "features": [
                        "useRouteFromTrip"
                    ],
                    "meta": {}
                }
            ]
        },
        {
            "name": "Toronto",
            "slug": "tor",
            "credits": "<p>Header photo by <a href=\"https://cptdb.ca/profile/38559-8006/\">8006</a></p>",
            "infoTitle": "",
            "infoBody": "",
            "description": "Discover the gigantic Golden Horseshoe Area with its multiple bus services, tram service in downtown Toronto and train service to the suburbs.",
            "metaDescription": "Discover the gigantic Toronto region with Transit Tracker. Multiple bus services, tram service in downtown Toronto and train service to the suburbs.",
            "cities": [
                "Toronto",
                "Brampton",
                "Burlington",
                "Ajax",
                "Hamilton",
                "Whitchurch-Stouffville",
                "Elmira",
                "Guelph",
                "Stouffville",
                "Borden",
                "Toronto",
                "London",
                "Stratford",
                "Orangeville",
                "St. Thomas",
                "Milton",
                "Mississauga"
            ],
            "image": "01HRZQRZYRFGYXJD3P4GDFY5W6.jpg",
            "mapBox": [
                [
                    "-81.3922",
                    "42.747"
                ],
                [
                    "-78.6511",
                    "44.4573"
                ]
            ],
            "mapCenter": {
                "lat": "43.6936",
                "lon": "-79.4414"
            },
            "mapZoom": 8,
            "agencies": [
                {
                    "id": 17,
                    "isArchived": false,
                    "name": "Toronto Transit Comission",
                    "shortName": "TTC",
                    "slug": "ttc",
                    "cities": [
                        "Toronto"
                    ],
                    "defaultVehicleType": "bus",
                    "color": "#DB2727",
                    "textColor": "#FFFFFF",
                    "regions": [
                        "tor"
                    ],
                    "license": {
                        "url": "https://open.toronto.ca/open-data-license/",
                        "title": "Open Government Licence – Toronto",
                        "isDownloadable": true
                    },
                    "features": [],
                    "meta": {}
                },
                {
                    "id": 18,
                    "isArchived": false,
                    "name": "Brampton Transit",
                    "shortName": "Brampton",
                    "slug": "bra",
                    "cities": [
                        "Brampton"
                    ],
                    "defaultVehicleType": "bus",
                    "color": "#628CAA",
                    "textColor": "#FFFFFF",
                    "regions": [
                        "tor"
                    ],
                    "license": {
                        "url": "https://www.brampton.ca/EN/City-Hall/OpenGov/Open-Data-Catalogue/Pages/Terms-of-Use.aspx",
                        "title": "City of Brampton Open Data Terms of Use",
                        "isDownloadable": true
                    },
                    "features": [],
                    "meta": {}
                },
                {
                    "id": 19,
                    "isArchived": false,
                    "name": "Burlington Transit",
                    "shortName": "Burlington",
                    "slug": "bur",
                    "cities": [
                        "Burlington"
                    ],
                    "defaultVehicleType": "bus",
                    "color": "#F3B901",
                    "textColor": "#000000",
                    "regions": [
                        "tor"
                    ],
                    "license": {
                        "url": "https://www.burlington.ca/en/services-for-you/resources/Ongoing_Projects/Open_Data/OpenDataBurlingtonTermsOfUseSeptember192011.pdf",
                        "title": "Terms of Use for Open Data Burlington",
                        "isDownloadable": true
                    },
                    "features": [],
                    "meta": {}
                },
                {
                    "id": 20,
                    "isArchived": false,
                    "name": "Durham Region Transit",
                    "shortName": "DRT",
                    "slug": "drt",
                    "cities": [
                        "Ajax",
                        "Pickering",
                        "Oshawa",
                        "Brock",
                        "Uxbridge"
                    ],
                    "defaultVehicleType": "bus",
                    "color": "#242424",
                    "textColor": "#FFFFFF",
                    "regions": [
                        "tor"
                    ],
                    "license": {
                        "url": "https://www.durham.ca/en/regional-government/resources/Documents/OpenDataLicenceAgreement.pdf",
                        "title": "Region of Durham - Open Data Licence v.1.0",
                        "isDownloadable": true
                    },
                    "features": [],
                    "meta": {}
                },
                {
                    "id": 21,
                    "isArchived": false,
                    "name": "Hamilton Street Railway",
                    "shortName": "HSR",
                    "slug": "hsr",
                    "cities": [
                        "Hamilton"
                    ],
                    "defaultVehicleType": "bus",
                    "color": "#29578D",
                    "textColor": "#FFFFFF",
                    "regions": [
                        "tor"
                    ],
                    "license": {
                        "url": "https://www.hamilton.ca/city-initiatives/strategies-actions/open-data-licence-terms-and-conditions",
                        "title": "Open Data Licence Terms and Conditions",
                        "isDownloadable": true
                    },
                    "features": [],
                    "meta": {}
                },
                {
                    "id": 24,
                    "isArchived": false,
                    "name": "York Region Transit",
                    "shortName": "YRT",
                    "slug": "yrt",
                    "cities": [
                        "East Gwillimbury",
                        "Markham",
                        "Richmond Hill",
                        "Vaughan",
                        "Whitchurch-Stouffville"
                    ],
                    "defaultVehicleType": "bus",
                    "color": "#4DA3E0",
                    "textColor": "#FFFFFF",
                    "regions": [
                        "tor"
                    ],
                    "license": {
                        "url": "https://www.yrt.ca/en/about-us/open-data-licence-agreement.aspx",
                        "title": "YRT Open data licence agreement",
                        "isDownloadable": true
                    },
                    "features": [],
                    "meta": {}
                },
                {
                    "id": 26,
                    "isArchived": false,
                    "name": "Grand River Transit",
                    "shortName": "GRT",
                    "slug": "grt",
                    "cities": [
                        "Cambridge",
                        "Kitchener",
                        "Waterloo",
                        "Elmira",
                        "New Hamburg"
                    ],
                    "defaultVehicleType": "bus",
                    "color": "#006CB7",
                    "textColor": "#FFFFFF",
                    "regions": [
                        "tor"
                    ],
                    "license": {
                        "url": "https://www.regionofwaterloo.ca/en/regional-government/open-data.aspx",
                        "title": "Region of Waterloo Open Data Licence v.2.0",
                        "isDownloadable": true
                    },
                    "features": [],
                    "meta": {}
                },
                {
                    "id": 27,
                    "isArchived": false,
                    "name": "Guelph Transit",
                    "shortName": "Guelph",
                    "slug": "gt",
                    "cities": [
                        "Guelph"
                    ],
                    "defaultVehicleType": "bus",
                    "color": "#6CB43F",
                    "textColor": "#FFFFFF",
                    "regions": [
                        "tor"
                    ],
                    "license": {
                        "url": "http://data.open.guelph.ca/pages/open-government-licence",
                        "title": "City of Guelph Open Government Licence",
                        "isDownloadable": true
                    },
                    "features": [],
                    "meta": {}
                },
                {
                    "id": 28,
                    "isArchived": false,
                    "name": "GO Transit",
                    "shortName": "GO",
                    "slug": "go",
                    "cities": [
                        "Niagara Falls",
                        "Milton",
                        "Kitchener",
                        "Barrie",
                        "Stouffville"
                    ],
                    "defaultVehicleType": "bus",
                    "color": "#256C2F",
                    "textColor": "#FFFFFF",
                    "regions": [
                        "tor"
                    ],
                    "license": {
                        "url": null,
                        "title": "GO Transit API licence",
                        "isDownloadable": false
                    },
                    "features": [],
                    "meta": {}
                },
                {
                    "id": 29,
                    "isArchived": false,
                    "name": "Barrie Transit",
                    "shortName": "Barrie",
                    "slug": "bt",
                    "cities": [
                        "Barrie",
                        "Angus",
                        "Borden"
                    ],
                    "defaultVehicleType": "bus",
                    "color": "#12A9D8",
                    "textColor": "#FFFFFF",
                    "regions": [
                        "tor"
                    ],
                    "license": {
                        "url": "https://www.barrie.ca/Living/Getting%20Around/BarrieTransit/Pages/Barrie-GTFS.aspx",
                        "title": "Barrie Transit Data License",
                        "isDownloadable": true
                    },
                    "features": [],
                    "meta": {}
                },
                {
                    "id": 37,
                    "isArchived": false,
                    "name": "UP Express",
                    "shortName": "UP",
                    "slug": "up",
                    "cities": [
                        "Toronto"
                    ],
                    "defaultVehicleType": "train",
                    "color": "#555025",
                    "textColor": "#FFFFFF",
                    "regions": [
                        "tor"
                    ],
                    "license": {
                        "url": null,
                        "title": "GO Transit API licence",
                        "isDownloadable": false
                    },
                    "features": [],
                    "meta": {}
                },
                {
                    "id": 39,
                    "isArchived": false,
                    "name": "London Transit Commission",
                    "shortName": "London",
                    "slug": "ltc",
                    "cities": [
                        "London"
                    ],
                    "defaultVehicleType": "bus",
                    "color": "#087ac0",
                    "textColor": "#FFFFFF",
                    "regions": [
                        "tor"
                    ],
                    "license": {
                        "url": "https://www.londontransit.ca/open-data/ltcs-open-data-terms-of-use/",
                        "title": "LTC’s Open Data – Terms of Use",
                        "isDownloadable": true
                    },
                    "features": [],
                    "meta": {}
                },
                {
                    "id": 42,
                    "isArchived": false,
                    "name": "Stratford Transit",
                    "shortName": "Stratford",
                    "slug": "stratford",
                    "cities": [
                        "Stratford"
                    ],
                    "defaultVehicleType": "bus",
                    "color": "#002861",
                    "textColor": "#FFFFFF",
                    "regions": [
                        "tor"
                    ],
                    "license": {
                        "url": null,
                        "title": "Not specified",
                        "isDownloadable": true
                    },
                    "features": [
                        "metrolinxTMIX",
                        "tmixID:349560"
                    ],
                    "meta": {}
                },
                {
                    "id": 43,
                    "isArchived": false,
                    "name": "Orangeville Transit",
                    "shortName": "Orangeville",
                    "slug": "orangeville",
                    "cities": [
                        "Orangeville"
                    ],
                    "defaultVehicleType": "bus",
                    "color": "#f9820a",
                    "textColor": "#FFFFFF",
                    "regions": [
                        "tor"
                    ],
                    "license": {
                        "url": null,
                        "title": "Not specified",
                        "isDownloadable": true
                    },
                    "features": [
                        "metrolinxTMIX",
                        "tmixID:349360"
                    ],
                    "meta": {}
                },
                {
                    "id": 44,
                    "isArchived": false,
                    "name": "St. Thomas Transit",
                    "shortName": "St. Thomas",
                    "slug": "stthomas",
                    "cities": [
                        "St. Thomas"
                    ],
                    "defaultVehicleType": "bus",
                    "color": "#a70237",
                    "textColor": "#FFFFFF",
                    "regions": [
                        "tor"
                    ],
                    "license": {
                        "url": null,
                        "title": "Not specified",
                        "isDownloadable": true
                    },
                    "features": [
                        "metrolinxTMIX",
                        "tmixID:349660"
                    ],
                    "meta": {}
                },
                {
                    "id": 45,
                    "isArchived": false,
                    "name": "Milton Transit",
                    "shortName": "Milton",
                    "slug": "milton",
                    "cities": [
                        "Milton"
                    ],
                    "defaultVehicleType": "bus",
                    "color": "#00b3ee",
                    "textColor": "#FFFFFF",
                    "regions": [
                        "tor"
                    ],
                    "license": {
                        "url": null,
                        "title": "Not specified",
                        "isDownloadable": true
                    },
                    "features": [
                        "metrolinxTMIX",
                        "tmixID:Milton"
                    ],
                    "meta": {}
                },
                {
                    "id": 50,
                    "isArchived": false,
                    "name": "MiWay",
                    "shortName": "MiWay",
                    "slug": "miway",
                    "cities": [
                        "Mississauga"
                    ],
                    "defaultVehicleType": "bus",
                    "color": "#f26322",
                    "textColor": "#FFFFFF",
                    "regions": [
                        "tor"
                    ],
                    "license": {
                        "url": "http://www5.mississauga.ca/research_catalogue/CityofMississauga_TermsofUse.pdf",
                        "title": "City of Mississauga’s Terms and Conditions",
                        "isDownloadable": true
                    },
                    "features": [],
                    "meta": {}
                }
            ]
        },
        {
            "name": "Sherbrooke",
            "slug": "sh",
            "credits": "<p>Header photo by <a href=\"https://unsplash.com/es/@add_rien_20\">Adrien</a></p>",
            "infoTitle": "",
            "infoBody": "",
            "description": "Explore the sixth largest city in Quebec and its bus network, operated by the Société de transport de Sherbrooke (STSH).",
            "metaDescription": "Explore Sherbrooke and its bus network with Transit Tracker.",
            "cities": [
                "Sherbrooke"
            ],
            "image": "01HRZQTC40EKQSAK4CGD8V8Z2P.jpg",
            "mapBox": [
                [
                    "-72.0264",
                    "45.32451"
                ],
                [
                    "-71.7919",
                    "45.4866"
                ]
            ],
            "mapCenter": {
                "lat": "45.4043",
                "lon": "-71.8926"
            },
            "mapZoom": 12,
            "agencies": [
                {
                    "id": 25,
                    "isArchived": false,
                    "name": "Société de transport de Sherbrooke",
                    "shortName": "STSH",
                    "slug": "stsh",
                    "cities": [
                        "Sherbrooke"
                    ],
                    "defaultVehicleType": "bus",
                    "color": "#2C516A",
                    "textColor": "#FFFFFF",
                    "regions": [
                        "sh"
                    ],
                    "license": {
                        "url": "https://www.donneesquebec.ca/fr/licence/#cc-by",
                        "title": "Creative Commons – Attribution 4.0 CC-BY",
                        "isDownloadable": true
                    },
                    "features": [],
                    "meta": {}
                }
            ]
        },
        {
            "name": "Capitale-Nationale (Québec)",
            "slug": "qc",
            "credits": "<p>Header photo by Samuel Deschenes</p>",
            "infoTitle": "",
            "infoBody": "",
            "description": "In the provincial capital, the Réseau de la Capitale and the Société de transport de Lévis provide bus service on both sides of the St. Lawrence River.",
            "metaDescription": "Explore with Transit Tracker the bus service of the Réseau de la Capitale and the Société de transport de Lévis in the Capitale-Nationale region of Quebec.",
            "cities": [
                "Saint-Lambert-de-Lauzon",
                "Québec"
            ],
            "image": "01HWTB2A161KKTFBR0144RNET9.jpg",
            "mapBox": [
                [
                    "-71.4455",
                    "46.6443"
                ],
                [
                    "-71.0829",
                    "46.84"
                ]
            ],
            "mapCenter": {
                "lat": "46.7456",
                "lon": "-71.3005"
            },
            "mapZoom": 10,
            "agencies": [
                {
                    "id": 30,
                    "isArchived": false,
                    "name": "Société de transport de Lévis",
                    "shortName": "STLévis",
                    "slug": "stlevis",
                    "cities": [
                        "Lévis",
                        "Saint-Lambert-de-Lauzon"
                    ],
                    "defaultVehicleType": "bus",
                    "color": "#0F9BBF",
                    "textColor": "#FFFFFF",
                    "regions": [
                        "qc"
                    ],
                    "license": {
                        "url": "http://creativecommons.org/licenses/by/4.0/deed.fr",
                        "title": "Creative Commons Attribution 4.0 (CC BY 4.0)",
                        "isDownloadable": true
                    },
                    "features": [],
                    "meta": {}
                },
                {
                    "id": 46,
                    "isArchived": false,
                    "name": "Réseau de transport de la Capitale",
                    "shortName": "RTC",
                    "slug": "rtc",
                    "cities": [
                        "Québec",
                        "Saint-Augustin-de-Desmaures",
                        "L'Ancienne-Lorette"
                    ],
                    "defaultVehicleType": "bus",
                    "color": "#003e8a",
                    "textColor": "#FFFFFF",
                    "regions": [
                        "qc"
                    ],
                    "license": {
                        "url": "https://www.rtcquebec.ca/donnees-ouvertes",
                        "title": "License des données ouvertes",
                        "isDownloadable": true
                    },
                    "features": [],
                    "meta": {}
                }
            ]
        },
        {
            "name": "Ottawa-Gatineau",
            "slug": "outaouais",
            "credits": "<p>Header photo by <a href=\"https://unsplash.com/@shubhamsharan\">Shubham Sharan</a></p>",
            "infoTitle": "",
            "infoBody": "",
            "description": "Discover the Ottawa-Gatineau region, the National Capital of Canada, with bus services from OC Transpo, STO and Transcollines.",
            "metaDescription": "Discover the Ottawa-Gatineau region, the National Capital of Canada, with bus services from OC Transpo, STO and Transcollines.",
            "cities": [
                "Gatineau",
                "Ottawa"
            ],
            "image": "01HW8ZFDRVKKH20HPB4K2W67H6.jpg",
            "mapBox": [
                [
                    "-76.0721",
                    "45.3758"
                ],
                [
                    "-75.3793",
                    "45.6611"
                ]
            ],
            "mapCenter": {
                "lat": "45.5388",
                "lon": "-75.7386"
            },
            "mapZoom": 10,
            "agencies": [
                {
                    "id": 32,
                    "isArchived": false,
                    "name": "Société de transport de l'Outaouais",
                    "shortName": "STO",
                    "slug": "sto",
                    "cities": [
                        "Gatineau"
                    ],
                    "defaultVehicleType": "bus",
                    "color": "#007F89",
                    "textColor": "#FFFFFF",
                    "regions": [
                        "outaouais"
                    ],
                    "license": {
                        "url": "http://www.sto.ca/index.php?id=598&L=fr",
                        "title": "Conditions d'utilisation - Données ouvertes et clé API",
                        "isDownloadable": true
                    },
                    "features": [],
                    "meta": {}
                },
                {
                    "id": 55,
                    "isArchived": false,
                    "name": "OC Transpo",
                    "shortName": "OC Transpo",
                    "slug": "octranspo",
                    "cities": [
                        "Ottawa"
                    ],
                    "defaultVehicleType": "bus",
                    "color": "#d94138",
                    "textColor": "#ffffff",
                    "regions": [
                        "outaouais"
                    ],
                    "license": {
                        "url": "https://ottawa.ca/en/city-hall/open-transparent-and-accountable-government/open-data#section-7d58affa-59a3-47f2-932d-ccb75000cefc",
                        "title": "City of Ottawa Open Data Terms of Use",
                        "isDownloadable": true
                    },
                    "features": [],
                    "meta": {}
                }
            ]
        },
        {
            "name": "Laurentides",
            "slug": "laurentides",
            "credits": "<p>Header photo by <a href=\"https://unsplash.com/@amandachang\">amanda</a></p>",
            "infoTitle": "",
            "infoBody": "",
            "description": "In the heart of the Laurentians region, the City of Mont-Tremblant offers a free public transit service for its citizens and tourists.",
            "metaDescription": "Discover the City of Mont-Tremblant's transportation network with Transit Tracker.",
            "cities": [
                "Mont-Tremblant",
                "Mont-Blanc",
                "Saint-Jérôme"
            ],
            "image": "01HRZR1J93RQ66R61ZJZWBYFK3.jpg",
            "mapBox": [
                [
                    "-74.6473",
                    "45.7623"
                ],
                [
                    "-73.9867",
                    "46.2236"
                ]
            ],
            "mapCenter": {
                "lat": "46.1185",
                "lon": "-74.593"
            },
            "mapZoom": 12,
            "agencies": [
                {
                    "id": 33,
                    "isArchived": false,
                    "name": "BUS Mont-Tremblant",
                    "shortName": "BMT",
                    "slug": "tcmt",
                    "cities": [
                        "Mont-Tremblant"
                    ],
                    "defaultVehicleType": "bus",
                    "color": "#095d7e",
                    "textColor": "#FFFFFF",
                    "regions": [
                        "laurentides"
                    ],
                    "license": {
                        "url": "https://zenbus.fr/zenbusapi/",
                        "title": "Zenbus API",
                        "isDownloadable": true
                    },
                    "features": [],
                    "meta": {}
                },
                {
                    "id": 40,
                    "isArchived": false,
                    "name": "L'Inter",
                    "shortName": "Inter",
                    "slug": "inter",
                    "cities": [
                        "Mont-Tremblant",
                        "Mont-Blanc",
                        "Sainte-Adèle",
                        "Sainte-Anne-des-Lacs",
                        "Saint-Jérôme"
                    ],
                    "defaultVehicleType": "bus",
                    "color": "#f5791f",
                    "textColor": "#FFFFFF",
                    "regions": [
                        "laurentides"
                    ],
                    "license": {
                        "url": "https://zenbus.fr/zenbusapi/",
                        "title": "Zenbus API",
                        "isDownloadable": true
                    },
                    "features": [],
                    "meta": {}
                },
                {
                    "id": 5,
                    "isArchived": false,
                    "name": "exo Laurentides",
                    "shortName": "Laurentides",
                    "slug": "la",
                    "cities": [
                        "Lorraine",
                        "Mirabel",
                        "Pointe-Calumet",
                        "Sainte-Marthe-sur-le-Lac",
                        "Saint-Jérôme"
                    ],
                    "defaultVehicleType": "bus",
                    "color": "#00A586",
                    "textColor": "#FFFFFF",
                    "regions": [
                        "mtl",
                        "laurentides"
                    ],
                    "license": {
                        "url": "https://www.donneesquebec.ca/fr/licence/#cc-by",
                        "title": "Creative Commons – Attribution 4.0 CC-BY",
                        "isDownloadable": true
                    },
                    "features": [],
                    "meta": {}
                }
            ]
        }
    ]
}
 

Request   

GET v2/regions

GET v2/regions/{region_slug}

Example request:
curl --request GET \
    --get "https://api.transittracker.ca/v2/regions/mtl"
$client = new \GuzzleHttp\Client();
$url = 'https://api.transittracker.ca/v2/regions/mtl';
$response = $client->get($url);
$body = $response->getBody();
print_r(json_decode((string) $body));
import requests
import json

url = 'https://api.transittracker.ca/v2/regions/mtl'
response = requests.request('GET', url, )
response.json()

Example response (200):

Show headers
cache-control: no-cache, private
content-type: application/json
x-ratelimit-limit: 12
x-ratelimit-remaining: 10
content-language: en
vary: Origin
 

{
    "data": {
        "name": "Montréal",
        "slug": "mtl",
        "credits": "<p>Header photo by <a href=\"https://unsplash.com/@storybyphil\"><span style=\"text-decoration: underline;\">Phil Desforges</span></a>&nbsp;</p>",
        "infoTitle": "",
        "infoBody": "",
        "description": "Explore the metropolitan region of Montreal, with its bus networks on the island of Montreal, Laval, Longueuil and on the northern and southern crowns. In addition, commuter train services are also represented.",
        "metaDescription": "Explore the metropolitan region of Montreal with Transit Tracker. Bus networks on the island of Montreal, Laval, Longueuil and on the northern and southern crowns, with a commuter train service.",
        "cities": [
            "Montréal",
            "Mont-Saint-Hilaire",
            "Laval",
            "Longueuil",
            "Sainte-Thérèse",
            "Mont-Saint-Hilaire",
            "La Prairie",
            "Lavaltrie",
            "Sainte-Julie",
            "Sainte-Martine",
            "Sainte-Martine",
            "Île Perrot",
            "Sainte-Catherine",
            "Contrecoeur",
            "Terrebonne",
            "Richelieu",
            "Sorel-Tracy",
            "Godmanchester",
            "Saint-Lin-Laurentides",
            "Candiac",
            "Saint-Jean-sur-Richelieu",
            "Saint-Hyacinthe"
        ],
        "image": "01HRZQK091ZBWWA78YF9M08XR8.jpg",
        "mapBox": [
            [
                "-74.3308",
                "45.1917"
            ],
            [
                "-72.9355",
                "46.058"
            ]
        ],
        "mapCenter": {
            "lat": "45.5894",
            "lon": "-73.661"
        },
        "mapZoom": 9,
        "agencies": [
            {
                "id": 1,
                "isArchived": false,
                "name": "Société de transport de Montréal",
                "shortName": "STM",
                "slug": "stm",
                "cities": [
                    "Montréal"
                ],
                "defaultVehicleType": "bus",
                "color": "#00AEEF",
                "textColor": "#FFFFFF",
                "regions": [
                    "mtl"
                ],
                "license": {
                    "url": "https://www.donneesquebec.ca/fr/licence/#cc-by",
                    "title": "Creative Commons – Attribution 4.0 CC-BY",
                    "isDownloadable": true
                },
                "features": [],
                "meta": {}
            },
            {
                "id": 2,
                "isArchived": false,
                "name": "exo Trains",
                "shortName": "Trains",
                "slug": "trains",
                "cities": [
                    "Vaudreuil",
                    "Saint-Jérôme",
                    "Mont-Saint-Hilaire",
                    "Candiac",
                    "Mascouche"
                ],
                "defaultVehicleType": "train",
                "color": "#C8017E",
                "textColor": "#FFFFFF",
                "regions": [
                    "mtl"
                ],
                "license": {
                    "url": "https://www.donneesquebec.ca/fr/licence/#cc-by",
                    "title": "Creative Commons – Attribution 4.0 CC-BY",
                    "isDownloadable": true
                },
                "features": [],
                "meta": {}
            },
            {
                "id": 3,
                "isArchived": false,
                "name": "Société de transport de Laval",
                "shortName": "STL",
                "slug": "stl",
                "cities": [
                    "Laval"
                ],
                "defaultVehicleType": "bus",
                "color": "#84C444",
                "textColor": "#FFFFFF",
                "regions": [
                    "mtl"
                ],
                "license": {
                    "url": "https://www.donneesquebec.ca/fr/licence/#cc-by",
                    "title": "Creative Commons – Attribution 4.0 CC-BY",
                    "isDownloadable": true
                },
                "features": [],
                "meta": {}
            },
            {
                "id": 4,
                "isArchived": false,
                "name": "Réseau de transport de Longueuil",
                "shortName": "RTL",
                "slug": "rtl",
                "cities": [
                    "Longueuil"
                ],
                "defaultVehicleType": "bus",
                "color": "#ce0037",
                "textColor": "#ffe8d0",
                "regions": [
                    "mtl"
                ],
                "license": {
                    "url": "https://www.donneesquebec.ca/fr/licence/#cc-by",
                    "title": "Creative Commons – Attribution 4.0 CC-BY",
                    "isDownloadable": true
                },
                "features": [],
                "meta": {}
            },
            {
                "id": 5,
                "isArchived": false,
                "name": "exo Laurentides",
                "shortName": "Laurentides",
                "slug": "la",
                "cities": [
                    "Blainville",
                    "Deux-Montagnes",
                    "Pointe-Calumet",
                    "Sainte-Marthe-sur-le-Lac",
                    "Saint-Joseph-du-Lac"
                ],
                "defaultVehicleType": "bus",
                "color": "#00A586",
                "textColor": "#FFFFFF",
                "regions": [
                    "mtl",
                    "laurentides"
                ],
                "license": {
                    "url": "https://www.donneesquebec.ca/fr/licence/#cc-by",
                    "title": "Creative Commons – Attribution 4.0 CC-BY",
                    "isDownloadable": true
                },
                "features": [],
                "meta": {}
            },
            {
                "id": 6,
                "isArchived": false,
                "name": "exo Vallée-du-Richelieu",
                "shortName": "Vallée-du-Richelieu",
                "slug": "vr",
                "cities": [
                    "Beloeil",
                    "McMasterville",
                    "Mont-Saint-Hilaire",
                    "Saint-Basile-le-Grand",
                    "Saint-Hyacinthe"
                ],
                "defaultVehicleType": "bus",
                "color": "#1F96A4",
                "textColor": "#FFFFFF",
                "regions": [
                    "mtl"
                ],
                "license": {
                    "url": "https://www.donneesquebec.ca/fr/licence/#cc-by",
                    "title": "Creative Commons – Attribution 4.0 CC-BY",
                    "isDownloadable": true
                },
                "features": [],
                "meta": {}
            },
            {
                "id": 7,
                "isArchived": true,
                "name": "exo Le Richelain",
                "shortName": "Le Richelain",
                "slug": "lr",
                "cities": [
                    "Candiac",
                    "La Prairie",
                    "Saint-Philippe"
                ],
                "defaultVehicleType": "bus",
                "color": "#41474d",
                "textColor": "#FFFFFF",
                "regions": [
                    "mtl"
                ],
                "license": {
                    "url": "https://www.donneesquebec.ca/fr/licence/#cc-by",
                    "title": "Creative Commons – Attribution 4.0 CC-BY",
                    "isDownloadable": true
                },
                "features": [],
                "meta": {}
            },
            {
                "id": 8,
                "isArchived": false,
                "name": "exo L'Assomption",
                "shortName": "L'Assomption",
                "slug": "lasso",
                "cities": [
                    "Lavaltrie",
                    "L'Épiphanie",
                    "Charlemagne",
                    "Repentigny",
                    "Saint-Sulpice"
                ],
                "defaultVehicleType": "bus",
                "color": "#0071BA",
                "textColor": "#FFFFFF",
                "regions": [
                    "mtl"
                ],
                "license": {
                    "url": "https://www.donneesquebec.ca/fr/licence/#cc-by",
                    "title": "Creative Commons – Attribution 4.0 CC-BY",
                    "isDownloadable": true
                },
                "features": [],
                "meta": {}
            },
            {
                "id": 9,
                "isArchived": false,
                "name": "exo Sainte-Julie",
                "shortName": "Sainte-Julie",
                "slug": "sju",
                "cities": [
                    "Sainte-Julie"
                ],
                "defaultVehicleType": "bus",
                "color": "#F7A389",
                "textColor": "#000000",
                "regions": [
                    "mtl"
                ],
                "license": {
                    "url": "https://www.donneesquebec.ca/fr/licence/#cc-by",
                    "title": "Creative Commons – Attribution 4.0 CC-BY",
                    "isDownloadable": true
                },
                "features": [],
                "meta": {}
            },
            {
                "id": 10,
                "isArchived": false,
                "name": "exo Sud-Ouest",
                "shortName": "Sud-Ouest",
                "slug": "so",
                "cities": [
                    "Beauharnois",
                    "Châteauguay",
                    "Léry",
                    "Sainte-Martine",
                    "Ormstown"
                ],
                "defaultVehicleType": "bus",
                "color": "#B94065",
                "textColor": "#FFFFFF",
                "regions": [
                    "mtl"
                ],
                "license": {
                    "url": "https://www.donneesquebec.ca/fr/licence/#cc-by",
                    "title": "Creative Commons – Attribution 4.0 CC-BY",
                    "isDownloadable": true
                },
                "features": [],
                "meta": {}
            },
            {
                "id": 11,
                "isArchived": true,
                "name": "exo Haut-Saint-Laurent",
                "shortName": "Haut-Saint-Laurent (exo)",
                "slug": "hsl",
                "cities": [
                    "Mercier",
                    "Sainte-Martine",
                    "Ormstown",
                    "Très-Saint-Sacrement",
                    "Howick"
                ],
                "defaultVehicleType": "bus",
                "color": "#41474d",
                "textColor": "#000000",
                "regions": [
                    "mtl"
                ],
                "license": {
                    "url": "https://www.donneesquebec.ca/fr/licence/#cc-by",
                    "title": "Creative Commons – Attribution 4.0 CC-BY",
                    "isDownloadable": true
                },
                "features": [],
                "meta": {}
            },
            {
                "id": 12,
                "isArchived": false,
                "name": "exo La Presqu'Île",
                "shortName": "La Presqu'Île",
                "slug": "pi",
                "cities": [
                    "Hudson",
                    "Île Perrot",
                    "Notre-Dame-de-l’Île-Perrot",
                    "Rigaud",
                    "Vaudreuil-Dorion"
                ],
                "defaultVehicleType": "bus",
                "color": "#FCEFC5",
                "textColor": "#000000",
                "regions": [
                    "mtl"
                ],
                "license": {
                    "url": "https://www.donneesquebec.ca/fr/licence/#cc-by",
                    "title": "Creative Commons – Attribution 4.0 CC-BY",
                    "isDownloadable": true
                },
                "features": [],
                "meta": {}
            },
            {
                "id": 13,
                "isArchived": true,
                "name": "exo Roussillon",
                "shortName": "Roussillon",
                "slug": "rous",
                "cities": [
                    "Delson",
                    "Saint-Constant",
                    "Sainte-Catherine"
                ],
                "defaultVehicleType": "bus",
                "color": "#41474d",
                "textColor": "#ffffff",
                "regions": [
                    "mtl"
                ],
                "license": {
                    "url": "https://www.donneesquebec.ca/fr/licence/#cc-by",
                    "title": "Creative Commons – Attribution 4.0 CC-BY",
                    "isDownloadable": true
                },
                "features": [],
                "meta": {}
            },
            {
                "id": 14,
                "isArchived": false,
                "name": "exo Sorel-Varennes",
                "shortName": "Sorel-Varennes",
                "slug": "sv",
                "cities": [
                    "Varennes",
                    "Verchères",
                    "Contrecoeur",
                    "Saint-Joseph-de-Sorel",
                    "Sorel-Tracy"
                ],
                "defaultVehicleType": "bus",
                "color": "#EFDCCE",
                "textColor": "#000000",
                "regions": [
                    "mtl"
                ],
                "license": {
                    "url": "https://www.donneesquebec.ca/fr/licence/#cc-by",
                    "title": "Creative Commons – Attribution 4.0 CC-BY",
                    "isDownloadable": true
                },
                "features": [],
                "meta": {}
            },
            {
                "id": 15,
                "isArchived": false,
                "name": "exo Terrebonne-Mascouche",
                "shortName": "Terrebonne-Mascouche",
                "slug": "tm",
                "cities": [
                    "Terrebonne",
                    "Mascouche"
                ],
                "defaultVehicleType": "bus",
                "color": "#9ED1C6",
                "textColor": "#000000",
                "regions": [
                    "mtl"
                ],
                "license": {
                    "url": "https://www.donneesquebec.ca/fr/licence/#cc-by",
                    "title": "Creative Commons – Attribution 4.0 CC-BY",
                    "isDownloadable": true
                },
                "features": [],
                "meta": {}
            },
            {
                "id": 16,
                "isArchived": false,
                "name": "exo Chambly-Richelieu-Carignan",
                "shortName": "Chambly-Richelieu-Carignan",
                "slug": "crc",
                "cities": [
                    "Chambly",
                    "Richelieu",
                    "Carignan"
                ],
                "defaultVehicleType": "bus",
                "color": "#F1776A",
                "textColor": "#FFFFFF",
                "regions": [
                    "mtl"
                ],
                "license": {
                    "url": "https://www.donneesquebec.ca/fr/licence/#cc-by",
                    "title": "Creative Commons – Attribution 4.0 CC-BY",
                    "isDownloadable": true
                },
                "features": [],
                "meta": {}
            },
            {
                "id": 34,
                "isArchived": false,
                "name": "Société de transport collectif de Pierre-De Saurel",
                "shortName": "Pierre-De Saurel",
                "slug": "stcpds",
                "cities": [
                    "Sorel-Tracy"
                ],
                "defaultVehicleType": "bus",
                "color": "#4b858e",
                "textColor": "#FFFFFF",
                "regions": [
                    "mtl"
                ],
                "license": {
                    "url": "https://zenbus.fr/zenbusapi/",
                    "title": "Zenbus API",
                    "isDownloadable": true
                },
                "features": [],
                "meta": {}
            },
            {
                "id": 35,
                "isArchived": false,
                "name": "MRC du Haut-Saint-Laurent",
                "shortName": "Haut-Saint-Laurent (MRC)",
                "slug": "mrchsl",
                "cities": [
                    "Godmanchester",
                    "Howick",
                    "Huntingdon",
                    "Sainte-Barbe",
                    "Très-Saint-Sacrement"
                ],
                "defaultVehicleType": "bus",
                "color": "#1c94cc",
                "textColor": "#FFFFFF",
                "regions": [
                    "mtl"
                ],
                "license": {
                    "url": "https://zenbus.fr/zenbusapi/",
                    "title": "Zenbus API",
                    "isDownloadable": true
                },
                "features": [
                    "useRouteFromTrip"
                ],
                "meta": {}
            },
            {
                "id": 48,
                "isArchived": false,
                "name": "MRC de Montcalm",
                "shortName": "Montcalm",
                "slug": "montcalm",
                "cities": [
                    "Saint-Lin-Laurentides",
                    "Terrebonne"
                ],
                "defaultVehicleType": "bus",
                "color": "#8ebb52",
                "textColor": "#FFFFFF",
                "regions": [
                    "mtl"
                ],
                "license": {
                    "url": "https://zenbus.fr/zenbusapi/",
                    "title": "Zenbus API",
                    "isDownloadable": true
                },
                "features": [],
                "meta": {}
            },
            {
                "id": 49,
                "isArchived": false,
                "name": "exo Le Richelain / Roussillon",
                "shortName": "Richelain / Roussillon",
                "slug": "lrrs",
                "cities": [
                    "Candiac",
                    "La Prairie",
                    "Saint-Philippe"
                ],
                "defaultVehicleType": "bus",
                "color": "#7C5D81",
                "textColor": "#FFFFFF",
                "regions": [
                    "mtl"
                ],
                "license": {
                    "url": "https://www.donneesquebec.ca/fr/licence/#cc-by",
                    "title": "Creative Commons – Attribution 4.0 CC-BY",
                    "isDownloadable": true
                },
                "features": [],
                "meta": {}
            },
            {
                "id": 51,
                "isArchived": false,
                "name": "Saint-Jean-sur-Richelieu",
                "shortName": "SJSR",
                "slug": "sjsr",
                "cities": [
                    "Saint-Jean-sur-Richelieu"
                ],
                "defaultVehicleType": "bus",
                "color": "#005982",
                "textColor": "#FFFFFF",
                "regions": [
                    "mtl"
                ],
                "license": {
                    "url": "https://zenbus.fr/zenbusapi/",
                    "title": "Zenbus API",
                    "isDownloadable": true
                },
                "features": [],
                "meta": {}
            },
            {
                "id": 54,
                "isArchived": false,
                "name": "Ville de Saint-Hyacinthe",
                "shortName": "Saint-Hyacinthe",
                "slug": "vsh",
                "cities": [
                    "Saint-Hyacinthe"
                ],
                "defaultVehicleType": "bus",
                "color": "#08a78b",
                "textColor": "#FFFFFF",
                "regions": [
                    "mtl"
                ],
                "license": {
                    "url": null,
                    "title": "Not specified",
                    "isDownloadable": true
                },
                "features": [
                    "useRouteFromTrip"
                ],
                "meta": {}
            }
        ]
    }
}
 

Request   

GET v2/regions/{region_slug}

URL Parameters

region_slug   string   

The slug of the region. Example: mtl

Tags

GET v2/tags

Example request:
curl --request GET \
    --get "https://api.transittracker.ca/v2/tags"
$client = new \GuzzleHttp\Client();
$url = 'https://api.transittracker.ca/v2/tags';
$response = $client->get($url);
$body = $response->getBody();
print_r(json_decode((string) $body));
import requests
import json

url = 'https://api.transittracker.ca/v2/tags'
response = requests.request('GET', url, )
response.json()

Example response (200):

Show headers
cache-control: no-cache, private
content-type: application/json
laravel-responsecache: Thu, 17 Jul 2025 20:40:44 -0400
x-ratelimit-limit: 45
x-ratelimit-remaining: 44
content-language: en
vary: Origin
 

{
    "data": [
        {
            "id": 1,
            "label": "Electric",
            "short_label": "",
            "description": "",
            "icon": "M11 15H6L13 1V9H18L11 23V15Z",
            "color": "#78be20",
            "dark_color": "#78be20",
            "text_color": "#000000",
            "dark_text_color": "#000000"
        },
        {
            "id": 2,
            "label": "Garage Anjou",
            "short_label": "AN",
            "description": "This bus is allocated to the Anjou garage",
            "icon": "M19,20H17V11H7V20H5V9L12,5L19,9V20M8,12H16V14H8V12M8,15H16V17H8V15M16,18V20H8V18H16Z",
            "color": "#ff8080",
            "dark_color": "#701919",
            "text_color": "#000",
            "dark_text_color": "#fff"
        },
        {
            "id": 3,
            "label": "Garage Frontenac",
            "short_label": "FR",
            "description": "This bus is allocated to the Frontenac garage",
            "icon": "M19,20H17V11H7V20H5V9L12,5L19,9V20M8,12H16V14H8V12M8,15H16V17H8V15M16,18V20H8V18H16Z",
            "color": "#f2b74a",
            "dark_color": "#764d07",
            "text_color": "#000",
            "dark_text_color": "#fff"
        },
        {
            "id": 4,
            "label": "Garage LaSalle",
            "short_label": "LS",
            "description": "This bus is allocated to the LaSalle garage",
            "icon": "M19,20H17V11H7V20H5V9L12,5L19,9V20M8,12H16V14H8V12M8,15H16V17H8V15M16,18V20H8V18H16Z",
            "color": "#e7e740",
            "dark_color": "#76730c",
            "text_color": "#000",
            "dark_text_color": "#fff"
        },
        {
            "id": 5,
            "label": "Garage Legendre",
            "short_label": "LE",
            "description": "This bus is allocated to the Legendre garage",
            "icon": "M19,20H17V11H7V20H5V9L12,5L19,9V20M8,12H16V14H8V12M8,15H16V17H8V15M16,18V20H8V18H16Z",
            "color": "#74dc78",
            "dark_color": "#064a0e",
            "text_color": "#000",
            "dark_text_color": "#fff"
        },
        {
            "id": 6,
            "label": "Garage Mont-Royal",
            "short_label": "MR",
            "description": "This bus is allocated to the Mont-Royal garage",
            "icon": "M19,20H17V11H7V20H5V9L12,5L19,9V20M8,12H16V14H8V12M8,15H16V17H8V15M16,18V20H8V18H16Z",
            "color": "#39deea",
            "dark_color": "#066467",
            "text_color": "#000",
            "dark_text_color": "#fff"
        },
        {
            "id": 7,
            "label": "Garage Saint-Denis",
            "short_label": "SD",
            "description": "This bus is allocated to the Saint-Denis garage",
            "icon": "M19,20H17V11H7V20H5V9L12,5L19,9V20M8,12H16V14H8V12M8,15H16V17H8V15M16,18V20H8V18H16Z",
            "color": "#50aaed",
            "dark_color": "#093376",
            "text_color": "#000",
            "dark_text_color": "#fff"
        },
        {
            "id": 8,
            "label": "Garage Saint-Laurent",
            "short_label": "SL",
            "description": "This bus is allocated to the Saint-Laurent garage",
            "icon": "M19,20H17V11H7V20H5V9L12,5L19,9V20M8,12H16V14H8V12M8,15H16V17H8V15M16,18V20H8V18H16Z",
            "color": "#f78df3",
            "dark_color": "#9f1044",
            "text_color": "#000",
            "dark_text_color": "#fff"
        },
        {
            "id": 9,
            "label": "Garage Stinson",
            "short_label": "SN",
            "description": "This bus is allocated to the Stinson garage",
            "icon": "M19,20H17V11H7V20H5V9L12,5L19,9V20M8,12H16V14H8V12M8,15H16V17H8V15M16,18V20H8V18H16Z",
            "color": "#c48df7",
            "dark_color": "#5b0c78",
            "text_color": "#000",
            "dark_text_color": "#fff"
        },
        {
            "id": 10,
            "label": "Transdev",
            "short_label": "Transdev",
            "description": "This bus is operated by Transdev",
            "icon": null,
            "color": "#db0717",
            "dark_color": "#db0717",
            "text_color": "#ffffff",
            "dark_text_color": "#ffffff"
        },
        {
            "id": 11,
            "label": "Fleur de Lys",
            "short_label": "Fleur de Lys",
            "description": "This bus is operated by Fleur de Lys",
            "icon": null,
            "color": "#ce9340",
            "dark_color": "#ce9340",
            "text_color": "#ffffff",
            "dark_text_color": "#ffffff"
        },
        {
            "id": 12,
            "label": "Transcobec",
            "short_label": "Transcobec",
            "description": "This bus is operated by Transcobec",
            "icon": null,
            "color": "#064677",
            "dark_color": "#064677",
            "text_color": "#ffffff",
            "dark_text_color": "#ffffff"
        },
        {
            "id": 13,
            "label": "Paquette",
            "short_label": "Paquette",
            "description": "This bus is operated by Autobus Robert Paquette",
            "icon": null,
            "color": "#006f3c",
            "dark_color": "#006f3c",
            "text_color": "#ffffff",
            "dark_text_color": "#ffffff"
        },
        {
            "id": 14,
            "label": "Yves Séguin",
            "short_label": "Yves Séguin",
            "description": "This bus is operated by Autobus Yves Séguin et Fils",
            "icon": null,
            "color": "#f7931e",
            "dark_color": "#f7931e",
            "text_color": "#ffffff",
            "dark_text_color": "#ffffff"
        },
        {
            "id": 15,
            "label": "Deux-Montagnes",
            "short_label": "Deux-Montagnes",
            "description": "This bus is operated by Autobus Deux-Montagnes",
            "icon": null,
            "color": "#1f1a17",
            "dark_color": "#1f1a17",
            "text_color": "#ffffff",
            "dark_text_color": "#ffffff"
        },
        {
            "id": 16,
            "label": "Transbus",
            "short_label": "Transbus",
            "description": "This bus is operated by Le Groupe Transbus",
            "icon": null,
            "color": "#007977",
            "dark_color": "#007977",
            "text_color": "#ffffff",
            "dark_text_color": "#ffffff"
        },
        {
            "id": 17,
            "label": "Bell Horizon",
            "short_label": "Bell Horizon",
            "description": "This bus is operated by Bell Horizon",
            "icon": null,
            "color": "#0067ac",
            "dark_color": "#0067ac",
            "text_color": "#ffffff",
            "dark_text_color": "#ffffff"
        },
        {
            "id": 18,
            "label": "La Québécoise",
            "short_label": "La Québécoise",
            "description": "This bus is operated by La Québécoise",
            "icon": null,
            "color": "#2f7297",
            "dark_color": "#2f7297",
            "text_color": "#ffffff",
            "dark_text_color": "#ffffff"
        },
        {
            "id": 19,
            "label": "Dufresne",
            "short_label": "Dufresne",
            "description": "This bus is operated by Autobus Dufresne",
            "icon": null,
            "color": "#fad000",
            "dark_color": "#fad000",
            "text_color": "#231f20",
            "dark_text_color": "#231f20"
        },
        {
            "id": 20,
            "label": "Keolis",
            "short_label": "Keolis",
            "description": "This bus is operated by Keolis",
            "icon": null,
            "color": "#005f7d",
            "dark_color": "#005f7d",
            "text_color": "#ffffff",
            "dark_text_color": "#ffffff"
        },
        {
            "id": 21,
            "label": "Garage Arrow Road",
            "short_label": "AR",
            "description": "This bus is allocated to the Arrow Road garage",
            "icon": "M19,20H17V11H7V20H5V9L12,5L19,9V20M8,12H16V14H8V12M8,15H16V17H8V15M16,18V20H8V18H16Z",
            "color": "#ff8080",
            "dark_color": "#701919",
            "text_color": "#000",
            "dark_text_color": "#fff"
        },
        {
            "id": 22,
            "label": "Garage Birchmount",
            "short_label": "BI",
            "description": "This bus is allocated to the Birchmount garage",
            "icon": "M19,20H17V11H7V20H5V9L12,5L19,9V20M8,12H16V14H8V12M8,15H16V17H8V15M16,18V20H8V18H16Z",
            "color": "#f2b74a",
            "dark_color": "#764d07",
            "text_color": "#000",
            "dark_text_color": "#fff"
        },
        {
            "id": 23,
            "label": "Garage Eglinton",
            "short_label": "EG",
            "description": "This bus is allocated to the Eglinton garage",
            "icon": "M19,20H17V11H7V20H5V9L12,5L19,9V20M8,12H16V14H8V12M8,15H16V17H8V15M16,18V20H8V18H16Z",
            "color": "#e7e740",
            "dark_color": "#76730c",
            "text_color": "#000",
            "dark_text_color": "#fff"
        },
        {
            "id": 24,
            "label": "Garage Malvern",
            "short_label": "MA",
            "description": "This bus is allocated to the Malvern garage",
            "icon": "M19,20H17V11H7V20H5V9L12,5L19,9V20M8,12H16V14H8V12M8,15H16V17H8V15M16,18V20H8V18H16Z",
            "color": "#74dc78",
            "dark_color": "#064a0e",
            "text_color": "#000",
            "dark_text_color": "#fff"
        },
        {
            "id": 25,
            "label": "Garage McNicoll",
            "short_label": "MN",
            "description": "This bus is allocated to the McNicoll garage",
            "icon": "M19,20H17V11H7V20H5V9L12,5L19,9V20M8,12H16V14H8V12M8,15H16V17H8V15M16,18V20H8V18H16Z",
            "color": "#39deea",
            "dark_color": "#066467",
            "text_color": "#000",
            "dark_text_color": "#fff"
        },
        {
            "id": 26,
            "label": "Garage Mount Dennis",
            "short_label": "MD",
            "description": "This bus is allocated to the Mount Dennis garage",
            "icon": "M19,20H17V11H7V20H5V9L12,5L19,9V20M8,12H16V14H8V12M8,15H16V17H8V15M16,18V20H8V18H16Z",
            "color": "#50aaed",
            "dark_color": "#093376",
            "text_color": "#000",
            "dark_text_color": "#fff"
        },
        {
            "id": 27,
            "label": "Garage Queensway",
            "short_label": "QU",
            "description": "This bus is allocated to the Queensway garage",
            "icon": "M19,20H17V11H7V20H5V9L12,5L19,9V20M8,12H16V14H8V12M8,15H16V17H8V15M16,18V20H8V18H16Z",
            "color": "#f78df3",
            "dark_color": "#9f1044",
            "text_color": "#000",
            "dark_text_color": "#fff"
        },
        {
            "id": 28,
            "label": "Garage Wilson",
            "short_label": "WI",
            "description": "This bus is allocated to the Wilson garage",
            "icon": "M19,20H17V11H7V20H5V9L12,5L19,9V20M8,12H16V14H8V12M8,15H16V17H8V15M16,18V20H8V18H16Z",
            "color": "#c48df7",
            "dark_color": "#5b0c78",
            "text_color": "#000",
            "dark_text_color": "#fff"
        },
        {
            "id": 29,
            "label": "Galland",
            "short_label": "Galland",
            "description": "This bus is operated by Autobus Galland",
            "icon": null,
            "color": "#e2383f",
            "dark_color": "#e2383f",
            "text_color": "#ffffff",
            "dark_text_color": "#ffffff"
        },
        {
            "id": 30,
            "label": "Transco",
            "short_label": "Transco",
            "description": "This bus is operated by Autobus Transco (previously Dufresne)",
            "icon": null,
            "color": "#0b2265",
            "dark_color": "#0b2265",
            "text_color": "#ffffff",
            "dark_text_color": "#ffffff"
        }
    ]
}
 

Request   

GET v2/tags

GET v2/tags/{tag_id}

Example request:
curl --request GET \
    --get "https://api.transittracker.ca/v2/tags/1"
$client = new \GuzzleHttp\Client();
$url = 'https://api.transittracker.ca/v2/tags/1';
$response = $client->get($url);
$body = $response->getBody();
print_r(json_decode((string) $body));
import requests
import json

url = 'https://api.transittracker.ca/v2/tags/1'
response = requests.request('GET', url, )
response.json()

Example response (200):

Show headers
cache-control: no-cache, private
content-type: application/json
x-ratelimit-limit: 45
x-ratelimit-remaining: 43
content-language: en
vary: Origin
 

{
    "data": {
        "id": 1,
        "label": "Electric",
        "short_label": "",
        "description": "",
        "icon": "M11 15H6L13 1V9H18L11 23V15Z",
        "color": "#78be20",
        "dark_color": "#78be20",
        "text_color": "#000000",
        "dark_text_color": "#000000"
    }
}
 

Request   

GET v2/tags/{tag_id}

URL Parameters

tag_id   integer   

The ID of the tag. Example: 1

Trips

Related trips / Voyages liées

Only available for some agencies. Disponible pour quelques agences seulement.

Example request:
curl --request GET \
    --get "https://api.transittracker.ca/v2/agencies/stm/trips/951057/blocks"
$client = new \GuzzleHttp\Client();
$url = 'https://api.transittracker.ca/v2/agencies/stm/trips/951057/blocks';
$response = $client->get($url);
$body = $response->getBody();
print_r(json_decode((string) $body));
import requests
import json

url = 'https://api.transittracker.ca/v2/agencies/stm/trips/951057/blocks'
response = requests.request('GET', url, )
response.json()

Example response (404):

Show headers
cache-control: no-cache, private
content-type: application/json
x-ratelimit-limit: 45
x-ratelimit-remaining: 44
content-language: en
vary: Origin
 

{
    "message": "Trip not found.",
    "errors": {
        "gtfs_trip_id": [
            "Trip not found."
        ]
    }
}
 

Request   

GET v2/agencies/{agencySlug}/trips/{tripId}/blocks

URL Parameters

agencySlug   string   

Example: stm

tripId   string   

Example: 951057

GeoJSON Shape

Example request:
curl --request GET \
    --get "https://api.transittracker.ca/v2/agencies/stm/shapes/blanditiis"
$client = new \GuzzleHttp\Client();
$url = 'https://api.transittracker.ca/v2/agencies/stm/shapes/blanditiis';
$response = $client->get($url);
$body = $response->getBody();
print_r(json_decode((string) $body));
import requests
import json

url = 'https://api.transittracker.ca/v2/agencies/stm/shapes/blanditiis'
response = requests.request('GET', url, )
response.json()

Example response (404):

Show headers
cache-control: no-cache, private
content-type: text/html; charset=UTF-8
x-ratelimit-limit: 45
x-ratelimit-remaining: 44
content-language: en
vary: Origin
 

<!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="utf-8">
        <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">

        <title>Not Found</title>

        <!-- Fonts -->
        <link rel="dns-prefetch" href="//fonts.gstatic.com">
        <link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">

        <!-- Styles -->
        <style>
            html {
                line-height: 1.15;
                    -ms-text-size-adjust: 100%;
                -webkit-text-size-adjust: 100%;
            }

            body {
                margin: 0;
            }

            header,
            nav,
            section {
                display: block;
            }

            figcaption,
            main {
                display: block;
            }

            a {
                background-color: transparent;
                -webkit-text-decoration-skip: objects;
            }

            strong {
                font-weight: inherit;
            }

            strong {
                font-weight: bolder;
            }

            code {
                font-family: monospace, monospace;
                font-size: 1em;
            }

            dfn {
                font-style: italic;
            }

            svg:not(:root) {
                overflow: hidden;
            }

            button,
            input {
                font-family: sans-serif;
                font-size: 100%;
                line-height: 1.15;
                margin: 0;
            }

            button,
            input {
                overflow: visible;
            }

            button {
                text-transform: none;
            }

            button,
            html [type="button"],
            [type="reset"],
            [type="submit"] {
                -webkit-appearance: button;
            }

            button::-moz-focus-inner,
            [type="button"]::-moz-focus-inner,
            [type="reset"]::-moz-focus-inner,
            [type="submit"]::-moz-focus-inner {
                border-style: none;
                padding: 0;
            }

            button:-moz-focusring,
            [type="button"]:-moz-focusring,
            [type="reset"]:-moz-focusring,
            [type="submit"]:-moz-focusring {
                outline: 1px dotted ButtonText;
            }

            legend {
                -webkit-box-sizing: border-box;
                        box-sizing: border-box;
                color: inherit;
                display: table;
                max-width: 100%;
                padding: 0;
                white-space: normal;
            }

            [type="checkbox"],
            [type="radio"] {
                -webkit-box-sizing: border-box;
                        box-sizing: border-box;
                padding: 0;
            }

            [type="number"]::-webkit-inner-spin-button,
            [type="number"]::-webkit-outer-spin-button {
                height: auto;
            }

            [type="search"] {
                -webkit-appearance: textfield;
                outline-offset: -2px;
            }

            [type="search"]::-webkit-search-cancel-button,
            [type="search"]::-webkit-search-decoration {
                -webkit-appearance: none;
            }

            ::-webkit-file-upload-button {
                -webkit-appearance: button;
                font: inherit;
            }

            menu {
                display: block;
            }

            canvas {
                display: inline-block;
            }

            template {
                display: none;
            }

            [hidden] {
                display: none;
            }

            html {
                -webkit-box-sizing: border-box;
                        box-sizing: border-box;
                font-family: sans-serif;
            }

            *,
            *::before,
            *::after {
                -webkit-box-sizing: inherit;
                        box-sizing: inherit;
            }

            p {
                margin: 0;
            }

            button {
                background: transparent;
                padding: 0;
            }

            button:focus {
                outline: 1px dotted;
                outline: 5px auto -webkit-focus-ring-color;
            }

            *,
            *::before,
            *::after {
                border-width: 0;
                border-style: solid;
                border-color: #dae1e7;
            }

            button,
            [type="button"],
            [type="reset"],
            [type="submit"] {
                border-radius: 0;
            }

            button,
            input {
                font-family: inherit;
            }

            input::-webkit-input-placeholder {
                color: inherit;
                opacity: .5;
            }

            input:-ms-input-placeholder {
                color: inherit;
                opacity: .5;
            }

            input::-ms-input-placeholder {
                color: inherit;
                opacity: .5;
            }

            input::placeholder {
                color: inherit;
                opacity: .5;
            }

            button,
            [role=button] {
                cursor: pointer;
            }

            .bg-transparent {
                background-color: transparent;
            }

            .bg-white {
                background-color: #fff;
            }

            .bg-teal-light {
                background-color: #4DCCBD;
            }

            .bg-blue-dark {
                background-color: #2374AB;
            }

            .bg-indigo-light {
                background-color: #7886d7;
            }

            .bg-purple-light {
                background-color: #a779e9;
            }

            .bg-no-repeat {
                background-repeat: no-repeat;
            }

            .bg-cover {
                background-size: cover;
            }

            .border-grey-light {
                border-color: #dae1e7;
            }

            .hover\:border-grey:hover {
                border-color: #b8c2cc;
            }

            .rounded-lg {
                border-radius: .5rem;
            }

            .border-2 {
                border-width: 2px;
            }

            .hidden {
                display: none;
            }

            .flex {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
            }

            .items-center {
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
            }

            .justify-center {
                -webkit-box-pack: center;
                    -ms-flex-pack: center;
                        justify-content: center;
            }

            .font-sans {
                font-family: Roboto, sans-serif;
            }

            .font-light {
                font-weight: 300;
            }

            .font-bold {
                font-weight: 700;
            }

            .font-black {
                font-weight: 900;
            }

            .h-1 {
                height: .25rem;
            }

            .leading-normal {
                line-height: 1.5;
            }

            .m-8 {
                margin: 2rem;
            }

            .my-3 {
                margin-top: .75rem;
                margin-bottom: .75rem;
            }

            .mb-8 {
                margin-bottom: 2rem;
            }

            .max-w-sm {
                max-width: 30rem;
            }

            .min-h-screen {
                min-height: 100vh;
            }

            .py-3 {
                padding-top: .75rem;
                padding-bottom: .75rem;
            }

            .px-6 {
                padding-left: 1.5rem;
                padding-right: 1.5rem;
            }

            .pb-full {
                padding-bottom: 100%;
            }

            .absolute {
                position: absolute;
            }

            .relative {
                position: relative;
            }

            .pin {
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
            }

            .text-black {
                color: #22292f;
            }

            .text-grey-darkest {
                color: #3d4852;
            }

            .text-grey-darker {
                color: #606f7b;
            }

            .text-2xl {
                font-size: 1.5rem;
            }

            .text-5xl {
                font-size: 3rem;
            }

            .uppercase {
                text-transform: uppercase;
            }

            .antialiased {
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }

            .tracking-wide {
                letter-spacing: .05em;
            }

            .w-16 {
                width: 4rem;
            }

            .w-full {
                width: 100%;
            }

            @media (min-width: 768px) {
                .md\:bg-left {
                    background-position: left;
                }

                .md\:bg-right {
                    background-position: right;
                }

                .md\:flex {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                }

                .md\:my-6 {
                    margin-top: 1.5rem;
                    margin-bottom: 1.5rem;
                }

                .md\:min-h-screen {
                    min-height: 100vh;
                }

                .md\:pb-0 {
                    padding-bottom: 0;
                }

                .md\:text-3xl {
                    font-size: 1.875rem;
                }

                .md\:text-15xl {
                    font-size: 9rem;
                }

                .md\:w-1\/2 {
                    width: 50%;
                }
            }

            @media (min-width: 992px) {
                .lg\:bg-center {
                    background-position: center;
                }
            }
        </style>
    </head>
    <body class="antialiased font-sans">
        <div class="md:flex min-h-screen">
            <div class="w-full md:w-1/2 bg-white flex items-center justify-center">
                <div class="max-w-sm m-8">
                    <div class="text-black text-5xl md:text-15xl font-black">
                        404                    </div>

                    <div class="w-16 h-1 bg-teal-light my-3 md:my-6"></div>

                    <p class="text-grey-darker text-2xl md:text-3xl font-light mb-8 leading-normal">
                        Not Found                    </p>

                    <a href="https://api.transittracker.ca">
                        <button class="bg-transparent text-grey-darkest font-bold uppercase tracking-wide py-3 px-6 border-2 border-grey-light hover:border-grey rounded-lg">
                            Go Home
                        </button>
                    </a>
                </div>
            </div>

            <div class="relative pb-full md:flex md:pb-0 md:min-h-screen w-full md:w-1/2">
                <div class="absolute pin bg-cover bg-no-repeat md:bg-left lg:bg-center" style="background-image: url(https://api.transittracker.ca/svg/404.svg)"></div>
            </div>
        </div>
    </body>
</html>

 

Request   

GET v2/agencies/{agencySlug}/shapes/{shapeId}

URL Parameters

agencySlug   string   

Example: stm

shapeId   1000238   

Example: blanditiis

Vehicles

GET v2/agencies/{agency_slug}/vehicles

Example request:
curl --request GET \
    --get "https://api.transittracker.ca/v2/agencies/stm/vehicles?geojson="
$client = new \GuzzleHttp\Client();
$url = 'https://api.transittracker.ca/v2/agencies/stm/vehicles';
$response = $client->get(
    $url,
    [
        'query' => [
            'geojson' => '0',
        ],
    ]
);
$body = $response->getBody();
print_r(json_decode((string) $body));
import requests
import json

url = 'https://api.transittracker.ca/v2/agencies/stm/vehicles'
params = {
  'geojson': '0',
}
response = requests.request('GET', url, params=params)
response.json()

Example response (200):

Show headers
cache-control: no-cache, private
content-type: application/json
x-ratelimit-limit: 138
x-ratelimit-remaining: 135
content-language: en
vary: Origin
 

{
    "data": [
        {
            "id": 111,
            "ref": "27520",
            "isActive": true,
            "label": "27520",
            "timestamp": 1752849098,
            "tripId": "289184219",
            "routeId": "123",
            "startTime": "10:04:00",
            "position": {
                "lat": 45.4508,
                "lon": -73.64193
            },
            "bearing": 19,
            "speed": 1,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 22,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289184219",
                "headsign": "Nord",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "123",
                "routeLongName": "Dollard / Shevchenko",
                "shapeLink": "/storage/shapes/stm/1230002.json",
                "shapeId": "1230002",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {}
        },
        {
            "id": 135,
            "ref": "28052",
            "isActive": true,
            "label": "28052",
            "timestamp": 1752849102,
            "tripId": "289185196",
            "routeId": "405",
            "startTime": "09:56:00",
            "position": {
                "lat": 45.42053,
                "lon": -73.87636
            },
            "bearing": 246,
            "speed": 35,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 15,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289185196",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "405",
                "routeLongName": "Express Bord-du-Lac",
                "shapeLink": "/storage/shapes/stm/4050002.json",
                "shapeId": "4050002",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {}
        },
        {
            "id": 136,
            "ref": "28057",
            "isActive": true,
            "label": "28057",
            "timestamp": 1752849094,
            "tripId": "289183415",
            "routeId": "35",
            "startTime": "10:00:00",
            "position": {
                "lat": 45.48103,
                "lon": -73.57834
            },
            "bearing": 55,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 25,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289183415",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "35",
                "routeLongName": "Griffintown",
                "shapeLink": "/storage/shapes/stm/350021.json",
                "shapeId": "350021",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {}
        },
        {
            "id": 169,
            "ref": "29002",
            "isActive": true,
            "label": "29002",
            "timestamp": 1752849103,
            "tripId": "289201796",
            "routeId": "18",
            "startTime": "10:32:00",
            "position": {
                "lat": 45.53147,
                "lon": -73.61126
            },
            "bearing": 281,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 1,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                7
            ],
            "trip": {
                "id": "289201796",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "18",
                "routeLongName": "Beaubien",
                "shapeLink": "/storage/shapes/stm/180001.json",
                "shapeId": "180001",
                "serviceId": "25U-H55U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {}
        },
        {
            "id": 173,
            "ref": "29018",
            "isActive": true,
            "label": "29018",
            "timestamp": 1752849104,
            "tripId": "289201401",
            "routeId": "179",
            "startTime": "10:06:00",
            "position": {
                "lat": 45.5276,
                "lon": -73.62612
            },
            "bearing": 206,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 28,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                7
            ],
            "trip": {
                "id": "289201401",
                "headsign": "Sud",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "179",
                "routeLongName": "De l'Acadie",
                "shapeLink": "/storage/shapes/stm/1790001.json",
                "shapeId": "1790001",
                "serviceId": "25U-H55U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {}
        },
        {
            "id": 174,
            "ref": "29019",
            "isActive": true,
            "label": "29019",
            "timestamp": 1752849103,
            "tripId": "289201519",
            "routeId": "92",
            "startTime": "10:24:00",
            "position": {
                "lat": 45.49595,
                "lon": -73.65169
            },
            "bearing": 126,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 5,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                7
            ],
            "trip": {
                "id": "289201519",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "92",
                "routeLongName": "Jean-Talon Ouest",
                "shapeLink": "/storage/shapes/stm/920001.json",
                "shapeId": "920001",
                "serviceId": "25U-H55U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {}
        },
        {
            "id": 179,
            "ref": "29034",
            "isActive": true,
            "label": "29034",
            "timestamp": 1752849088,
            "tripId": "289201692",
            "routeId": "161",
            "startTime": "10:35:00",
            "position": {
                "lat": 45.46262,
                "lon": -73.67113
            },
            "bearing": 29,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 1,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                7
            ],
            "trip": {
                "id": "289201692",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "161",
                "routeLongName": "Van Horne",
                "shapeLink": "/storage/shapes/stm/1610001.json",
                "shapeId": "1610001",
                "serviceId": "25U-H55U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {}
        },
        {
            "id": 185,
            "ref": "29054",
            "isActive": true,
            "label": "29054",
            "timestamp": 1752849104,
            "tripId": "289183257",
            "routeId": "123",
            "startTime": "10:12:00",
            "position": {
                "lat": 45.43068,
                "lon": -73.61395
            },
            "bearing": 102,
            "speed": 18,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 22,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289183257",
                "headsign": "Sud",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "123",
                "routeLongName": "Dollard / Shevchenko",
                "shapeLink": "/storage/shapes/stm/1230001.json",
                "shapeId": "1230001",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {}
        },
        {
            "id": 189,
            "ref": "29064",
            "isActive": true,
            "label": "29064",
            "timestamp": 1752849098,
            "tripId": "289182359",
            "routeId": "57",
            "startTime": "10:24:00",
            "position": {
                "lat": 45.48189,
                "lon": -73.57472
            },
            "bearing": 139,
            "speed": 29,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 7,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289182359",
                "headsign": "Sud",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "57",
                "routeLongName": "Charlevoix",
                "shapeLink": "/storage/shapes/stm/570002.json",
                "shapeId": "570002",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {}
        },
        {
            "id": 191,
            "ref": "29070",
            "isActive": true,
            "label": "29070",
            "timestamp": 1752849091,
            "tripId": "286061134",
            "routeId": "68",
            "startTime": "09:43:00",
            "position": {
                "lat": 45.51443,
                "lon": -73.74716
            },
            "bearing": 35,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 63,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286061134",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "68",
                "routeLongName": "Pierrefonds",
                "shapeLink": "/storage/shapes/stm/680005.json",
                "shapeId": "680005",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {}
        },
        {
            "id": 193,
            "ref": "29074",
            "isActive": true,
            "label": "29074",
            "timestamp": 1752849097,
            "tripId": "289182564",
            "routeId": "71",
            "startTime": "10:13:00",
            "position": {
                "lat": 45.4831,
                "lon": -73.56176
            },
            "bearing": 32,
            "speed": 19,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 12,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289182564",
                "headsign": "Sud",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "71",
                "routeLongName": "Pointe-Saint-Charles",
                "shapeLink": "/storage/shapes/stm/710001.json",
                "shapeId": "710001",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {}
        },
        {
            "id": 195,
            "ref": "29076",
            "isActive": true,
            "label": "29076",
            "timestamp": 1752849093,
            "tripId": "289182761",
            "routeId": "90",
            "startTime": "09:50:00",
            "position": {
                "lat": 45.47689,
                "lon": -73.59865
            },
            "bearing": 40,
            "speed": 20,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 46,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289182761",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "90",
                "routeLongName": "Saint-Jacques",
                "shapeLink": "/storage/shapes/stm/900001.json",
                "shapeId": "900001",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {}
        },
        {
            "id": 198,
            "ref": "29082",
            "isActive": true,
            "label": "29082",
            "timestamp": 1752849098,
            "tripId": "289183894",
            "routeId": "61",
            "startTime": "09:33:00",
            "position": {
                "lat": 45.47011,
                "lon": -73.56805
            },
            "bearing": 144,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 18,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 3,
                "label": "Congestion"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289183894",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "61",
                "routeLongName": "Wellington",
                "shapeLink": "/storage/shapes/stm/610004.json",
                "shapeId": "610004",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {}
        },
        {
            "id": 199,
            "ref": "29083",
            "isActive": true,
            "label": "29083",
            "timestamp": 1752849104,
            "tripId": "289184804",
            "routeId": "37",
            "startTime": "09:56:00",
            "position": {
                "lat": 45.46873,
                "lon": -73.56567
            },
            "bearing": 209,
            "speed": 26,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 29,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289184804",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "37",
                "routeLongName": "Jolicoeur",
                "shapeLink": "/storage/shapes/stm/370002.json",
                "shapeId": "370002",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {}
        },
        {
            "id": 200,
            "ref": "29085",
            "isActive": true,
            "label": "29085",
            "timestamp": 1752849102,
            "tripId": "289183282",
            "routeId": "107",
            "startTime": "09:59:00",
            "position": {
                "lat": 45.48127,
                "lon": -73.55841
            },
            "bearing": 4,
            "speed": 22,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 41,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289183282",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "107",
                "routeLongName": "Verdun",
                "shapeLink": "/storage/shapes/stm/1070002.json",
                "shapeId": "1070002",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {}
        },
        {
            "id": 202,
            "ref": "29088",
            "isActive": true,
            "label": "29088",
            "timestamp": 1752849092,
            "tripId": "289185559",
            "routeId": "101",
            "startTime": "09:58:00",
            "position": {
                "lat": 45.46445,
                "lon": -73.59547
            },
            "bearing": 42,
            "speed": 38,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 35,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289185559",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "101",
                "routeLongName": "Saint-Patrick",
                "shapeLink": "/storage/shapes/stm/1010001.json",
                "shapeId": "1010001",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {}
        },
        {
            "id": 205,
            "ref": "29092",
            "isActive": true,
            "label": "29092",
            "timestamp": 1752848842,
            "tripId": "289185217",
            "routeId": "190",
            "startTime": "09:57:00",
            "position": {
                "lat": 45.4827,
                "lon": -73.58145
            },
            "bearing": 44,
            "speed": 2,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 34,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289185217",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "190",
                "routeLongName": "Norman",
                "shapeLink": "/storage/shapes/stm/1900004.json",
                "shapeId": "1900004",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {}
        },
        {
            "id": 208,
            "ref": "29103",
            "isActive": true,
            "label": "29103",
            "timestamp": 1752849087,
            "tripId": "289183231",
            "routeId": "106",
            "startTime": "10:23:00",
            "position": {
                "lat": 45.44753,
                "lon": -73.60906
            },
            "bearing": 326,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 2,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 3,
                "label": "Congestion"
            },
            "occupancyStatus": {
                "data": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289183231",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "106",
                "routeLongName": "Newman",
                "shapeLink": "/storage/shapes/stm/1060001.json",
                "shapeId": "1060001",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {}
        },
        {
            "id": 218,
            "ref": "29138",
            "isActive": true,
            "label": "29138",
            "timestamp": 1752849100,
            "tripId": "289185587",
            "routeId": "190",
            "startTime": "10:09:00",
            "position": {
                "lat": 45.44121,
                "lon": -73.65134
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 19,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289185587",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "190",
                "routeLongName": "Norman",
                "shapeLink": "/storage/shapes/stm/1900001.json",
                "shapeId": "1900001",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {}
        },
        {
            "id": 219,
            "ref": "29139",
            "isActive": true,
            "label": "29139",
            "timestamp": 1752849091,
            "tripId": "289181466",
            "routeId": "12",
            "startTime": "10:17:00",
            "position": {
                "lat": 45.4661,
                "lon": -73.55244
            },
            "bearing": 92,
            "speed": 21,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 17,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289181466",
                "headsign": "Nord",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "12",
                "routeLongName": "Île-des-Soeurs",
                "shapeLink": "/storage/shapes/stm/120001.json",
                "shapeId": "120001",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {}
        },
        {
            "id": 222,
            "ref": "29142",
            "isActive": true,
            "label": "29142",
            "timestamp": 1752849098,
            "tripId": "289184828",
            "routeId": "405",
            "startTime": "09:50:00",
            "position": {
                "lat": 45.46619,
                "lon": -73.60307
            },
            "bearing": 53,
            "speed": 81,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 31,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289184828",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "405",
                "routeLongName": "Express Bord-du-Lac",
                "shapeLink": "/storage/shapes/stm/4050001.json",
                "shapeId": "4050001",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {}
        },
        {
            "id": 223,
            "ref": "29143",
            "isActive": true,
            "label": "29143",
            "timestamp": 1752849092,
            "tripId": "289184696",
            "routeId": "35",
            "startTime": "09:56:00",
            "position": {
                "lat": 45.46315,
                "lon": -73.58791
            },
            "bearing": 184,
            "speed": 22,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 32,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289184696",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "35",
                "routeLongName": "Griffintown",
                "shapeLink": "/storage/shapes/stm/350001.json",
                "shapeId": "350001",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {}
        },
        {
            "id": 225,
            "ref": "29146",
            "isActive": true,
            "label": "29146",
            "timestamp": 1752849097,
            "tripId": "289181676",
            "routeId": "36",
            "startTime": "10:19:00",
            "position": {
                "lat": 45.49783,
                "lon": -73.56573
            },
            "bearing": 214,
            "speed": 24,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 4,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289181676",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "36",
                "routeLongName": "Monk",
                "shapeLink": "/storage/shapes/stm/360003.json",
                "shapeId": "360003",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {}
        },
        {
            "id": 226,
            "ref": "29147",
            "isActive": true,
            "label": "29147",
            "timestamp": 1752849099,
            "tripId": "289185819",
            "routeId": "496",
            "startTime": "10:05:00",
            "position": {
                "lat": 45.44223,
                "lon": -73.64796
            },
            "bearing": 53,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 22,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289185819",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "496",
                "routeLongName": "Express Victoria",
                "shapeLink": "/storage/shapes/stm/4960001.json",
                "shapeId": "4960001",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {}
        },
        {
            "id": 239,
            "ref": "29826",
            "isActive": true,
            "label": "29826",
            "timestamp": 1752849093,
            "tripId": "286208963",
            "routeId": "67",
            "startTime": "10:41:00",
            "position": {
                "lat": 45.5844,
                "lon": -73.65097
            },
            "bearing": 312,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 1,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "286208963",
                "headsign": "Sud",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "67",
                "routeLongName": "Saint-Michel",
                "shapeLink": "/storage/shapes/stm/670001.json",
                "shapeId": "670001",
                "serviceId": "25U-H58U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {}
        },
        {
            "id": 240,
            "ref": "29828",
            "isActive": true,
            "label": "29828",
            "timestamp": 1752849100,
            "tripId": "286207789",
            "routeId": "121",
            "startTime": "10:01:00",
            "position": {
                "lat": 45.52935,
                "lon": -73.66866
            },
            "bearing": 198,
            "speed": 18,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 31,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "286207789",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "121",
                "routeLongName": "Sauvé / Côte-Vertu",
                "shapeLink": "/storage/shapes/stm/1210002.json",
                "shapeId": "1210002",
                "serviceId": "25U-H58U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {}
        },
        {
            "id": 257,
            "ref": "29858",
            "isActive": true,
            "label": "29858",
            "timestamp": 1752849089,
            "tripId": "286209192",
            "routeId": "69",
            "startTime": "09:24:00",
            "position": {
                "lat": 45.61138,
                "lon": -73.60855
            },
            "bearing": 323,
            "speed": 41,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 68,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "286209192",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "69",
                "routeLongName": "Gouin",
                "shapeLink": "/storage/shapes/stm/690002.json",
                "shapeId": "690002",
                "serviceId": "25U-H58U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {}
        },
        {
            "id": 258,
            "ref": "30003",
            "isActive": true,
            "label": "30003",
            "timestamp": 1752849098,
            "tripId": "289215982",
            "routeId": "449",
            "startTime": "10:04:00",
            "position": {
                "lat": 45.62022,
                "lon": -73.57043
            },
            "bearing": 120,
            "speed": 19,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 36,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                6
            ],
            "trip": {
                "id": "289215982",
                "headsign": "Sud",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "449",
                "routeLongName": "Express Rivière-des-Prairies",
                "shapeLink": "/storage/shapes/stm/4490002.json",
                "shapeId": "4490002",
                "serviceId": "25U-H54U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {}
        },
        {
            "id": 262,
            "ref": "30041",
            "isActive": true,
            "label": "30041",
            "timestamp": 1752849096,
            "tripId": "289209380",
            "routeId": "430",
            "startTime": "09:39:12",
            "position": {
                "lat": 45.51388,
                "lon": -73.55724
            },
            "bearing": 214,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 26,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                6
            ],
            "trip": {
                "id": "289209380",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "430",
                "routeLongName": "Express Pointe-aux-Trembles",
                "shapeLink": "/storage/shapes/stm/4300002.json",
                "shapeId": "4300002",
                "serviceId": "25U-H57U000S-82-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {}
        },
        {
            "id": 266,
            "ref": "30049",
            "isActive": true,
            "label": "30049",
            "timestamp": 1752849095,
            "tripId": "289216567",
            "routeId": "49",
            "startTime": "09:51:00",
            "position": {
                "lat": 45.63127,
                "lon": -73.58965
            },
            "bearing": 44,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 29,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                6
            ],
            "trip": {
                "id": "289216567",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "49",
                "routeLongName": "Maurice-Duplessis",
                "shapeLink": "/storage/shapes/stm/490002.json",
                "shapeId": "490002",
                "serviceId": "25U-H54U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {}
        },
        {
            "id": 268,
            "ref": "30051",
            "isActive": true,
            "label": "30051",
            "timestamp": 1752849104,
            "tripId": "289182687",
            "routeId": "110",
            "startTime": "09:52:00",
            "position": {
                "lat": 45.42965,
                "lon": -73.65795
            },
            "bearing": 262,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 44,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                6
            ],
            "trip": {
                "id": "289182687",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "110",
                "routeLongName": "Centrale",
                "shapeLink": "/storage/shapes/stm/1100002.json",
                "shapeId": "1100002",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {}
        },
        {
            "id": 281,
            "ref": "30103",
            "isActive": true,
            "label": "30103",
            "timestamp": 1752849091,
            "tripId": "289216075",
            "routeId": "32",
            "startTime": "10:05:00",
            "position": {
                "lat": 45.58598,
                "lon": -73.5957
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 22,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                2
            ],
            "trip": {
                "id": "289216075",
                "headsign": "Sud",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "32",
                "routeLongName": "Lacordaire",
                "shapeLink": "/storage/shapes/stm/320001.json",
                "shapeId": "320001",
                "serviceId": "25U-H54U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {}
        },
        {
            "id": 282,
            "ref": "30104",
            "isActive": true,
            "label": "30104",
            "timestamp": 1752849095,
            "tripId": "289201227",
            "routeId": "66",
            "startTime": "10:21:00",
            "position": {
                "lat": 45.48732,
                "lon": -73.6089
            },
            "bearing": 240,
            "speed": 27,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 14,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                7
            ],
            "trip": {
                "id": "289201227",
                "headsign": "Nord",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "66",
                "routeLongName": "The Boulevard",
                "shapeLink": "/storage/shapes/stm/660004.json",
                "shapeId": "660004",
                "serviceId": "25U-H55U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {}
        },
        {
            "id": 283,
            "ref": "30105",
            "isActive": true,
            "label": "30105",
            "timestamp": 1752849093,
            "tripId": "289216529",
            "routeId": "26",
            "startTime": "10:18:00",
            "position": {
                "lat": 45.60785,
                "lon": -73.51633
            },
            "bearing": 16,
            "speed": 18,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 18,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                2
            ],
            "trip": {
                "id": "289216529",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "26",
                "routeLongName": "Mercier-Est",
                "shapeLink": "/storage/shapes/stm/260003.json",
                "shapeId": "260003",
                "serviceId": "25U-H54U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {}
        },
        {
            "id": 289,
            "ref": "30124",
            "isActive": true,
            "label": "30124",
            "timestamp": 1752849093,
            "tripId": "289215497",
            "routeId": "33",
            "startTime": "09:40:00",
            "position": {
                "lat": 45.60816,
                "lon": -73.61534
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 44,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                2
            ],
            "trip": {
                "id": "289215497",
                "headsign": "Nord",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "33",
                "routeLongName": "Langelier",
                "shapeLink": "/storage/shapes/stm/330002.json",
                "shapeId": "330002",
                "serviceId": "25U-H54U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {}
        },
        {
            "id": 291,
            "ref": "30131",
            "isActive": true,
            "label": "30131",
            "timestamp": 1752849095,
            "tripId": "289215427",
            "routeId": "26",
            "startTime": "10:19:00",
            "position": {
                "lat": 45.60155,
                "lon": -73.51978
            },
            "bearing": 255,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 17,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                2
            ],
            "trip": {
                "id": "289215427",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "26",
                "routeLongName": "Mercier-Est",
                "shapeLink": "/storage/shapes/stm/260002.json",
                "shapeId": "260002",
                "serviceId": "25U-H54U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {}
        },
        {
            "id": 293,
            "ref": "30138",
            "isActive": true,
            "label": "30138",
            "timestamp": 1752849098,
            "tripId": "289215243",
            "routeId": "49",
            "startTime": "10:10:00",
            "position": {
                "lat": 45.62239,
                "lon": -73.60484
            },
            "bearing": 231,
            "speed": 54,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 28,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                2
            ],
            "trip": {
                "id": "289215243",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "49",
                "routeLongName": "Maurice-Duplessis",
                "shapeLink": "/storage/shapes/stm/490001.json",
                "shapeId": "490001",
                "serviceId": "25U-H54U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {}
        },
        {
            "id": 300,
            "ref": "30149",
            "isActive": true,
            "label": "30149",
            "timestamp": 1752849088,
            "tripId": "289201581",
            "routeId": "129",
            "startTime": "10:18:00",
            "position": {
                "lat": 45.51472,
                "lon": -73.58462
            },
            "bearing": 304,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 12,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                7
            ],
            "trip": {
                "id": "289201581",
                "headsign": "Nord",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "129",
                "routeLongName": "Côte-Sainte-Catherine",
                "shapeLink": "/storage/shapes/stm/1290002.json",
                "shapeId": "1290002",
                "serviceId": "25U-H55U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {}
        },
        {
            "id": 310,
            "ref": "30174",
            "isActive": true,
            "label": "30174",
            "timestamp": 1752849103,
            "tripId": "286059372",
            "routeId": "217",
            "startTime": "10:22:00",
            "position": {
                "lat": 45.43688,
                "lon": -73.86968
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 11,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286059372",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "217",
                "routeLongName": "Anse-à-l'Orme",
                "shapeLink": "/storage/shapes/stm/2170002.json",
                "shapeId": "2170002",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {}
        },
        {
            "id": 321,
            "ref": "30217",
            "isActive": true,
            "label": "30217",
            "timestamp": 1752849099,
            "tripId": "289215043",
            "routeId": "33",
            "startTime": "10:01:00",
            "position": {
                "lat": 45.5972,
                "lon": -73.58807
            },
            "bearing": 125,
            "speed": 27,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 35,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                2
            ],
            "trip": {
                "id": "289215043",
                "headsign": "Sud",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "33",
                "routeLongName": "Langelier",
                "shapeLink": "/storage/shapes/stm/330001.json",
                "shapeId": "330001",
                "serviceId": "25U-H54U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {}
        },
        {
            "id": 326,
            "ref": "30234",
            "isActive": true,
            "label": "30234",
            "timestamp": 1752849088,
            "tripId": "286059053",
            "routeId": "174",
            "startTime": "10:18:00",
            "position": {
                "lat": 45.48671,
                "lon": -73.7177
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 7,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286059053",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "174",
                "routeLongName": "Côte-Vertu",
                "shapeLink": "/storage/shapes/stm/1740001.json",
                "shapeId": "1740001",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {}
        },
        {
            "id": 328,
            "ref": "30243",
            "isActive": true,
            "label": "30243",
            "timestamp": 1752849090,
            "tripId": "286059028",
            "routeId": "200",
            "startTime": "09:58:00",
            "position": {
                "lat": 45.40387,
                "lon": -73.93951
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 45,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286059028",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "200",
                "routeLongName": "Sainte-Anne-de-Bellevue",
                "shapeLink": "/storage/shapes/stm/2000002.json",
                "shapeId": "2000002",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {}
        },
        {
            "id": 330,
            "ref": "30247",
            "isActive": true,
            "label": "30247",
            "timestamp": 1752849095,
            "tripId": "286059401",
            "routeId": "201",
            "startTime": "09:36:00",
            "position": {
                "lat": 45.4892,
                "lon": -73.84637
            },
            "bearing": 193,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 59,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286059401",
                "headsign": "Sud",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "201",
                "routeLongName": "Saint-Charles / Saint-Jean",
                "shapeLink": "/storage/shapes/stm/2010003.json",
                "shapeId": "2010003",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {}
        },
        {
            "id": 337,
            "ref": "30806",
            "isActive": true,
            "label": "30806",
            "timestamp": 1752849087,
            "tripId": "286208138",
            "routeId": "69",
            "startTime": "10:34:00",
            "position": {
                "lat": 45.53158,
                "lon": -73.7188
            },
            "bearing": 226,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 1,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "286208138",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "69",
                "routeLongName": "Gouin",
                "shapeLink": "/storage/shapes/stm/690002.json",
                "shapeId": "690002",
                "serviceId": "25U-H58U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {}
        },
        {
            "id": 344,
            "ref": "30825",
            "isActive": true,
            "label": "30825",
            "timestamp": 1752849088,
            "tripId": "286206583",
            "routeId": "439",
            "startTime": "09:59:00",
            "position": {
                "lat": 45.56874,
                "lon": -73.59617
            },
            "bearing": 302,
            "speed": 47,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 15,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "286206583",
                "headsign": "Nord destination Laval",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "439",
                "routeLongName": "Express Pie-IX",
                "shapeLink": "/storage/shapes/stm/4390002.json",
                "shapeId": "4390002",
                "serviceId": "25U-H58U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {}
        },
        {
            "id": 346,
            "ref": "30830",
            "isActive": true,
            "label": "30830",
            "timestamp": 1752849098,
            "tripId": "286206599",
            "routeId": "439",
            "startTime": "10:19:00",
            "position": {
                "lat": 45.55694,
                "lon": -73.56165
            },
            "bearing": 293,
            "speed": 41,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 10,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "286206599",
                "headsign": "Nord destination Cégep Marie-Victorin",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "439",
                "routeLongName": "Express Pie-IX",
                "shapeLink": "/storage/shapes/stm/4390003.json",
                "shapeId": "4390003",
                "serviceId": "25U-H58U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {}
        },
        {
            "id": 355,
            "ref": "30847",
            "isActive": true,
            "label": "30847",
            "timestamp": 1752849085,
            "tripId": "286208008",
            "routeId": "467",
            "startTime": "09:53:00",
            "position": {
                "lat": 45.54746,
                "lon": -73.55104
            },
            "bearing": 205,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 18,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "286208008",
                "headsign": "Sud",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "467",
                "routeLongName": "Express Saint-Michel",
                "shapeLink": "/storage/shapes/stm/4670001.json",
                "shapeId": "4670001",
                "serviceId": "25U-H58U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {}
        },
        {
            "id": 356,
            "ref": "30850",
            "isActive": true,
            "label": "30850",
            "timestamp": 1752849103,
            "tripId": "286208916",
            "routeId": "67",
            "startTime": "10:29:00",
            "position": {
                "lat": 45.58348,
                "lon": -73.64976
            },
            "bearing": 132,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 3,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "286208916",
                "headsign": "Sud",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "67",
                "routeLongName": "Saint-Michel",
                "shapeLink": "/storage/shapes/stm/670001.json",
                "shapeId": "670001",
                "serviceId": "25U-H58U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {}
        },
        {
            "id": 357,
            "ref": "30853",
            "isActive": true,
            "label": "30853",
            "timestamp": 1752849103,
            "tripId": "286207704",
            "routeId": "121",
            "startTime": "10:03:00",
            "position": {
                "lat": 45.54263,
                "lon": -73.66283
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 26,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "286207704",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "121",
                "routeLongName": "Sauvé / Côte-Vertu",
                "shapeLink": "/storage/shapes/stm/1210001.json",
                "shapeId": "1210001",
                "serviceId": "25U-H58U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {}
        },
        {
            "id": 360,
            "ref": "30862",
            "isActive": true,
            "label": "30862",
            "timestamp": 1752849086,
            "tripId": "286209205",
            "routeId": "67",
            "startTime": "09:54:00",
            "position": {
                "lat": 45.55021,
                "lon": -73.57053
            },
            "bearing": 112,
            "speed": 18,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 34,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "286209205",
                "headsign": "Sud",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "67",
                "routeLongName": "Saint-Michel",
                "shapeLink": "/storage/shapes/stm/670001.json",
                "shapeId": "670001",
                "serviceId": "25U-H58U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {}
        },
        {
            "id": 362,
            "ref": "30869",
            "isActive": true,
            "label": "30869",
            "timestamp": 1752849100,
            "tripId": "286206705",
            "routeId": "439",
            "startTime": "09:36:00",
            "position": {
                "lat": 45.56093,
                "lon": -73.57462
            },
            "bearing": 113,
            "speed": 36,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 27,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "286206705",
                "headsign": "Sud destination Pie-IX / Notre-Dame",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "439",
                "routeLongName": "Express Pie-IX",
                "shapeLink": "/storage/shapes/stm/4390004.json",
                "shapeId": "4390004",
                "serviceId": "25U-H58U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {}
        },
        {
            "id": 363,
            "ref": "30871",
            "isActive": true,
            "label": "30871",
            "timestamp": 1752849095,
            "tripId": "286208483",
            "routeId": "67",
            "startTime": "10:14:00",
            "position": {
                "lat": 45.55613,
                "lon": -73.58986
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 15,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "286208483",
                "headsign": "Nord",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "67",
                "routeLongName": "Saint-Michel",
                "shapeLink": "/storage/shapes/stm/670002.json",
                "shapeId": "670002",
                "serviceId": "25U-H58U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {}
        },
        {
            "id": 371,
            "ref": "31007",
            "isActive": true,
            "label": "31007",
            "timestamp": 1752849095,
            "tripId": "289199737",
            "routeId": "747",
            "startTime": "09:52:00",
            "position": {
                "lat": 45.51496,
                "lon": -73.56035
            },
            "bearing": 303,
            "speed": 18,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 14,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                9
            ],
            "trip": {
                "id": "289199737",
                "headsign": "Est trajet 1 gare d’autocars de Montréal.",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "747",
                "routeLongName": "YUL Aéroport  / Centre-Ville",
                "shapeLink": "/storage/shapes/stm/7470001.json",
                "shapeId": "7470001",
                "serviceId": "25U-H50U000S-82-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {}
        },
        {
            "id": 376,
            "ref": "31031",
            "isActive": true,
            "label": "31031",
            "timestamp": 1752849103,
            "tripId": "289214814",
            "routeId": "141",
            "startTime": "10:28:00",
            "position": {
                "lat": 45.56423,
                "lon": -73.59281
            },
            "bearing": 23,
            "speed": 27,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 6,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                2
            ],
            "trip": {
                "id": "289214814",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "141",
                "routeLongName": "Jean-Talon Est",
                "shapeLink": "/storage/shapes/stm/1410001.json",
                "shapeId": "1410001",
                "serviceId": "25U-H54U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {}
        },
        {
            "id": 377,
            "ref": "31037",
            "isActive": true,
            "label": "31037",
            "timestamp": 1752849088,
            "tripId": "289201638",
            "routeId": "18",
            "startTime": "09:34:00",
            "position": {
                "lat": 45.59207,
                "lon": -73.53752
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 52,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                7
            ],
            "trip": {
                "id": "289201638",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "18",
                "routeLongName": "Beaubien",
                "shapeLink": "/storage/shapes/stm/180001.json",
                "shapeId": "180001",
                "serviceId": "25U-H55U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {}
        },
        {
            "id": 382,
            "ref": "31046",
            "isActive": true,
            "label": "31046",
            "timestamp": 1752849089,
            "tripId": "289202165",
            "routeId": "197",
            "startTime": "10:08:00",
            "position": {
                "lat": 45.55156,
                "lon": -73.58184
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 25,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                7
            ],
            "trip": {
                "id": "289202165",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "197",
                "routeLongName": "Rosemont",
                "shapeLink": "/storage/shapes/stm/1970001.json",
                "shapeId": "1970001",
                "serviceId": "25U-H55U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {}
        },
        {
            "id": 383,
            "ref": "31048",
            "isActive": true,
            "label": "31048",
            "timestamp": 1752849096,
            "tripId": "289215266",
            "routeId": "33",
            "startTime": "10:14:00",
            "position": {
                "lat": 45.60693,
                "lon": -73.61939
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 19,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 3,
                "label": "Congestion"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                2
            ],
            "trip": {
                "id": "289215266",
                "headsign": "Sud",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "33",
                "routeLongName": "Langelier",
                "shapeLink": "/storage/shapes/stm/330001.json",
                "shapeId": "330001",
                "serviceId": "25U-H54U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {}
        },
        {
            "id": 384,
            "ref": "31049",
            "isActive": true,
            "label": "31049",
            "timestamp": 1752849100,
            "tripId": "286207849",
            "routeId": "48",
            "startTime": "10:51:00",
            "position": {
                "lat": 45.66189,
                "lon": -73.53839
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 1,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                7
            ],
            "trip": {
                "id": "286207849",
                "headsign": "Ouest via Gouin / Ozias-Leduc",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "48",
                "routeLongName": "Perras",
                "shapeLink": "/storage/shapes/stm/480003.json",
                "shapeId": "480003",
                "serviceId": "25U-H58U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {}
        },
        {
            "id": 387,
            "ref": "31052",
            "isActive": true,
            "label": "31052",
            "timestamp": 1752849091,
            "tripId": "289242704",
            "routeId": "24",
            "startTime": "09:36:00",
            "position": {
                "lat": 45.53954,
                "lon": -73.56111
            },
            "bearing": 111,
            "speed": 36,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 47,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                3
            ],
            "trip": {
                "id": "289242704",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "24",
                "routeLongName": "Sherbrooke",
                "shapeLink": "/storage/shapes/stm/240001.json",
                "shapeId": "240001",
                "serviceId": "25U-H59U000S-83-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {}
        },
        {
            "id": 388,
            "ref": "31058",
            "isActive": true,
            "label": "31058",
            "timestamp": 1752849099,
            "tripId": "289243556",
            "routeId": "131",
            "startTime": "09:59:00",
            "position": {
                "lat": 45.62527,
                "lon": -73.55228
            },
            "bearing": 106,
            "speed": 27,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 20,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                3
            ],
            "trip": {
                "id": "289243556",
                "headsign": "Sud",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "131",
                "routeLongName": "De l'Assomption",
                "shapeLink": "/storage/shapes/stm/1310003.json",
                "shapeId": "1310003",
                "serviceId": "25U-H59U000S-83-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {}
        },
        {
            "id": 391,
            "ref": "31069",
            "isActive": true,
            "label": "31069",
            "timestamp": 1752849104,
            "tripId": "289215303",
            "routeId": "141",
            "startTime": "10:00:00",
            "position": {
                "lat": 45.58284,
                "lon": -73.57252
            },
            "bearing": 209,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 33,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                2
            ],
            "trip": {
                "id": "289215303",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "141",
                "routeLongName": "Jean-Talon Est",
                "shapeLink": "/storage/shapes/stm/1410003.json",
                "shapeId": "1410003",
                "serviceId": "25U-H54U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {}
        },
        {
            "id": 392,
            "ref": "31072",
            "isActive": true,
            "label": "31072",
            "timestamp": 1752849098,
            "tripId": "289214993",
            "routeId": "44",
            "startTime": "10:08:00",
            "position": {
                "lat": 45.60458,
                "lon": -73.5817
            },
            "bearing": 115,
            "speed": 27,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 23,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                2
            ],
            "trip": {
                "id": "289214993",
                "headsign": "Sud",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "44",
                "routeLongName": "Armand-Bombardier",
                "shapeLink": "/storage/shapes/stm/440002.json",
                "shapeId": "440002",
                "serviceId": "25U-H54U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {}
        },
        {
            "id": 393,
            "ref": "31075",
            "isActive": true,
            "label": "31075",
            "timestamp": 1752849098,
            "tripId": "289216376",
            "routeId": "186",
            "startTime": "09:59:00",
            "position": {
                "lat": 45.59895,
                "lon": -73.53366
            },
            "bearing": 201,
            "speed": 9,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 44,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 0,
                "label": "Empty"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                2
            ],
            "trip": {
                "id": "289216376",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "186",
                "routeLongName": "Sherbrooke-Est",
                "shapeLink": "/storage/shapes/stm/1860002.json",
                "shapeId": "1860002",
                "serviceId": "25U-H54U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {}
        },
        {
            "id": 394,
            "ref": "31079",
            "isActive": true,
            "label": "31079",
            "timestamp": 1752849103,
            "tripId": "289202001",
            "routeId": "18",
            "startTime": "09:52:00",
            "position": {
                "lat": 45.54732,
                "lon": -73.59301
            },
            "bearing": 203,
            "speed": 6,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 38,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 5,
                "label": "Full"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                7
            ],
            "trip": {
                "id": "289202001",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "18",
                "routeLongName": "Beaubien",
                "shapeLink": "/storage/shapes/stm/180002.json",
                "shapeId": "180002",
                "serviceId": "25U-H55U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {}
        },
        {
            "id": 395,
            "ref": "31084",
            "isActive": true,
            "label": "31084",
            "timestamp": 1752849093,
            "tripId": "289242567",
            "routeId": "168",
            "startTime": "10:19:00",
            "position": {
                "lat": 45.46511,
                "lon": -73.5392
            },
            "bearing": 45,
            "speed": 18,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 12,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                3
            ],
            "trip": {
                "id": "289242567",
                "headsign": "Nord",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "168",
                "routeLongName": "Cité-du-Havre",
                "shapeLink": "/storage/shapes/stm/1680002.json",
                "shapeId": "1680002",
                "serviceId": "25U-H59U000S-83-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {}
        },
        {
            "id": 400,
            "ref": "31101",
            "isActive": true,
            "label": "31101",
            "timestamp": 1752849103,
            "tripId": "289201907",
            "routeId": "18",
            "startTime": "09:41:00",
            "position": {
                "lat": 45.53396,
                "lon": -73.60502
            },
            "bearing": 209,
            "speed": 9,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 48,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                7
            ],
            "trip": {
                "id": "289201907",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "18",
                "routeLongName": "Beaubien",
                "shapeLink": "/storage/shapes/stm/180002.json",
                "shapeId": "180002",
                "serviceId": "25U-H55U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {}
        },
        {
            "id": 403,
            "ref": "31111",
            "isActive": true,
            "label": "31111",
            "timestamp": 1752849103,
            "tripId": "286060855",
            "routeId": "201",
            "startTime": "10:14:00",
            "position": {
                "lat": 45.49149,
                "lon": -73.85568
            },
            "bearing": 221,
            "speed": 45,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 13,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286060855",
                "headsign": "Nord",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "201",
                "routeLongName": "Saint-Charles / Saint-Jean",
                "shapeLink": "/storage/shapes/stm/2010001.json",
                "shapeId": "2010001",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {}
        },
        {
            "id": 404,
            "ref": "31114",
            "isActive": true,
            "label": "31114",
            "timestamp": 1752849103,
            "tripId": "286207172",
            "routeId": "146",
            "startTime": "10:20:00",
            "position": {
                "lat": 45.54947,
                "lon": -73.64088
            },
            "bearing": 0,
            "speed": 27,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 14,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "286207172",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "146",
                "routeLongName": "Christophe-Colomb / Meilleur",
                "shapeLink": "/storage/shapes/stm/1460002.json",
                "shapeId": "1460002",
                "serviceId": "25U-H58U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {}
        },
        {
            "id": 405,
            "ref": "31117",
            "isActive": true,
            "label": "31117",
            "timestamp": 1752849090,
            "tripId": "286207203",
            "routeId": "140",
            "startTime": "10:32:00",
            "position": {
                "lat": 45.55067,
                "lon": -73.65537
            },
            "bearing": 111,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 1,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "286207203",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "140",
                "routeLongName": "Fleury",
                "shapeLink": "/storage/shapes/stm/1400001.json",
                "shapeId": "1400001",
                "serviceId": "25U-H58U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {}
        },
        {
            "id": 407,
            "ref": "31119",
            "isActive": true,
            "label": "31119",
            "timestamp": 1752849088,
            "tripId": "286209092",
            "routeId": "48",
            "startTime": "10:30:00",
            "position": {
                "lat": 45.55463,
                "lon": -73.6689
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 2,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "286209092",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "48",
                "routeLongName": "Perras",
                "shapeLink": "/storage/shapes/stm/480001.json",
                "shapeId": "480001",
                "serviceId": "25U-H58U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {}
        },
        {
            "id": 408,
            "ref": "31123",
            "isActive": true,
            "label": "31123",
            "timestamp": 1752849103,
            "tripId": "286208045",
            "routeId": "55",
            "startTime": "10:14:00",
            "position": {
                "lat": 45.5223,
                "lon": -73.59116
            },
            "bearing": 299,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 17,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "286208045",
                "headsign": "Nord",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "55",
                "routeLongName": "Boulevard Saint-Laurent",
                "shapeLink": "/storage/shapes/stm/550001.json",
                "shapeId": "550001",
                "serviceId": "25U-H58U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {}
        },
        {
            "id": 409,
            "ref": "31124",
            "isActive": true,
            "label": "31124",
            "timestamp": 1752849099,
            "tripId": "286060324",
            "routeId": "117",
            "startTime": "10:29:00",
            "position": {
                "lat": 45.51127,
                "lon": -73.67267
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 5,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286060324",
                "headsign": "Nord",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "117",
                "routeLongName": "O'Brien",
                "shapeLink": "/storage/shapes/stm/1170002.json",
                "shapeId": "1170002",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {}
        },
        {
            "id": 412,
            "ref": "31135",
            "isActive": true,
            "label": "31135",
            "timestamp": 1752849091,
            "tripId": "286208255",
            "routeId": "48",
            "startTime": "09:55:00",
            "position": {
                "lat": 45.59454,
                "lon": -73.64377
            },
            "bearing": 211,
            "speed": 27,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 42,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "286208255",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "48",
                "routeLongName": "Perras",
                "shapeLink": "/storage/shapes/stm/480002.json",
                "shapeId": "480002",
                "serviceId": "25U-H58U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {}
        },
        {
            "id": 413,
            "ref": "31139",
            "isActive": true,
            "label": "31139",
            "timestamp": 1752849103,
            "tripId": "289201260",
            "routeId": "30",
            "startTime": "09:51:00",
            "position": {
                "lat": 45.5173,
                "lon": -73.56548
            },
            "bearing": 122,
            "speed": 6,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 39,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                7
            ],
            "trip": {
                "id": "289201260",
                "headsign": "Sud",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "30",
                "routeLongName": "Saint-Denis / Saint-Hubert",
                "shapeLink": "/storage/shapes/stm/300001.json",
                "shapeId": "300001",
                "serviceId": "25U-H55U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {}
        },
        {
            "id": 417,
            "ref": "31146",
            "isActive": true,
            "label": "31146",
            "timestamp": 1752849104,
            "tripId": "289242078",
            "routeId": "125",
            "startTime": "10:47:00",
            "position": {
                "lat": 45.50419,
                "lon": -73.57146
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 1,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                3
            ],
            "trip": {
                "id": "289242078",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "125",
                "routeLongName": "Ontario",
                "shapeLink": "/storage/shapes/stm/1250002.json",
                "shapeId": "1250002",
                "serviceId": "25U-H59U000S-83-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {}
        },
        {
            "id": 418,
            "ref": "31147",
            "isActive": true,
            "label": "31147",
            "timestamp": 1752849095,
            "tripId": "289201154",
            "routeId": "46",
            "startTime": "10:27:00",
            "position": {
                "lat": 45.52679,
                "lon": -73.59811
            },
            "bearing": 34,
            "speed": 19,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 4,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                7
            ],
            "trip": {
                "id": "289201154",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "46",
                "routeLongName": "Casgrain",
                "shapeLink": "/storage/shapes/stm/460002.json",
                "shapeId": "460002",
                "serviceId": "25U-H55U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {}
        },
        {
            "id": 420,
            "ref": "31151",
            "isActive": true,
            "label": "31151",
            "timestamp": 1752849103,
            "tripId": "289242494",
            "routeId": "125",
            "startTime": "10:17:00",
            "position": {
                "lat": 45.55115,
                "lon": -73.54904
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 16,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 3,
                "label": "Congestion"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                3
            ],
            "trip": {
                "id": "289242494",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "125",
                "routeLongName": "Ontario",
                "shapeLink": "/storage/shapes/stm/1250001.json",
                "shapeId": "1250001",
                "serviceId": "25U-H59U000S-83-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {}
        },
        {
            "id": 421,
            "ref": "31152",
            "isActive": true,
            "label": "31152",
            "timestamp": 1752849095,
            "tripId": "289242606",
            "routeId": "34",
            "startTime": "10:34:00",
            "position": {
                "lat": 45.56121,
                "lon": -73.54692
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 1,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                3
            ],
            "trip": {
                "id": "289242606",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "34",
                "routeLongName": "Sainte-Catherine",
                "shapeLink": "/storage/shapes/stm/340001.json",
                "shapeId": "340001",
                "serviceId": "25U-H59U000S-83-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {}
        },
        {
            "id": 424,
            "ref": "31158",
            "isActive": true,
            "label": "31158",
            "timestamp": 1752849100,
            "tripId": "289243630",
            "routeId": "185",
            "startTime": "10:16:00",
            "position": {
                "lat": 45.57031,
                "lon": -73.55102
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 19,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                3
            ],
            "trip": {
                "id": "289243630",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "185",
                "routeLongName": "Sherbrooke",
                "shapeLink": "/storage/shapes/stm/1850002.json",
                "shapeId": "1850002",
                "serviceId": "25U-H59U000S-83-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {}
        },
        {
            "id": 427,
            "ref": "31163",
            "isActive": true,
            "label": "31163",
            "timestamp": 1752849087,
            "tripId": "289242624",
            "routeId": "10",
            "startTime": "09:54:00",
            "position": {
                "lat": 45.52522,
                "lon": -73.55198
            },
            "bearing": 211,
            "speed": 45,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 32,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                3
            ],
            "trip": {
                "id": "289242624",
                "headsign": "Sud",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "10",
                "routeLongName": "De Lorimier",
                "shapeLink": "/storage/shapes/stm/100001.json",
                "shapeId": "100001",
                "serviceId": "25U-H59U000S-83-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:36",
            "meta": {}
        },
        {
            "id": 433,
            "ref": "31175",
            "isActive": true,
            "label": "31175",
            "timestamp": 1752849103,
            "tripId": "289241855",
            "routeId": "50",
            "startTime": "10:41:00",
            "position": {
                "lat": 45.5064,
                "lon": -73.5808
            },
            "bearing": 195,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 1,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                3
            ],
            "trip": {
                "id": "289241855",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "50",
                "routeLongName": "Vieux-Montréal / Vieux-Port",
                "shapeLink": "/storage/shapes/stm/500001.json",
                "shapeId": "500001",
                "serviceId": "25U-H59U000S-83-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:36",
            "meta": {}
        },
        {
            "id": 439,
            "ref": "31192",
            "isActive": true,
            "label": "31192",
            "timestamp": 1752849092,
            "tripId": "289215787",
            "routeId": "187",
            "startTime": "09:51:00",
            "position": {
                "lat": 45.66776,
                "lon": -73.51024
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 43,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                2
            ],
            "trip": {
                "id": "289215787",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "187",
                "routeLongName": "René-Lévesque",
                "shapeLink": "/storage/shapes/stm/1870002.json",
                "shapeId": "1870002",
                "serviceId": "25U-H54U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:36",
            "meta": {}
        },
        {
            "id": 441,
            "ref": "31203",
            "isActive": true,
            "label": "31203",
            "timestamp": 1752849100,
            "tripId": "289201044",
            "routeId": "99",
            "startTime": "10:30:00",
            "position": {
                "lat": 45.53797,
                "lon": -73.61117
            },
            "bearing": 213,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 2,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                7
            ],
            "trip": {
                "id": "289201044",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "99",
                "routeLongName": "Villeray",
                "shapeLink": "/storage/shapes/stm/990001.json",
                "shapeId": "990001",
                "serviceId": "25U-H55U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:36",
            "meta": {}
        },
        {
            "id": 442,
            "ref": "31204",
            "isActive": true,
            "label": "31204",
            "timestamp": 1752849104,
            "tripId": "289201004",
            "routeId": "18",
            "startTime": "10:15:00",
            "position": {
                "lat": 45.5829,
                "lon": -73.56374
            },
            "bearing": 201,
            "speed": 14,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 15,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                7
            ],
            "trip": {
                "id": "289201004",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "18",
                "routeLongName": "Beaubien",
                "shapeLink": "/storage/shapes/stm/180002.json",
                "shapeId": "180002",
                "serviceId": "25U-H55U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:36",
            "meta": {}
        },
        {
            "id": 445,
            "ref": "31209",
            "isActive": true,
            "label": "31209",
            "timestamp": 1752849104,
            "tripId": "289244669",
            "routeId": "176",
            "startTime": "10:06:00",
            "position": {
                "lat": 45.49958,
                "lon": -73.56328
            },
            "bearing": 221,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 13,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                3
            ],
            "trip": {
                "id": "289244669",
                "headsign": "Nord",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "176",
                "routeLongName": "Berlioz",
                "shapeLink": "/storage/shapes/stm/1760013.json",
                "shapeId": "1760013",
                "serviceId": "25U-H59U000S-83-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:36",
            "meta": {}
        },
        {
            "id": 449,
            "ref": "31224",
            "isActive": true,
            "label": "31224",
            "timestamp": 1752849103,
            "tripId": "289243033",
            "routeId": "777",
            "startTime": "10:35:00",
            "position": {
                "lat": 45.49916,
                "lon": -73.56652
            },
            "bearing": 209,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 1,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                3
            ],
            "trip": {
                "id": "289243033",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "777",
                "routeLongName": "Jean-Drapeau / Casino / Bonaventure",
                "shapeLink": "/storage/shapes/stm/7770001.json",
                "shapeId": "7770001",
                "serviceId": "25U-H59U000S-83-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:36",
            "meta": {}
        },
        {
            "id": 453,
            "ref": "31231",
            "isActive": true,
            "label": "31231",
            "timestamp": 1752849103,
            "tripId": "289244021",
            "routeId": "767",
            "startTime": "10:47:00",
            "position": {
                "lat": 45.51193,
                "lon": -73.53233
            },
            "bearing": 204,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 1,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                3
            ],
            "trip": {
                "id": "289244021",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "767",
                "routeLongName": "La Ronde / Station Jean-Drapeau",
                "shapeLink": "/storage/shapes/stm/7670002.json",
                "shapeId": "7670002",
                "serviceId": "25U-H59U000S-83-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:36",
            "meta": {}
        },
        {
            "id": 454,
            "ref": "31232",
            "isActive": true,
            "label": "31232",
            "timestamp": 1752849092,
            "tripId": "289242135",
            "routeId": "94",
            "startTime": "10:15:00",
            "position": {
                "lat": 45.54267,
                "lon": -73.57729
            },
            "bearing": 122,
            "speed": 7,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 18,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                3
            ],
            "trip": {
                "id": "289242135",
                "headsign": "Sud",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "94",
                "routeLongName": "D'Iberville",
                "shapeLink": "/storage/shapes/stm/940002.json",
                "shapeId": "940002",
                "serviceId": "25U-H59U000S-83-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:36",
            "meta": {}
        },
        {
            "id": 455,
            "ref": "31233",
            "isActive": true,
            "label": "31233",
            "timestamp": 1752849104,
            "tripId": "289241265",
            "routeId": "769",
            "startTime": "10:13:00",
            "position": {
                "lat": 45.5214,
                "lon": -73.53453
            },
            "bearing": 304,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 3,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                3
            ],
            "trip": {
                "id": "289241265",
                "headsign": "Sud",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "769",
                "routeLongName": "La Ronde / Station Papineau",
                "shapeLink": "/storage/shapes/stm/7690001.json",
                "shapeId": "7690001",
                "serviceId": "25U-H59U000S-83-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:36",
            "meta": {}
        },
        {
            "id": 456,
            "ref": "31234",
            "isActive": true,
            "label": "31234",
            "timestamp": 1752849104,
            "tripId": "289201020",
            "routeId": "197",
            "startTime": "10:41:00",
            "position": {
                "lat": 45.53097,
                "lon": -73.59761
            },
            "bearing": 207,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 1,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                7
            ],
            "trip": {
                "id": "289201020",
                "headsign": "Est via de la Pépinière",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "197",
                "routeLongName": "Rosemont",
                "shapeLink": "/storage/shapes/stm/1970003.json",
                "shapeId": "1970003",
                "serviceId": "25U-H55U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:36",
            "meta": {}
        },
        {
            "id": 460,
            "ref": "31811",
            "isActive": true,
            "label": "31811",
            "timestamp": 1752849092,
            "tripId": "289198454",
            "routeId": "165",
            "startTime": "10:24:00",
            "position": {
                "lat": 45.50345,
                "lon": -73.63808
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 8,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                9
            ],
            "trip": {
                "id": "289198454",
                "headsign": "Sud",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "165",
                "routeLongName": "Côte-des-Neiges",
                "shapeLink": "/storage/shapes/stm/1650001.json",
                "shapeId": "1650001",
                "serviceId": "25U-H50U000S-82-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:36",
            "meta": {}
        },
        {
            "id": 463,
            "ref": "31816",
            "isActive": true,
            "label": "31816",
            "timestamp": 1752849090,
            "tripId": "289198196",
            "routeId": "165",
            "startTime": "10:05:00",
            "position": {
                "lat": 45.49557,
                "lon": -73.60757
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 20,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                9
            ],
            "trip": {
                "id": "289198196",
                "headsign": "Sud",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "165",
                "routeLongName": "Côte-des-Neiges",
                "shapeLink": "/storage/shapes/stm/1650001.json",
                "shapeId": "1650001",
                "serviceId": "25U-H50U000S-82-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:36",
            "meta": {}
        },
        {
            "id": 464,
            "ref": "31817",
            "isActive": true,
            "label": "31817",
            "timestamp": 1752849093,
            "tripId": "289199229",
            "routeId": "470",
            "startTime": "10:26:00",
            "position": {
                "lat": 45.51372,
                "lon": -73.68354
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 2,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                9
            ],
            "trip": {
                "id": "289199229",
                "headsign": "Ouest destination Usine de filtration",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "470",
                "routeLongName": "Express Pierrefonds",
                "shapeLink": "/storage/shapes/stm/4700004.json",
                "shapeId": "4700004",
                "serviceId": "25U-H50U000S-82-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:36",
            "meta": {}
        },
        {
            "id": 465,
            "ref": "31823",
            "isActive": true,
            "label": "31823",
            "timestamp": 1752849095,
            "tripId": "286207634",
            "routeId": "69",
            "startTime": "10:09:00",
            "position": {
                "lat": 45.55542,
                "lon": -73.66798
            },
            "bearing": 24,
            "speed": 27,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 29,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "286207634",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "69",
                "routeLongName": "Gouin",
                "shapeLink": "/storage/shapes/stm/690002.json",
                "shapeId": "690002",
                "serviceId": "25U-H58U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:36",
            "meta": {}
        },
        {
            "id": 466,
            "ref": "31825",
            "isActive": true,
            "label": "31825",
            "timestamp": 1752849089,
            "tripId": "286207613",
            "routeId": "121",
            "startTime": "10:13:00",
            "position": {
                "lat": 45.55033,
                "lon": -73.65667
            },
            "bearing": 218,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 20,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "286207613",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "121",
                "routeLongName": "Sauvé / Côte-Vertu",
                "shapeLink": "/storage/shapes/stm/1210002.json",
                "shapeId": "1210002",
                "serviceId": "25U-H58U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:36",
            "meta": {}
        },
        {
            "id": 473,
            "ref": "31839",
            "isActive": true,
            "label": "31839",
            "timestamp": 1752849100,
            "tripId": "286206553",
            "routeId": "439",
            "startTime": "10:29:00",
            "position": {
                "lat": 45.54726,
                "lon": -73.5338
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 1,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "286206553",
                "headsign": "Nord destination Laval",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "439",
                "routeLongName": "Express Pie-IX",
                "shapeLink": "/storage/shapes/stm/4390002.json",
                "shapeId": "4390002",
                "serviceId": "25U-H58U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:36",
            "meta": {}
        },
        {
            "id": 474,
            "ref": "31840",
            "isActive": true,
            "label": "31840",
            "timestamp": 1752849097,
            "tripId": "286209178",
            "routeId": "67",
            "startTime": "10:25:00",
            "position": {
                "lat": 45.55015,
                "lon": -73.57034
            },
            "bearing": 293,
            "speed": 45,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 9,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "286209178",
                "headsign": "Nord",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "67",
                "routeLongName": "Saint-Michel",
                "shapeLink": "/storage/shapes/stm/670002.json",
                "shapeId": "670002",
                "serviceId": "25U-H58U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:36",
            "meta": {}
        },
        {
            "id": 475,
            "ref": "31841",
            "isActive": true,
            "label": "31841",
            "timestamp": 1752849103,
            "tripId": "286208198",
            "routeId": "121",
            "startTime": "09:49:00",
            "position": {
                "lat": 45.5086,
                "lon": -73.68987
            },
            "bearing": 219,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 43,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "286208198",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "121",
                "routeLongName": "Sauvé / Côte-Vertu",
                "shapeLink": "/storage/shapes/stm/1210002.json",
                "shapeId": "1210002",
                "serviceId": "25U-H58U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:36",
            "meta": {}
        },
        {
            "id": 476,
            "ref": "31842",
            "isActive": true,
            "label": "31842",
            "timestamp": 1752849102,
            "tripId": "289199207",
            "routeId": "470",
            "startTime": "10:15:00",
            "position": {
                "lat": 45.48908,
                "lon": -73.85022
            },
            "bearing": 157,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 14,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                9
            ],
            "trip": {
                "id": "289199207",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "470",
                "routeLongName": "Express Pierrefonds",
                "shapeLink": "/storage/shapes/stm/4700001.json",
                "shapeId": "4700001",
                "serviceId": "25U-H50U000S-82-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:36",
            "meta": {}
        },
        {
            "id": 477,
            "ref": "31843",
            "isActive": true,
            "label": "31843",
            "timestamp": 1752849088,
            "tripId": "286207932",
            "routeId": "121",
            "startTime": "10:39:00",
            "position": {
                "lat": 45.49798,
                "lon": -73.70981
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 1,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "286207932",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "121",
                "routeLongName": "Sauvé / Côte-Vertu",
                "shapeLink": "/storage/shapes/stm/1210001.json",
                "shapeId": "1210001",
                "serviceId": "25U-H58U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:36",
            "meta": {}
        },
        {
            "id": 478,
            "ref": "31846",
            "isActive": true,
            "label": "31846",
            "timestamp": 1752849098,
            "tripId": "286207804",
            "routeId": "121",
            "startTime": "10:15:00",
            "position": {
                "lat": 45.5159,
                "lon": -73.68037
            },
            "bearing": 44,
            "speed": 18,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 16,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "286207804",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "121",
                "routeLongName": "Sauvé / Côte-Vertu",
                "shapeLink": "/storage/shapes/stm/1210001.json",
                "shapeId": "1210001",
                "serviceId": "25U-H58U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:36",
            "meta": {}
        },
        {
            "id": 479,
            "ref": "31851",
            "isActive": true,
            "label": "31851",
            "timestamp": 1752849103,
            "tripId": "286209230",
            "routeId": "121",
            "startTime": "09:39:00",
            "position": {
                "lat": 45.57177,
                "lon": -73.64275
            },
            "bearing": 26,
            "speed": 14,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 45,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "286209230",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "121",
                "routeLongName": "Sauvé / Côte-Vertu",
                "shapeLink": "/storage/shapes/stm/1210001.json",
                "shapeId": "1210001",
                "serviceId": "25U-H58U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:36",
            "meta": {}
        },
        {
            "id": 484,
            "ref": "31857",
            "isActive": true,
            "label": "31857",
            "timestamp": 1752849088,
            "tripId": "286206514",
            "routeId": "439",
            "startTime": "10:18:00",
            "position": {
                "lat": 45.60027,
                "lon": -73.63854
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 15,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "286206514",
                "headsign": "Sud destination Pie-IX / Notre-Dame",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "439",
                "routeLongName": "Express Pie-IX",
                "shapeLink": "/storage/shapes/stm/4390004.json",
                "shapeId": "4390004",
                "serviceId": "25U-H58U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:36",
            "meta": {}
        },
        {
            "id": 486,
            "ref": "31860",
            "isActive": true,
            "label": "31860",
            "timestamp": 1752849097,
            "tripId": "286207497",
            "routeId": "121",
            "startTime": "10:25:00",
            "position": {
                "lat": 45.57119,
                "lon": -73.64324
            },
            "bearing": 211,
            "speed": 17,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 7,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "286207497",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "121",
                "routeLongName": "Sauvé / Côte-Vertu",
                "shapeLink": "/storage/shapes/stm/1210002.json",
                "shapeId": "1210002",
                "serviceId": "25U-H58U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:36",
            "meta": {}
        },
        {
            "id": 487,
            "ref": "32004",
            "isActive": true,
            "label": "32004",
            "timestamp": 1752849091,
            "tripId": "289206176",
            "routeId": "721",
            "startTime": "10:49:00",
            "position": {
                "lat": 45.498,
                "lon": -73.56702
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 1,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                7
            ],
            "trip": {
                "id": "289206176",
                "headsign": "Sud",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "721",
                "routeLongName": "Service spécial REM A1",
                "shapeLink": "/storage/shapes/stm/7210011.json",
                "shapeId": "7210011",
                "serviceId": "25U-H55U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:36",
            "meta": {}
        },
        {
            "id": 489,
            "ref": "32008",
            "isActive": true,
            "label": "32008",
            "timestamp": 1752849103,
            "tripId": "289201204",
            "routeId": "18",
            "startTime": "10:03:00",
            "position": {
                "lat": 45.56768,
                "lon": -73.57526
            },
            "bearing": 209,
            "speed": 6,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 25,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                7
            ],
            "trip": {
                "id": "289201204",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "18",
                "routeLongName": "Beaubien",
                "shapeLink": "/storage/shapes/stm/180002.json",
                "shapeId": "180002",
                "serviceId": "25U-H55U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:36",
            "meta": {}
        },
        {
            "id": 490,
            "ref": "32010",
            "isActive": true,
            "label": "32010",
            "timestamp": 1752849103,
            "tripId": "289200978",
            "routeId": "31",
            "startTime": "10:25:00",
            "position": {
                "lat": 45.5505,
                "lon": -73.65472
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 7,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                7
            ],
            "trip": {
                "id": "289200978",
                "headsign": "Sud",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "31",
                "routeLongName": "Saint-Denis",
                "shapeLink": "/storage/shapes/stm/310001.json",
                "shapeId": "310001",
                "serviceId": "25U-H55U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:36",
            "meta": {}
        },
        {
            "id": 493,
            "ref": "32018",
            "isActive": true,
            "label": "32018",
            "timestamp": 1752849098,
            "tripId": "289215657",
            "routeId": "189",
            "startTime": "10:09:00",
            "position": {
                "lat": 45.63582,
                "lon": -73.49545
            },
            "bearing": 221,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 65,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                2
            ],
            "trip": {
                "id": "289215657",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "189",
                "routeLongName": "Notre-Dame",
                "shapeLink": "/storage/shapes/stm/1890002.json",
                "shapeId": "1890002",
                "serviceId": "25U-H54U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:36",
            "meta": {}
        },
        {
            "id": 497,
            "ref": "32027",
            "isActive": true,
            "label": "32027",
            "timestamp": 1752849088,
            "tripId": "289201301",
            "routeId": "144",
            "startTime": "10:23:00",
            "position": {
                "lat": 45.5012,
                "lon": -73.58204
            },
            "bearing": 41,
            "speed": 25,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 9,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                7
            ],
            "trip": {
                "id": "289201301",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "144",
                "routeLongName": "Avenue des Pins",
                "shapeLink": "/storage/shapes/stm/1440002.json",
                "shapeId": "1440002",
                "serviceId": "25U-H55U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:36",
            "meta": {}
        },
        {
            "id": 499,
            "ref": "32801",
            "isActive": true,
            "label": "32801",
            "timestamp": 1752849103,
            "tripId": "286206648",
            "routeId": "439",
            "startTime": "10:02:00",
            "position": {
                "lat": 45.58242,
                "lon": -73.62769
            },
            "bearing": 122,
            "speed": 6,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 20,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "286206648",
                "headsign": "Sud destination Pie-IX / Notre-Dame",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "439",
                "routeLongName": "Express Pie-IX",
                "shapeLink": "/storage/shapes/stm/4390004.json",
                "shapeId": "4390004",
                "serviceId": "25U-H58U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:36",
            "meta": {}
        },
        {
            "id": 501,
            "ref": "32805",
            "isActive": true,
            "label": "32805",
            "timestamp": 1752849100,
            "tripId": "286206532",
            "routeId": "439",
            "startTime": "09:28:00",
            "position": {
                "lat": 45.61148,
                "lon": -73.66022
            },
            "bearing": 322,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 24,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "286206532",
                "headsign": "Nord destination Laval",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "439",
                "routeLongName": "Express Pie-IX",
                "shapeLink": "/storage/shapes/stm/4390002.json",
                "shapeId": "4390002",
                "serviceId": "25U-H58U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:36",
            "meta": {}
        },
        {
            "id": 503,
            "ref": "32807",
            "isActive": true,
            "label": "32807",
            "timestamp": 1752849090,
            "tripId": "286206718",
            "routeId": "439",
            "startTime": "09:18:00",
            "position": {
                "lat": 45.62098,
                "lon": -73.60755
            },
            "bearing": 227,
            "speed": 32,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 36,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "286206718",
                "headsign": "Nord destination Cégep Marie-Victorin",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "439",
                "routeLongName": "Express Pie-IX",
                "shapeLink": "/storage/shapes/stm/4390003.json",
                "shapeId": "4390003",
                "serviceId": "25U-H58U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:36",
            "meta": {}
        },
        {
            "id": 512,
            "ref": "33825",
            "isActive": true,
            "label": "33825",
            "timestamp": 1752849095,
            "tripId": "289199319",
            "routeId": "470",
            "startTime": "10:04:00",
            "position": {
                "lat": 45.47856,
                "lon": -73.84018
            },
            "bearing": 325,
            "speed": 36,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 7,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                9
            ],
            "trip": {
                "id": "289199319",
                "headsign": "Ouest destination Usine de filtration",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "470",
                "routeLongName": "Express Pierrefonds",
                "shapeLink": "/storage/shapes/stm/4700004.json",
                "shapeId": "4700004",
                "serviceId": "25U-H50U000S-82-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:36",
            "meta": {}
        },
        {
            "id": 513,
            "ref": "33827",
            "isActive": true,
            "label": "33827",
            "timestamp": 1752849103,
            "tripId": "289198390",
            "routeId": "165",
            "startTime": "10:15:00",
            "position": {
                "lat": 45.49876,
                "lon": -73.62763
            },
            "bearing": 133,
            "speed": 18,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 13,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                9
            ],
            "trip": {
                "id": "289198390",
                "headsign": "Sud",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "165",
                "routeLongName": "Côte-des-Neiges",
                "shapeLink": "/storage/shapes/stm/1650001.json",
                "shapeId": "1650001",
                "serviceId": "25U-H50U000S-82-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:36",
            "meta": {}
        },
        {
            "id": 515,
            "ref": "33832",
            "isActive": true,
            "label": "33832",
            "timestamp": 1752849089,
            "tripId": "289196526",
            "routeId": "80",
            "startTime": "10:19:00",
            "position": {
                "lat": 45.51896,
                "lon": -73.59436
            },
            "bearing": 299,
            "speed": 9,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 12,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                9
            ],
            "trip": {
                "id": "289196526",
                "headsign": "Nord",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "80",
                "routeLongName": "Avenue du Parc",
                "shapeLink": "/storage/shapes/stm/800002.json",
                "shapeId": "800002",
                "serviceId": "25U-H50U000S-82-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:36",
            "meta": {}
        },
        {
            "id": 525,
            "ref": "36009",
            "isActive": true,
            "label": "36009",
            "timestamp": 1752849104,
            "tripId": "289215538",
            "routeId": "449",
            "startTime": "10:25:00",
            "position": {
                "lat": 45.66206,
                "lon": -73.55791
            },
            "bearing": 227,
            "speed": 33,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 11,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                2
            ],
            "trip": {
                "id": "289215538",
                "headsign": "Sud",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "449",
                "routeLongName": "Express Rivière-des-Prairies",
                "shapeLink": "/storage/shapes/stm/4490002.json",
                "shapeId": "4490002",
                "serviceId": "25U-H54U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:36",
            "meta": {}
        },
        {
            "id": 527,
            "ref": "36014",
            "isActive": true,
            "label": "36014",
            "timestamp": 1752849099,
            "tripId": "289216656",
            "routeId": "28",
            "startTime": "10:10:00",
            "position": {
                "lat": 45.60516,
                "lon": -73.55051
            },
            "bearing": 281,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 22,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                2
            ],
            "trip": {
                "id": "289216656",
                "headsign": "Nord",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "28",
                "routeLongName": "Honoré-Beaugrand",
                "shapeLink": "/storage/shapes/stm/280001.json",
                "shapeId": "280001",
                "serviceId": "25U-H54U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:36",
            "meta": {}
        },
        {
            "id": 529,
            "ref": "36020",
            "isActive": true,
            "label": "36020",
            "timestamp": 1752849090,
            "tripId": "286209141",
            "routeId": "54",
            "startTime": "10:25:00",
            "position": {
                "lat": 45.53158,
                "lon": -73.66109
            },
            "bearing": 293,
            "speed": 39,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 12,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                2
            ],
            "trip": {
                "id": "286209141",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "54",
                "routeLongName": "Charland / Chabanel",
                "shapeLink": "/storage/shapes/stm/540002.json",
                "shapeId": "540002",
                "serviceId": "25U-H58U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:36",
            "meta": {}
        },
        {
            "id": 531,
            "ref": "36027",
            "isActive": true,
            "label": "36027",
            "timestamp": 1752849097,
            "tripId": "289215549",
            "routeId": "86",
            "startTime": "09:47:00",
            "position": {
                "lat": 45.65034,
                "lon": -73.4953
            },
            "bearing": 105,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 61,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                2
            ],
            "trip": {
                "id": "289215549",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "86",
                "routeLongName": "Pointe-aux-Trembles",
                "shapeLink": "/storage/shapes/stm/860002.json",
                "shapeId": "860002",
                "serviceId": "25U-H54U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:36",
            "meta": {}
        },
        {
            "id": 535,
            "ref": "36039",
            "isActive": true,
            "label": "36039",
            "timestamp": 1752849104,
            "tripId": "289215018",
            "routeId": "141",
            "startTime": "09:49:00",
            "position": {
                "lat": 45.60986,
                "lon": -73.54449
            },
            "bearing": 122,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 42,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                2
            ],
            "trip": {
                "id": "289215018",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "141",
                "routeLongName": "Jean-Talon Est",
                "shapeLink": "/storage/shapes/stm/1410001.json",
                "shapeId": "1410001",
                "serviceId": "25U-H54U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:36",
            "meta": {}
        },
        {
            "id": 538,
            "ref": "37001",
            "isActive": true,
            "label": "37001",
            "timestamp": 1752849104,
            "tripId": "289196910",
            "routeId": "162",
            "startTime": "10:08:00",
            "position": {
                "lat": 45.46892,
                "lon": -73.62888
            },
            "bearing": 32,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 28,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                9
            ],
            "trip": {
                "id": "289196910",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "162",
                "routeLongName": "Westminster",
                "shapeLink": "/storage/shapes/stm/1620001.json",
                "shapeId": "1620001",
                "serviceId": "25U-H50U000S-82-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:36",
            "meta": {}
        },
        {
            "id": 540,
            "ref": "37010",
            "isActive": true,
            "label": "37010",
            "timestamp": 1752849096,
            "tripId": "289198129",
            "routeId": "162",
            "startTime": "10:25:00",
            "position": {
                "lat": 45.47054,
                "lon": -73.62742
            },
            "bearing": 212,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 7,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                9
            ],
            "trip": {
                "id": "289198129",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "162",
                "routeLongName": "Westminster",
                "shapeLink": "/storage/shapes/stm/1620002.json",
                "shapeId": "1620002",
                "serviceId": "25U-H50U000S-82-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:36",
            "meta": {}
        },
        {
            "id": 541,
            "ref": "37011",
            "isActive": true,
            "label": "37011",
            "timestamp": 1752849094,
            "tripId": "289196611",
            "routeId": "93",
            "startTime": "10:11:00",
            "position": {
                "lat": 45.53894,
                "lon": -73.61388
            },
            "bearing": 21,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 7,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                9
            ],
            "trip": {
                "id": "289196611",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "93",
                "routeLongName": "Jean-Talon",
                "shapeLink": "/storage/shapes/stm/930002.json",
                "shapeId": "930002",
                "serviceId": "25U-H50U000S-82-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:36",
            "meta": {}
        },
        {
            "id": 542,
            "ref": "37014",
            "isActive": true,
            "label": "37014",
            "timestamp": 1752849104,
            "tripId": "289199486",
            "routeId": "485",
            "startTime": "10:35:00",
            "position": {
                "lat": 45.48223,
                "lon": -73.58083
            },
            "bearing": 325,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 1,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                9
            ],
            "trip": {
                "id": "289199486",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "485",
                "routeLongName": "Express Antoine-Faucon",
                "shapeLink": "/storage/shapes/stm/4850001.json",
                "shapeId": "4850001",
                "serviceId": "25U-H50U000S-82-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:36",
            "meta": {}
        },
        {
            "id": 544,
            "ref": "37021",
            "isActive": true,
            "label": "37021",
            "timestamp": 1752849099,
            "tripId": "289197843",
            "routeId": "128",
            "startTime": "09:49:00",
            "position": {
                "lat": 45.49763,
                "lon": -73.68576
            },
            "bearing": 42,
            "speed": 16,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 52,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                9
            ],
            "trip": {
                "id": "289197843",
                "headsign": "Sud",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "128",
                "routeLongName": "Saint-Laurent",
                "shapeLink": "/storage/shapes/stm/1280001.json",
                "shapeId": "1280001",
                "serviceId": "25U-H50U000S-82-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:36",
            "meta": {}
        },
        {
            "id": 545,
            "ref": "37023",
            "isActive": true,
            "label": "37023",
            "timestamp": 1752849103,
            "tripId": "289197583",
            "routeId": "119",
            "startTime": "10:07:00",
            "position": {
                "lat": 45.51306,
                "lon": -73.61296
            },
            "bearing": 235,
            "speed": 5,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 29,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                9
            ],
            "trip": {
                "id": "289197583",
                "headsign": "Sud",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "119",
                "routeLongName": "Rockland",
                "shapeLink": "/storage/shapes/stm/1190002.json",
                "shapeId": "1190002",
                "serviceId": "25U-H50U000S-82-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:36",
            "meta": {}
        },
        {
            "id": 549,
            "ref": "37037",
            "isActive": true,
            "label": "37037",
            "timestamp": 1752849102,
            "tripId": "289198655",
            "routeId": "166",
            "startTime": "10:36:00",
            "position": {
                "lat": 45.48899,
                "lon": -73.65079
            },
            "bearing": 206,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 1,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                9
            ],
            "trip": {
                "id": "289198655",
                "headsign": "Sud",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "166",
                "routeLongName": "Queen-Mary",
                "shapeLink": "/storage/shapes/stm/1660002.json",
                "shapeId": "1660002",
                "serviceId": "25U-H50U000S-82-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:36",
            "meta": {}
        },
        {
            "id": 550,
            "ref": "37038",
            "isActive": true,
            "label": "37038",
            "timestamp": 1752849103,
            "tripId": "289197609",
            "routeId": "119",
            "startTime": "10:33:00",
            "position": {
                "lat": 45.5232,
                "lon": -73.64735
            },
            "bearing": 158,
            "speed": 24,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 14,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                9
            ],
            "trip": {
                "id": "289197609",
                "headsign": "Sud",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "119",
                "routeLongName": "Rockland",
                "shapeLink": "/storage/shapes/stm/1190002.json",
                "shapeId": "1190002",
                "serviceId": "25U-H50U000S-82-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:36",
            "meta": {}
        },
        {
            "id": 552,
            "ref": "37041",
            "isActive": true,
            "label": "37041",
            "timestamp": 1752849099,
            "tripId": "289196776",
            "routeId": "100",
            "startTime": "10:23:00",
            "position": {
                "lat": 45.52278,
                "lon": -73.6536
            },
            "bearing": 197,
            "speed": 20,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 11,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                9
            ],
            "trip": {
                "id": "289196776",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "100",
                "routeLongName": "Crémazie",
                "shapeLink": "/storage/shapes/stm/1000001.json",
                "shapeId": "1000001",
                "serviceId": "25U-H50U000S-82-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:36",
            "meta": {}
        },
        {
            "id": 553,
            "ref": "37043",
            "isActive": true,
            "label": "37043",
            "timestamp": 1752849096,
            "tripId": "289198158",
            "routeId": "103",
            "startTime": "10:29:00",
            "position": {
                "lat": 45.4605,
                "lon": -73.6597
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 2,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                9
            ],
            "trip": {
                "id": "289198158",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "103",
                "routeLongName": "Monkland",
                "shapeLink": "/storage/shapes/stm/1030001.json",
                "shapeId": "1030001",
                "serviceId": "25U-H50U000S-82-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:36",
            "meta": {}
        },
        {
            "id": 556,
            "ref": "37055",
            "isActive": true,
            "label": "37055",
            "timestamp": 1752849103,
            "tripId": "289199871",
            "routeId": "747",
            "startTime": "10:07:00",
            "position": {
                "lat": 45.49828,
                "lon": -73.57065
            },
            "bearing": 0,
            "speed": 27,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 7,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                9
            ],
            "trip": {
                "id": "289199871",
                "headsign": "Est trajet 1 gare d’autocars de Montréal.",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "747",
                "routeLongName": "YUL Aéroport  / Centre-Ville",
                "shapeLink": "/storage/shapes/stm/7470001.json",
                "shapeId": "7470001",
                "serviceId": "25U-H50U000S-82-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:36",
            "meta": {}
        },
        {
            "id": 557,
            "ref": "37056",
            "isActive": true,
            "label": "37056",
            "timestamp": 1752849096,
            "tripId": "289199923",
            "routeId": "747",
            "startTime": "10:16:00",
            "position": {
                "lat": 45.50044,
                "lon": -73.5688
            },
            "bearing": 222,
            "speed": 27,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 7,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                9
            ],
            "trip": {
                "id": "289199923",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "747",
                "routeLongName": "YUL Aéroport  / Centre-Ville",
                "shapeLink": "/storage/shapes/stm/7470002.json",
                "shapeId": "7470002",
                "serviceId": "25U-H50U000S-82-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:36",
            "meta": {}
        },
        {
            "id": 558,
            "ref": "37060",
            "isActive": true,
            "label": "37060",
            "timestamp": 1752849103,
            "tripId": "289199958",
            "routeId": "747",
            "startTime": "10:21:00",
            "position": {
                "lat": 45.50048,
                "lon": -73.56876
            },
            "bearing": 215,
            "speed": 27,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 7,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                9
            ],
            "trip": {
                "id": "289199958",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "747",
                "routeLongName": "YUL Aéroport  / Centre-Ville",
                "shapeLink": "/storage/shapes/stm/7470002.json",
                "shapeId": "7470002",
                "serviceId": "25U-H50U000S-82-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:36",
            "meta": {}
        },
        {
            "id": 559,
            "ref": "37062",
            "isActive": true,
            "label": "37062",
            "timestamp": 1752849087,
            "tripId": "289199862",
            "routeId": "747",
            "startTime": "10:11:00",
            "position": {
                "lat": 45.48254,
                "lon": -73.57888
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 11,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                9
            ],
            "trip": {
                "id": "289199862",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "747",
                "routeLongName": "YUL Aéroport  / Centre-Ville",
                "shapeLink": "/storage/shapes/stm/7470002.json",
                "shapeId": "7470002",
                "serviceId": "25U-H50U000S-82-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:36",
            "meta": {}
        },
        {
            "id": 563,
            "ref": "37073",
            "isActive": true,
            "label": "37073",
            "timestamp": 1752849103,
            "tripId": "289198787",
            "routeId": "171",
            "startTime": "10:27:00",
            "position": {
                "lat": 45.54771,
                "lon": -73.67261
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 5,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                9
            ],
            "trip": {
                "id": "289198787",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "171",
                "routeLongName": "Henri-Bourassa",
                "shapeLink": "/storage/shapes/stm/1710001.json",
                "shapeId": "1710001",
                "serviceId": "25U-H50U000S-82-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:36",
            "meta": {}
        },
        {
            "id": 564,
            "ref": "37076",
            "isActive": true,
            "label": "37076",
            "timestamp": 1752849098,
            "tripId": "289199608",
            "routeId": "711",
            "startTime": "10:20:00",
            "position": {
                "lat": 45.52256,
                "lon": -73.59128
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 6,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                9
            ],
            "trip": {
                "id": "289199608",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "711",
                "routeLongName": "Parc-du-Mont-Royal / Oratoire",
                "shapeLink": "/storage/shapes/stm/7110070.json",
                "shapeId": "7110070",
                "serviceId": "25U-H50U000S-82-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:36",
            "meta": {}
        },
        {
            "id": 565,
            "ref": "37077",
            "isActive": true,
            "label": "37077",
            "timestamp": 1752849087,
            "tripId": "289197942",
            "routeId": "175",
            "startTime": "10:40:00",
            "position": {
                "lat": 45.49833,
                "lon": -73.76596
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 1,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                9
            ],
            "trip": {
                "id": "289197942",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "175",
                "routeLongName": "Griffith / Saint-François",
                "shapeLink": "/storage/shapes/stm/1750001.json",
                "shapeId": "1750001",
                "serviceId": "25U-H50U000S-82-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:36",
            "meta": {}
        },
        {
            "id": 568,
            "ref": "37081",
            "isActive": true,
            "label": "37081",
            "timestamp": 1752849103,
            "tripId": "289196942",
            "routeId": "160",
            "startTime": "10:12:00",
            "position": {
                "lat": 45.51882,
                "lon": -73.62341
            },
            "bearing": 225,
            "speed": 18,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 20,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                9
            ],
            "trip": {
                "id": "289196942",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "160",
                "routeLongName": "Barclay",
                "shapeLink": "/storage/shapes/stm/1600001.json",
                "shapeId": "1600001",
                "serviceId": "25U-H50U000S-82-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:36",
            "meta": {}
        },
        {
            "id": 571,
            "ref": "37091",
            "isActive": true,
            "label": "37091",
            "timestamp": 1752849098,
            "tripId": "289196334",
            "routeId": "16",
            "startTime": "10:12:00",
            "position": {
                "lat": 45.50739,
                "lon": -73.66081
            },
            "bearing": 300,
            "speed": 12,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 21,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                9
            ],
            "trip": {
                "id": "289196334",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "16",
                "routeLongName": "Graham",
                "shapeLink": "/storage/shapes/stm/160001.json",
                "shapeId": "160001",
                "serviceId": "25U-H50U000S-82-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:36",
            "meta": {}
        },
        {
            "id": 572,
            "ref": "37095",
            "isActive": true,
            "label": "37095",
            "timestamp": 1752849103,
            "tripId": "289197809",
            "routeId": "128",
            "startTime": "10:21:00",
            "position": {
                "lat": 45.52145,
                "lon": -73.69366
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 13,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                9
            ],
            "trip": {
                "id": "289197809",
                "headsign": "Sud",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "128",
                "routeLongName": "Saint-Laurent",
                "shapeLink": "/storage/shapes/stm/1280001.json",
                "shapeId": "1280001",
                "serviceId": "25U-H50U000S-82-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:36",
            "meta": {}
        },
        {
            "id": 575,
            "ref": "38003",
            "isActive": true,
            "label": "38003",
            "timestamp": 1752849098,
            "tripId": "289242723",
            "routeId": "136",
            "startTime": "10:45:00",
            "position": {
                "lat": 45.60075,
                "lon": -73.61013
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 1,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                3
            ],
            "trip": {
                "id": "289242723",
                "headsign": "Sud",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "136",
                "routeLongName": "Viau",
                "shapeLink": "/storage/shapes/stm/1360002.json",
                "shapeId": "1360002",
                "serviceId": "25U-H59U000S-83-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:36",
            "meta": {}
        },
        {
            "id": 577,
            "ref": "38007",
            "isActive": true,
            "label": "38007",
            "timestamp": 1752849100,
            "tripId": "289242802",
            "routeId": "777",
            "startTime": "10:43:00",
            "position": {
                "lat": 45.5117,
                "lon": -73.53221
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 1,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                3
            ],
            "trip": {
                "id": "289242802",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "777",
                "routeLongName": "Jean-Drapeau / Casino / Bonaventure",
                "shapeLink": "/storage/shapes/stm/7770002.json",
                "shapeId": "7770002",
                "serviceId": "25U-H59U000S-83-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:36",
            "meta": {}
        },
        {
            "id": 579,
            "ref": "38012",
            "isActive": true,
            "label": "38012",
            "timestamp": 1752849090,
            "tripId": "289242512",
            "routeId": "94",
            "startTime": "10:07:00",
            "position": {
                "lat": 45.55674,
                "lon": -73.60905
            },
            "bearing": 302,
            "speed": 45,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 27,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                3
            ],
            "trip": {
                "id": "289242512",
                "headsign": "Nord",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "94",
                "routeLongName": "D'Iberville",
                "shapeLink": "/storage/shapes/stm/940001.json",
                "shapeId": "940001",
                "serviceId": "25U-H59U000S-83-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:36",
            "meta": {}
        },
        {
            "id": 580,
            "ref": "38016",
            "isActive": true,
            "label": "38016",
            "timestamp": 1752849104,
            "tripId": "289241409",
            "routeId": "777",
            "startTime": "10:36:00",
            "position": {
                "lat": 45.5117,
                "lon": -73.53221
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 1,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                3
            ],
            "trip": {
                "id": "289241409",
                "headsign": "Ouest destination Casino de Montréal",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "777",
                "routeLongName": "Jean-Drapeau / Casino / Bonaventure",
                "shapeLink": "/storage/shapes/stm/7770005.json",
                "shapeId": "7770005",
                "serviceId": "25U-H59U000S-83-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:36",
            "meta": {}
        },
        {
            "id": 583,
            "ref": "38024",
            "isActive": true,
            "label": "38024",
            "timestamp": 1752849093,
            "tripId": "289241946",
            "routeId": "136",
            "startTime": "10:23:00",
            "position": {
                "lat": 45.58702,
                "lon": -73.61084
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 10,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                3
            ],
            "trip": {
                "id": "289241946",
                "headsign": "Sud",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "136",
                "routeLongName": "Viau",
                "shapeLink": "/storage/shapes/stm/1360002.json",
                "shapeId": "1360002",
                "serviceId": "25U-H59U000S-83-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:36",
            "meta": {}
        },
        {
            "id": 592,
            "ref": "38049",
            "isActive": true,
            "label": "38049",
            "timestamp": 1752849100,
            "tripId": "286059925",
            "routeId": "208",
            "startTime": "09:46:00",
            "position": {
                "lat": 45.46736,
                "lon": -73.82982
            },
            "bearing": 234,
            "speed": 36,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 52,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286059925",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "208",
                "routeLongName": "Brunswick",
                "shapeLink": "/storage/shapes/stm/2080002.json",
                "shapeId": "2080002",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:36",
            "meta": {}
        },
        {
            "id": 595,
            "ref": "38055",
            "isActive": true,
            "label": "38055",
            "timestamp": 1752849096,
            "tripId": "286059512",
            "routeId": "64",
            "startTime": "10:30:00",
            "position": {
                "lat": 45.5146,
                "lon": -73.68383
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 1,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286059512",
                "headsign": "Nord",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "64",
                "routeLongName": "Grenet",
                "shapeLink": "/storage/shapes/stm/640001.json",
                "shapeId": "640001",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:36",
            "meta": {}
        },
        {
            "id": 598,
            "ref": "38066",
            "isActive": true,
            "label": "38066",
            "timestamp": 1752849095,
            "tripId": "286059588",
            "routeId": "206",
            "startTime": "10:30:00",
            "position": {
                "lat": 45.46519,
                "lon": -73.83078
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 1,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286059588",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "206",
                "routeLongName": "Roger-Pilon",
                "shapeLink": "/storage/shapes/stm/2060002.json",
                "shapeId": "2060002",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:36",
            "meta": {}
        },
        {
            "id": 599,
            "ref": "38067",
            "isActive": true,
            "label": "38067",
            "timestamp": 1752849094,
            "tripId": "286061146",
            "routeId": "200",
            "startTime": "10:09:00",
            "position": {
                "lat": 45.44992,
                "lon": -73.84745
            },
            "bearing": 90,
            "speed": 27,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 35,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286061146",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "200",
                "routeLongName": "Sainte-Anne-de-Bellevue",
                "shapeLink": "/storage/shapes/stm/2000001.json",
                "shapeId": "2000001",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:36",
            "meta": {}
        },
        {
            "id": 606,
            "ref": "38085",
            "isActive": true,
            "label": "38085",
            "timestamp": 1752849103,
            "tripId": "286061383",
            "routeId": "72",
            "startTime": "09:45:00",
            "position": {
                "lat": 45.46534,
                "lon": -73.80977
            },
            "bearing": 0,
            "speed": 9,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 31,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286061383",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "72",
                "routeLongName": "Alfred-Nobel",
                "shapeLink": "/storage/shapes/stm/720001.json",
                "shapeId": "720001",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:36",
            "meta": {}
        },
        {
            "id": 612,
            "ref": "38092",
            "isActive": true,
            "label": "38092",
            "timestamp": 1752849103,
            "tripId": "289243519",
            "routeId": "85",
            "startTime": "10:10:00",
            "position": {
                "lat": 45.59718,
                "lon": -73.53645
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 24,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                3
            ],
            "trip": {
                "id": "289243519",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "85",
                "routeLongName": "Hochelaga",
                "shapeLink": "/storage/shapes/stm/850002.json",
                "shapeId": "850002",
                "serviceId": "25U-H59U000S-83-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:36",
            "meta": {}
        },
        {
            "id": 613,
            "ref": "38094",
            "isActive": true,
            "label": "38094",
            "timestamp": 1752849096,
            "tripId": "289242962",
            "routeId": "24",
            "startTime": "10:26:00",
            "position": {
                "lat": 45.53099,
                "lon": -73.56296
            },
            "bearing": 193,
            "speed": 6,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 8,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                3
            ],
            "trip": {
                "id": "289242962",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "24",
                "routeLongName": "Sherbrooke",
                "shapeLink": "/storage/shapes/stm/240002.json",
                "shapeId": "240002",
                "serviceId": "25U-H59U000S-83-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:36",
            "meta": {}
        },
        {
            "id": 614,
            "ref": "38095",
            "isActive": true,
            "label": "38095",
            "timestamp": 1752849103,
            "tripId": "289242851",
            "routeId": "24",
            "startTime": "10:36:00",
            "position": {
                "lat": 45.47975,
                "lon": -73.6196
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 1,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                3
            ],
            "trip": {
                "id": "289242851",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "24",
                "routeLongName": "Sherbrooke",
                "shapeLink": "/storage/shapes/stm/240001.json",
                "shapeId": "240001",
                "serviceId": "25U-H59U000S-83-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:36",
            "meta": {}
        },
        {
            "id": 615,
            "ref": "38097",
            "isActive": true,
            "label": "38097",
            "timestamp": 1752849103,
            "tripId": "289242168",
            "routeId": "136",
            "startTime": "10:13:00",
            "position": {
                "lat": 45.57756,
                "lon": -73.59709
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 17,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                3
            ],
            "trip": {
                "id": "289242168",
                "headsign": "Nord",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "136",
                "routeLongName": "Viau",
                "shapeLink": "/storage/shapes/stm/1360001.json",
                "shapeId": "1360001",
                "serviceId": "25U-H59U000S-83-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:36",
            "meta": {}
        },
        {
            "id": 616,
            "ref": "38099",
            "isActive": true,
            "label": "38099",
            "timestamp": 1752849104,
            "tripId": "289242395",
            "routeId": "24",
            "startTime": "10:12:00",
            "position": {
                "lat": 45.49449,
                "lon": -73.58357
            },
            "bearing": 27,
            "speed": 12,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 18,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                3
            ],
            "trip": {
                "id": "289242395",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "24",
                "routeLongName": "Sherbrooke",
                "shapeLink": "/storage/shapes/stm/240001.json",
                "shapeId": "240001",
                "serviceId": "25U-H59U000S-83-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:36",
            "meta": {}
        },
        {
            "id": 617,
            "ref": "38100",
            "isActive": true,
            "label": "38100",
            "timestamp": 1752849088,
            "tripId": "289243365",
            "routeId": "150",
            "startTime": "10:03:00",
            "position": {
                "lat": 45.48988,
                "lon": -73.58382
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 28,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                3
            ],
            "trip": {
                "id": "289243365",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "150",
                "routeLongName": "René-Lévesque",
                "shapeLink": "/storage/shapes/stm/1500001.json",
                "shapeId": "1500001",
                "serviceId": "25U-H59U000S-83-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:36",
            "meta": {}
        },
        {
            "id": 624,
            "ref": "39015",
            "isActive": true,
            "label": "39015",
            "timestamp": 1752849095,
            "tripId": "289199667",
            "routeId": "747",
            "startTime": "10:02:00",
            "position": {
                "lat": 45.48179,
                "lon": -73.58024
            },
            "bearing": 229,
            "speed": 24,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 12,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                9
            ],
            "trip": {
                "id": "289199667",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "747",
                "routeLongName": "YUL Aéroport  / Centre-Ville",
                "shapeLink": "/storage/shapes/stm/7470002.json",
                "shapeId": "7470002",
                "serviceId": "25U-H50U000S-82-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:36",
            "meta": {}
        },
        {
            "id": 627,
            "ref": "39028",
            "isActive": true,
            "label": "39028",
            "timestamp": 1752849103,
            "tripId": "289242252",
            "routeId": "125",
            "startTime": "10:16:00",
            "position": {
                "lat": 45.5242,
                "lon": -73.5605
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 12,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                3
            ],
            "trip": {
                "id": "289242252",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "125",
                "routeLongName": "Ontario",
                "shapeLink": "/storage/shapes/stm/1250002.json",
                "shapeId": "1250002",
                "serviceId": "25U-H59U000S-83-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:36",
            "meta": {}
        },
        {
            "id": 628,
            "ref": "39029",
            "isActive": true,
            "label": "39029",
            "timestamp": 1752849098,
            "tripId": "286654301",
            "routeId": "811",
            "startTime": "10:40:00",
            "position": {
                "lat": 45.58954,
                "lon": -73.53733
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 1,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                3
            ],
            "trip": {
                "id": "286654301",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "811",
                "routeLongName": "Navette Services santé",
                "shapeLink": "/storage/shapes/stm/8110001.json",
                "shapeId": "8110001",
                "serviceId": "25U-H59U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:36",
            "meta": {}
        },
        {
            "id": 629,
            "ref": "39032",
            "isActive": true,
            "label": "39032",
            "timestamp": 1752849099,
            "tripId": "289241981",
            "routeId": "168",
            "startTime": "10:03:00",
            "position": {
                "lat": 45.45068,
                "lon": -73.54968
            },
            "bearing": 214,
            "speed": 12,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 26,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                3
            ],
            "trip": {
                "id": "289241981",
                "headsign": "Sud",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "168",
                "routeLongName": "Cité-du-Havre",
                "shapeLink": "/storage/shapes/stm/1680001.json",
                "shapeId": "1680001",
                "serviceId": "25U-H59U000S-83-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:36",
            "meta": {}
        },
        {
            "id": 630,
            "ref": "39033",
            "isActive": true,
            "label": "39033",
            "timestamp": 1752849103,
            "tripId": "289242215",
            "routeId": "85",
            "startTime": "09:38:00",
            "position": {
                "lat": 45.62436,
                "lon": -73.55017
            },
            "bearing": 143,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 59,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                3
            ],
            "trip": {
                "id": "289242215",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "85",
                "routeLongName": "Hochelaga",
                "shapeLink": "/storage/shapes/stm/850001.json",
                "shapeId": "850001",
                "serviceId": "25U-H59U000S-83-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:36",
            "meta": {}
        },
        {
            "id": 632,
            "ref": "39036",
            "isActive": true,
            "label": "39036",
            "timestamp": 1752849102,
            "tripId": "289242040",
            "routeId": "150",
            "startTime": "10:22:00",
            "position": {
                "lat": 45.51199,
                "lon": -73.55899
            },
            "bearing": 210,
            "speed": 18,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 11,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                3
            ],
            "trip": {
                "id": "289242040",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "150",
                "routeLongName": "René-Lévesque",
                "shapeLink": "/storage/shapes/stm/1500001.json",
                "shapeId": "1500001",
                "serviceId": "25U-H59U000S-83-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:36",
            "meta": {}
        },
        {
            "id": 636,
            "ref": "39045",
            "isActive": true,
            "label": "39045",
            "timestamp": 1752849097,
            "tripId": "289215860",
            "routeId": "141",
            "startTime": "09:59:00",
            "position": {
                "lat": 45.60872,
                "lon": -73.55769
            },
            "bearing": 16,
            "speed": 27,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 37,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                2
            ],
            "trip": {
                "id": "289215860",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "141",
                "routeLongName": "Jean-Talon Est",
                "shapeLink": "/storage/shapes/stm/1410001.json",
                "shapeId": "1410001",
                "serviceId": "25U-H54U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:36",
            "meta": {}
        },
        {
            "id": 638,
            "ref": "39047",
            "isActive": true,
            "label": "39047",
            "timestamp": 1752849103,
            "tripId": "289215744",
            "routeId": "32",
            "startTime": "10:53:00",
            "position": {
                "lat": 45.56762,
                "lon": -73.52324
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 1,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                2
            ],
            "trip": {
                "id": "289215744",
                "headsign": "Nord",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "32",
                "routeLongName": "Lacordaire",
                "shapeLink": "/storage/shapes/stm/320002.json",
                "shapeId": "320002",
                "serviceId": "25U-H54U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:36",
            "meta": {}
        },
        {
            "id": 643,
            "ref": "39055",
            "isActive": true,
            "label": "39055",
            "timestamp": 1752849092,
            "tripId": "289214897",
            "routeId": "33",
            "startTime": "10:30:00",
            "position": {
                "lat": 45.57865,
                "lon": -73.51897
            },
            "bearing": 295,
            "speed": 36,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 3,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                2
            ],
            "trip": {
                "id": "289214897",
                "headsign": "Nord",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "33",
                "routeLongName": "Langelier",
                "shapeLink": "/storage/shapes/stm/330002.json",
                "shapeId": "330002",
                "serviceId": "25U-H54U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:36",
            "meta": {}
        },
        {
            "id": 646,
            "ref": "39064",
            "isActive": true,
            "label": "39064",
            "timestamp": 1752848911,
            "tripId": "289215759",
            "routeId": "33",
            "startTime": "09:22:00",
            "position": {
                "lat": 45.62851,
                "lon": -73.61622
            },
            "bearing": 143,
            "speed": 45,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 61,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                2
            ],
            "trip": {
                "id": "289215759",
                "headsign": "Nord",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "33",
                "routeLongName": "Langelier",
                "shapeLink": "/storage/shapes/stm/330002.json",
                "shapeId": "330002",
                "serviceId": "25U-H54U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:36",
            "meta": {}
        },
        {
            "id": 653,
            "ref": "39084",
            "isActive": true,
            "label": "39084",
            "timestamp": 1752849103,
            "tripId": "289215082",
            "routeId": "432",
            "startTime": "10:34:00",
            "position": {
                "lat": 45.63832,
                "lon": -73.59753
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 1,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                2
            ],
            "trip": {
                "id": "289215082",
                "headsign": "Sud via  Perras / Lacordaire",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "432",
                "routeLongName": "Express Lacordaire",
                "shapeLink": "/storage/shapes/stm/4320001.json",
                "shapeId": "4320001",
                "serviceId": "25U-H54U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:36",
            "meta": {}
        },
        {
            "id": 661,
            "ref": "39102",
            "isActive": true,
            "label": "39102",
            "timestamp": 1752849087,
            "tripId": "289216174",
            "routeId": "141",
            "startTime": "10:09:00",
            "position": {
                "lat": 45.59575,
                "lon": -73.56492
            },
            "bearing": 277,
            "speed": 5,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 28,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                2
            ],
            "trip": {
                "id": "289216174",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "141",
                "routeLongName": "Jean-Talon Est",
                "shapeLink": "/storage/shapes/stm/1410001.json",
                "shapeId": "1410001",
                "serviceId": "25U-H54U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:36",
            "meta": {}
        },
        {
            "id": 667,
            "ref": "39115",
            "isActive": true,
            "label": "39115",
            "timestamp": 1752849090,
            "tripId": "289216397",
            "routeId": "449",
            "startTime": "10:36:00",
            "position": {
                "lat": 45.58956,
                "lon": -73.54004
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 1,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                2
            ],
            "trip": {
                "id": "289216397",
                "headsign": "Nord",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "449",
                "routeLongName": "Express Rivière-des-Prairies",
                "shapeLink": "/storage/shapes/stm/4490001.json",
                "shapeId": "4490001",
                "serviceId": "25U-H54U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:36",
            "meta": {}
        },
        {
            "id": 668,
            "ref": "39116",
            "isActive": true,
            "label": "39116",
            "timestamp": 1752849100,
            "tripId": "289215217",
            "routeId": "43",
            "startTime": "10:11:00",
            "position": {
                "lat": 45.62104,
                "lon": -73.60744
            },
            "bearing": 233,
            "speed": 9,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 23,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                2
            ],
            "trip": {
                "id": "289215217",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "43",
                "routeLongName": "Monselet",
                "shapeLink": "/storage/shapes/stm/430001.json",
                "shapeId": "430001",
                "serviceId": "25U-H54U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:36",
            "meta": {}
        },
        {
            "id": 669,
            "ref": "39119",
            "isActive": true,
            "label": "39119",
            "timestamp": 1752849102,
            "tripId": "289216158",
            "routeId": "49",
            "startTime": "09:51:00",
            "position": {
                "lat": 45.598,
                "lon": -73.64089
            },
            "bearing": 210,
            "speed": 45,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 46,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                2
            ],
            "trip": {
                "id": "289216158",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "49",
                "routeLongName": "Maurice-Duplessis",
                "shapeLink": "/storage/shapes/stm/490001.json",
                "shapeId": "490001",
                "serviceId": "25U-H54U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:36",
            "meta": {}
        },
        {
            "id": 671,
            "ref": "39123",
            "isActive": true,
            "label": "39123",
            "timestamp": 1752849100,
            "tripId": "289214955",
            "routeId": "432",
            "startTime": "10:03:00",
            "position": {
                "lat": 45.58643,
                "lon": -73.59621
            },
            "bearing": 145,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 28,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                2
            ],
            "trip": {
                "id": "289214955",
                "headsign": "Sud via  Perras / Lacordaire",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "432",
                "routeLongName": "Express Lacordaire",
                "shapeLink": "/storage/shapes/stm/4320001.json",
                "shapeId": "4320001",
                "serviceId": "25U-H54U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:36",
            "meta": {}
        },
        {
            "id": 673,
            "ref": "39125",
            "isActive": true,
            "label": "39125",
            "timestamp": 1752849102,
            "tripId": "289214606",
            "routeId": "187",
            "startTime": "10:12:00",
            "position": {
                "lat": 45.64177,
                "lon": -73.50034
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 26,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                2
            ],
            "trip": {
                "id": "289214606",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "187",
                "routeLongName": "René-Lévesque",
                "shapeLink": "/storage/shapes/stm/1870001.json",
                "shapeId": "1870001",
                "serviceId": "25U-H54U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:36",
            "meta": {}
        },
        {
            "id": 826,
            "ref": "29123",
            "isActive": true,
            "label": "29123",
            "timestamp": 1752849095,
            "tripId": "289184174",
            "routeId": "114",
            "startTime": "09:47:00",
            "position": {
                "lat": 45.44209,
                "lon": -73.64685
            },
            "bearing": 340,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 36,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289184174",
                "headsign": "Nord",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "114",
                "routeLongName": "Angrignon",
                "shapeLink": "/storage/shapes/stm/1140001.json",
                "shapeId": "1140001",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 01:13:11",
            "meta": {}
        },
        {
            "id": 827,
            "ref": "29149",
            "isActive": true,
            "label": "29149",
            "timestamp": 1752849090,
            "tripId": "289199898",
            "routeId": "747",
            "startTime": "09:52:00",
            "position": {
                "lat": 45.45513,
                "lon": -73.62617
            },
            "bearing": 226,
            "speed": 89,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 12,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                9
            ],
            "trip": {
                "id": "289199898",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "747",
                "routeLongName": "YUL Aéroport  / Centre-Ville",
                "shapeLink": "/storage/shapes/stm/7470002.json",
                "shapeId": "7470002",
                "serviceId": "25U-H50U000S-82-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 01:13:12",
            "meta": {}
        },
        {
            "id": 830,
            "ref": "29856",
            "isActive": true,
            "label": "29856",
            "timestamp": 1752849100,
            "tripId": "286207651",
            "routeId": "69",
            "startTime": "10:00:00",
            "position": {
                "lat": 45.58421,
                "lon": -73.65033
            },
            "bearing": 198,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 26,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "286207651",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "69",
                "routeLongName": "Gouin",
                "shapeLink": "/storage/shapes/stm/690001.json",
                "shapeId": "690001",
                "serviceId": "25U-H58U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 01:13:13",
            "meta": {}
        },
        {
            "id": 831,
            "ref": "30143",
            "isActive": true,
            "label": "30143",
            "timestamp": 1752849090,
            "tripId": "286061231",
            "routeId": "209",
            "startTime": "10:27:00",
            "position": {
                "lat": 45.44676,
                "lon": -73.74263
            },
            "bearing": 131,
            "speed": 27,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 3,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286061231",
                "headsign": "Nord",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "209",
                "routeLongName": "Des Sources / YUL Aéroport",
                "shapeLink": "/storage/shapes/stm/2090002.json",
                "shapeId": "2090002",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 01:13:14",
            "meta": {}
        },
        {
            "id": 833,
            "ref": "30196",
            "isActive": true,
            "label": "30196",
            "timestamp": 1752849103,
            "tripId": "289215452",
            "routeId": "449",
            "startTime": "10:06:00",
            "position": {
                "lat": 45.65068,
                "lon": -73.57732
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 22,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                2
            ],
            "trip": {
                "id": "289215452",
                "headsign": "Nord",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "449",
                "routeLongName": "Express Rivière-des-Prairies",
                "shapeLink": "/storage/shapes/stm/4490001.json",
                "shapeId": "4490001",
                "serviceId": "25U-H54U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 01:13:15",
            "meta": {}
        },
        {
            "id": 834,
            "ref": "30222",
            "isActive": true,
            "label": "30222",
            "timestamp": 1752849102,
            "tripId": "286060622",
            "routeId": "202",
            "startTime": "10:35:00",
            "position": {
                "lat": 45.4656,
                "lon": -73.83115
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 1,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286060622",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "202",
                "routeLongName": "Dawson",
                "shapeLink": "/storage/shapes/stm/2020001.json",
                "shapeId": "2020001",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 01:13:15",
            "meta": {}
        },
        {
            "id": 840,
            "ref": "31172",
            "isActive": true,
            "label": "31172",
            "timestamp": 1752849094,
            "tripId": "289243301",
            "routeId": "94",
            "startTime": "10:33:00",
            "position": {
                "lat": 45.53078,
                "lon": -73.54517
            },
            "bearing": 120,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 1,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                3
            ],
            "trip": {
                "id": "289243301",
                "headsign": "Nord",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "94",
                "routeLongName": "D'Iberville",
                "shapeLink": "/storage/shapes/stm/940001.json",
                "shapeId": "940001",
                "serviceId": "25U-H59U000S-83-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 01:13:21",
            "meta": {}
        },
        {
            "id": 849,
            "ref": "36035",
            "isActive": true,
            "label": "36035",
            "timestamp": 1752849096,
            "tripId": "289216729",
            "routeId": "141",
            "startTime": "10:34:00",
            "position": {
                "lat": 45.5965,
                "lon": -73.53465
            },
            "bearing": 298,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 1,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                2
            ],
            "trip": {
                "id": "289216729",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "141",
                "routeLongName": "Jean-Talon Est",
                "shapeLink": "/storage/shapes/stm/1410003.json",
                "shapeId": "1410003",
                "serviceId": "25U-H54U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 01:13:25",
            "meta": {}
        },
        {
            "id": 850,
            "ref": "37002",
            "isActive": true,
            "label": "37002",
            "timestamp": 1752849093,
            "tripId": "289197505",
            "routeId": "119",
            "startTime": "10:27:00",
            "position": {
                "lat": 45.50318,
                "lon": -73.61893
            },
            "bearing": 30,
            "speed": 17,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 5,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                9
            ],
            "trip": {
                "id": "289197505",
                "headsign": "Nord",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "119",
                "routeLongName": "Rockland",
                "shapeLink": "/storage/shapes/stm/1190001.json",
                "shapeId": "1190001",
                "serviceId": "25U-H50U000S-82-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 01:13:25",
            "meta": {}
        },
        {
            "id": 860,
            "ref": "38039",
            "isActive": true,
            "label": "38039",
            "timestamp": 1752849097,
            "tripId": "286058883",
            "routeId": "419",
            "startTime": "10:15:00",
            "position": {
                "lat": 45.46257,
                "lon": -73.82591
            },
            "bearing": 88,
            "speed": 18,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 19,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286058883",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "419",
                "routeLongName": "Express John Abbott",
                "shapeLink": "/storage/shapes/stm/4190001.json",
                "shapeId": "4190001",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 01:13:26",
            "meta": {}
        },
        {
            "id": 1049,
            "ref": "39031",
            "isActive": true,
            "label": "39031",
            "timestamp": 1752849090,
            "tripId": "289242534",
            "routeId": "136",
            "startTime": "10:01:00",
            "position": {
                "lat": 45.56603,
                "lon": -73.55672
            },
            "bearing": 115,
            "speed": 27,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 27,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 5,
                "label": "Full"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                3
            ],
            "trip": {
                "id": "289242534",
                "headsign": "Sud",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "136",
                "routeLongName": "Viau",
                "shapeLink": "/storage/shapes/stm/1360002.json",
                "shapeId": "1360002",
                "serviceId": "25U-H59U000S-83-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 01:19:14",
            "meta": {}
        },
        {
            "id": 1071,
            "ref": "30802",
            "isActive": true,
            "label": "30802",
            "timestamp": 1752849100,
            "tripId": "286209128",
            "routeId": "69",
            "startTime": "10:20:00",
            "position": {
                "lat": 45.60558,
                "lon": -73.62342
            },
            "bearing": 245,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 10,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "286209128",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "69",
                "routeLongName": "Gouin",
                "shapeLink": "/storage/shapes/stm/690001.json",
                "shapeId": "690001",
                "serviceId": "25U-H58U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 01:21:55",
            "meta": {}
        },
        {
            "id": 1083,
            "ref": "29067",
            "isActive": true,
            "label": "29067",
            "timestamp": 1752849097,
            "tripId": "289182040",
            "routeId": "38",
            "startTime": "10:37:00",
            "position": {
                "lat": 45.47413,
                "lon": -73.60355
            },
            "bearing": 135,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 1,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289182040",
                "headsign": "Sud",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "38",
                "routeLongName": "De l'Église",
                "shapeLink": "/storage/shapes/stm/380010.json",
                "shapeId": "380010",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 02:55:09",
            "meta": {}
        },
        {
            "id": 1106,
            "ref": "37044",
            "isActive": true,
            "label": "37044",
            "timestamp": 1752849100,
            "tripId": "289196384",
            "routeId": "16",
            "startTime": "10:43:00",
            "position": {
                "lat": 45.53057,
                "lon": -73.62435
            },
            "bearing": 22,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 1,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                9
            ],
            "trip": {
                "id": "289196384",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "16",
                "routeLongName": "Graham",
                "shapeLink": "/storage/shapes/stm/160001.json",
                "shapeId": "160001",
                "serviceId": "25U-H50U000S-82-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 02:55:21",
            "meta": {}
        },
        {
            "id": 1107,
            "ref": "38056",
            "isActive": true,
            "label": "38056",
            "timestamp": 1752849103,
            "tripId": "286060826",
            "routeId": "215",
            "startTime": "10:32:00",
            "position": {
                "lat": 45.51394,
                "lon": -73.68392
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 1,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286060826",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "215",
                "routeLongName": "Henri-Bourassa",
                "shapeLink": "/storage/shapes/stm/2150002.json",
                "shapeId": "2150002",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 02:55:23",
            "meta": {}
        },
        {
            "id": 1114,
            "ref": "39039",
            "isActive": true,
            "label": "39039",
            "timestamp": 1752849103,
            "tripId": "289242235",
            "routeId": "85",
            "startTime": "10:11:00",
            "position": {
                "lat": 45.5867,
                "lon": -73.52641
            },
            "bearing": 10,
            "speed": 36,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 28,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                3
            ],
            "trip": {
                "id": "289242235",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "85",
                "routeLongName": "Hochelaga",
                "shapeLink": "/storage/shapes/stm/850001.json",
                "shapeId": "850001",
                "serviceId": "25U-H59U000S-83-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 03:00:25",
            "meta": {}
        },
        {
            "id": 1125,
            "ref": "38075",
            "isActive": true,
            "label": "38075",
            "timestamp": 1752849091,
            "tripId": "286060957",
            "routeId": "204",
            "startTime": "09:57:00",
            "position": {
                "lat": 45.45017,
                "lon": -73.74688
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 37,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286060957",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "204",
                "routeLongName": "Cardinal",
                "shapeLink": "/storage/shapes/stm/2040001.json",
                "shapeId": "2040001",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 03:30:21",
            "meta": {}
        },
        {
            "id": 1128,
            "ref": "31137",
            "isActive": true,
            "label": "31137",
            "timestamp": 1752848884,
            "tripId": "286207226",
            "routeId": "146",
            "startTime": "09:53:00",
            "position": {
                "lat": 45.56063,
                "lon": -73.66684
            },
            "bearing": 206,
            "speed": 5,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 32,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "286207226",
                "headsign": "Est destination Georges-Baril / Henri-Bourassa",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "146",
                "routeLongName": "Christophe-Colomb / Meilleur",
                "shapeLink": "/storage/shapes/stm/1460003.json",
                "shapeId": "1460003",
                "serviceId": "25U-H58U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 03:40:16",
            "meta": {}
        },
        {
            "id": 1129,
            "ref": "39003",
            "isActive": true,
            "label": "39003",
            "timestamp": 1752848801,
            "tripId": "289199696",
            "routeId": "747",
            "startTime": "09:40:00",
            "position": {
                "lat": 45.45713,
                "lon": -73.75159
            },
            "bearing": 170,
            "speed": 14,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 12,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                9
            ],
            "trip": {
                "id": "289199696",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "747",
                "routeLongName": "YUL Aéroport  / Centre-Ville",
                "shapeLink": "/storage/shapes/stm/7470002.json",
                "shapeId": "7470002",
                "serviceId": "25U-H50U000S-82-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 03:40:22",
            "meta": {}
        },
        {
            "id": 1134,
            "ref": "29100",
            "isActive": true,
            "label": "29100",
            "timestamp": 1752849102,
            "tripId": "289184545",
            "routeId": "195",
            "startTime": "10:14:00",
            "position": {
                "lat": 45.43145,
                "lon": -73.65084
            },
            "bearing": 280,
            "speed": 19,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 20,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289184545",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "195",
                "routeLongName": "Dorval / Angrignon",
                "shapeLink": "/storage/shapes/stm/1950002.json",
                "shapeId": "1950002",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 04:05:06",
            "meta": {}
        },
        {
            "id": 1139,
            "ref": "31210",
            "isActive": true,
            "label": "31210",
            "timestamp": 1752849085,
            "tripId": "286207823",
            "routeId": "55",
            "startTime": "09:18:00",
            "position": {
                "lat": 45.50733,
                "lon": -73.55817
            },
            "bearing": 301,
            "speed": 18,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 47,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "286207823",
                "headsign": "Sud",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "55",
                "routeLongName": "Boulevard Saint-Laurent",
                "shapeLink": "/storage/shapes/stm/550002.json",
                "shapeId": "550002",
                "serviceId": "25U-H58U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 04:30:12",
            "meta": {}
        },
        {
            "id": 1142,
            "ref": "29052",
            "isActive": true,
            "label": "29052",
            "timestamp": 1752849096,
            "tripId": "289181834",
            "routeId": "106",
            "startTime": "10:08:00",
            "position": {
                "lat": 45.44573,
                "lon": -73.61214
            },
            "bearing": 43,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 25,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289181834",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "106",
                "routeLongName": "Newman",
                "shapeLink": "/storage/shapes/stm/1060002.json",
                "shapeId": "1060002",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 05:15:05",
            "meta": {}
        },
        {
            "id": 1145,
            "ref": "37102",
            "isActive": true,
            "label": "37102",
            "timestamp": 1752849099,
            "tripId": "289197884",
            "routeId": "128",
            "startTime": "09:33:00",
            "position": {
                "lat": 45.52361,
                "lon": -73.67159
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 73,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                9
            ],
            "trip": {
                "id": "289197884",
                "headsign": "Nord",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "128",
                "routeLongName": "Saint-Laurent",
                "shapeLink": "/storage/shapes/stm/1280002.json",
                "shapeId": "1280002",
                "serviceId": "25U-H50U000S-82-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 07:40:04",
            "meta": {}
        },
        {
            "id": 1158,
            "ref": "39105",
            "isActive": true,
            "label": "39105",
            "timestamp": 1752849103,
            "tripId": "289215702",
            "routeId": "183",
            "startTime": "10:20:00",
            "position": {
                "lat": 45.66363,
                "lon": -73.5451
            },
            "bearing": 334,
            "speed": 36,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 12,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                2
            ],
            "trip": {
                "id": "289215702",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "183",
                "routeLongName": "Gouin Est",
                "shapeLink": "/storage/shapes/stm/1830001.json",
                "shapeId": "1830001",
                "serviceId": "25U-H54U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 09:40:04",
            "meta": {}
        },
        {
            "id": 1168,
            "ref": "30211",
            "isActive": true,
            "label": "30211",
            "timestamp": 1752849099,
            "tripId": "289215198",
            "routeId": "86",
            "startTime": "10:30:00",
            "position": {
                "lat": 45.70107,
                "lon": -73.4818
            },
            "bearing": 253,
            "speed": 27,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 2,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                2
            ],
            "trip": {
                "id": "289215198",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "86",
                "routeLongName": "Pointe-aux-Trembles",
                "shapeLink": "/storage/shapes/stm/860001.json",
                "shapeId": "860001",
                "serviceId": "25U-H54U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 09:50:02",
            "meta": {}
        },
        {
            "id": 1187,
            "ref": "31115",
            "isActive": true,
            "label": "31115",
            "timestamp": 1752848852,
            "tripId": "289243444",
            "routeId": "85",
            "startTime": "09:37:00",
            "position": {
                "lat": 45.53331,
                "lon": -73.55167
            },
            "bearing": 117,
            "speed": 18,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 60,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                3
            ],
            "trip": {
                "id": "289243444",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "85",
                "routeLongName": "Hochelaga",
                "shapeLink": "/storage/shapes/stm/850002.json",
                "shapeId": "850002",
                "serviceId": "25U-H59U000S-83-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 09:55:06",
            "meta": {}
        },
        {
            "id": 1190,
            "ref": "38065",
            "isActive": true,
            "label": "38065",
            "timestamp": 1752849094,
            "tripId": "286061308",
            "routeId": "468",
            "startTime": "10:21:00",
            "position": {
                "lat": 45.47762,
                "lon": -73.86887
            },
            "bearing": 46,
            "speed": 36,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 9,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286061308",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "468",
                "routeLongName": "Express Pierrefonds / Gouin",
                "shapeLink": "/storage/shapes/stm/4680001.json",
                "shapeId": "4680001",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 09:55:07",
            "meta": {}
        },
        {
            "id": 1204,
            "ref": "31136",
            "isActive": true,
            "label": "31136",
            "timestamp": 1752849099,
            "tripId": "286207131",
            "routeId": "180",
            "startTime": "10:32:00",
            "position": {
                "lat": 45.5313,
                "lon": -73.72341
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 1,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "286207131",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "180",
                "routeLongName": "De Salaberry",
                "shapeLink": "/storage/shapes/stm/1800001.json",
                "shapeId": "1800001",
                "serviceId": "25U-H58U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 10:00:06",
            "meta": {}
        },
        {
            "id": 1222,
            "ref": "32003",
            "isActive": true,
            "label": "32003",
            "timestamp": 1752849093,
            "tripId": "289201420",
            "routeId": "161",
            "startTime": "10:37:00",
            "position": {
                "lat": 45.53164,
                "lon": -73.59792
            },
            "bearing": 33,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 1,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                7
            ],
            "trip": {
                "id": "289201420",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "161",
                "routeLongName": "Van Horne",
                "shapeLink": "/storage/shapes/stm/1610002.json",
                "shapeId": "1610002",
                "serviceId": "25U-H55U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 10:05:07",
            "meta": {}
        },
        {
            "id": 1223,
            "ref": "37050",
            "isActive": true,
            "label": "37050",
            "timestamp": 1752849103,
            "tripId": "289196636",
            "routeId": "93",
            "startTime": "10:13:00",
            "position": {
                "lat": 45.55037,
                "lon": -73.60489
            },
            "bearing": 213,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 11,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                9
            ],
            "trip": {
                "id": "289196636",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "93",
                "routeLongName": "Jean-Talon",
                "shapeLink": "/storage/shapes/stm/930003.json",
                "shapeId": "930003",
                "serviceId": "25U-H50U000S-82-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 10:05:07",
            "meta": {}
        },
        {
            "id": 1225,
            "ref": "37066",
            "isActive": true,
            "label": "37066",
            "timestamp": 1752849090,
            "tripId": "289199067",
            "routeId": "175",
            "startTime": "10:04:00",
            "position": {
                "lat": 45.50188,
                "lon": -73.68038
            },
            "bearing": 42,
            "speed": 27,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 39,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                9
            ],
            "trip": {
                "id": "289199067",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "175",
                "routeLongName": "Griffith / Saint-François",
                "shapeLink": "/storage/shapes/stm/1750001.json",
                "shapeId": "1750001",
                "serviceId": "25U-H50U000S-82-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 10:05:07",
            "meta": {}
        },
        {
            "id": 1233,
            "ref": "30082",
            "isActive": true,
            "label": "30082",
            "timestamp": 1752848917,
            "tripId": "289209895",
            "routeId": "27",
            "startTime": "10:10:00",
            "position": {
                "lat": 45.52782,
                "lon": -73.58654
            },
            "bearing": 213,
            "speed": 32,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 22,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                6
            ],
            "trip": {
                "id": "289209895",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "27",
                "routeLongName": "Boulevard Saint-Joseph",
                "shapeLink": "/storage/shapes/stm/270001.json",
                "shapeId": "270001",
                "serviceId": "25U-H57U000S-82-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 10:10:03",
            "meta": {}
        },
        {
            "id": 1235,
            "ref": "30249",
            "isActive": true,
            "label": "30249",
            "timestamp": 1752849091,
            "tripId": "286059311",
            "routeId": "174",
            "startTime": "10:12:00",
            "position": {
                "lat": 45.51099,
                "lon": -73.68677
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 17,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286059311",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "174",
                "routeLongName": "Côte-Vertu",
                "shapeLink": "/storage/shapes/stm/1740002.json",
                "shapeId": "1740002",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 10:10:03",
            "meta": {}
        },
        {
            "id": 1253,
            "ref": "30079",
            "isActive": true,
            "label": "30079",
            "timestamp": 1752849007,
            "tripId": "289181600",
            "routeId": "35",
            "startTime": "09:37:00",
            "position": {
                "lat": 45.50373,
                "lon": -73.57094
            },
            "bearing": 305,
            "speed": 16,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 45,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                6
            ],
            "trip": {
                "id": "289181600",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "35",
                "routeLongName": "Griffintown",
                "shapeLink": "/storage/shapes/stm/350021.json",
                "shapeId": "350021",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 10:15:06",
            "meta": {}
        },
        {
            "id": 1260,
            "ref": "31194",
            "isActive": true,
            "label": "31194",
            "timestamp": 1752849102,
            "tripId": "289243462",
            "routeId": "185",
            "startTime": "09:46:00",
            "position": {
                "lat": 45.53623,
                "lon": -73.56122
            },
            "bearing": 202,
            "speed": 29,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 46,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                3
            ],
            "trip": {
                "id": "289243462",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "185",
                "routeLongName": "Sherbrooke",
                "shapeLink": "/storage/shapes/stm/1850001.json",
                "shapeId": "1850001",
                "serviceId": "25U-H59U000S-83-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 10:15:09",
            "meta": {}
        },
        {
            "id": 1262,
            "ref": "36002",
            "isActive": true,
            "label": "36002",
            "timestamp": 1752849104,
            "tripId": "289216672",
            "routeId": "33",
            "startTime": "09:48:00",
            "position": {
                "lat": 45.59118,
                "lon": -73.57148
            },
            "bearing": 110,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 42,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                2
            ],
            "trip": {
                "id": "289216672",
                "headsign": "Sud",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "33",
                "routeLongName": "Langelier",
                "shapeLink": "/storage/shapes/stm/330001.json",
                "shapeId": "330001",
                "serviceId": "25U-H54U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 10:15:09",
            "meta": {}
        },
        {
            "id": 1265,
            "ref": "37093",
            "isActive": true,
            "label": "37093",
            "timestamp": 1752849092,
            "tripId": "289197827",
            "routeId": "128",
            "startTime": "10:31:00",
            "position": {
                "lat": 45.52155,
                "lon": -73.66512
            },
            "bearing": 48,
            "speed": 12,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 2,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                9
            ],
            "trip": {
                "id": "289197827",
                "headsign": "Nord",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "128",
                "routeLongName": "Saint-Laurent",
                "shapeLink": "/storage/shapes/stm/1280002.json",
                "shapeId": "1280002",
                "serviceId": "25U-H50U000S-82-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 10:15:10",
            "meta": {}
        },
        {
            "id": 1289,
            "ref": "39023",
            "isActive": true,
            "label": "39023",
            "timestamp": 1752849095,
            "tripId": "289242876",
            "routeId": "168",
            "startTime": "10:31:00",
            "position": {
                "lat": 45.5047,
                "lon": -73.57114
            },
            "bearing": 111,
            "speed": 12,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 2,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                3
            ],
            "trip": {
                "id": "289242876",
                "headsign": "Sud",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "168",
                "routeLongName": "Cité-du-Havre",
                "shapeLink": "/storage/shapes/stm/1680001.json",
                "shapeId": "1680001",
                "serviceId": "25U-H59U000S-83-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 10:20:08",
            "meta": {}
        },
        {
            "id": 1290,
            "ref": "39074",
            "isActive": true,
            "label": "39074",
            "timestamp": 1752849088,
            "tripId": "289214873",
            "routeId": "189",
            "startTime": "09:47:00",
            "position": {
                "lat": 45.68757,
                "lon": -73.49014
            },
            "bearing": 31,
            "speed": 12,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 58,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                2
            ],
            "trip": {
                "id": "289214873",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "189",
                "routeLongName": "Notre-Dame",
                "shapeLink": "/storage/shapes/stm/1890001.json",
                "shapeId": "1890001",
                "serviceId": "25U-H54U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 10:20:08",
            "meta": {}
        },
        {
            "id": 1303,
            "ref": "31145",
            "isActive": true,
            "label": "31145",
            "timestamp": 1752849092,
            "tripId": "289214752",
            "routeId": "40",
            "startTime": "10:17:00",
            "position": {
                "lat": 45.61813,
                "lon": -73.59193
            },
            "bearing": 46,
            "speed": 29,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 10,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "289214752",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "40",
                "routeLongName": "Henri-Bourassa-Est",
                "shapeLink": "/storage/shapes/stm/400001.json",
                "shapeId": "400001",
                "serviceId": "25U-H54U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 10:25:05",
            "meta": {}
        },
        {
            "id": 1306,
            "ref": "31189",
            "isActive": true,
            "label": "31189",
            "timestamp": 1752849098,
            "tripId": "286060054",
            "routeId": "68",
            "startTime": "10:21:00",
            "position": {
                "lat": 45.51241,
                "lon": -73.75018
            },
            "bearing": 236,
            "speed": 35,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 15,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286060054",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "68",
                "routeLongName": "Pierrefonds",
                "shapeLink": "/storage/shapes/stm/680004.json",
                "shapeId": "680004",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 10:25:06",
            "meta": {}
        },
        {
            "id": 1313,
            "ref": "37046",
            "isActive": true,
            "label": "37046",
            "timestamp": 1752849099,
            "tripId": "289198756",
            "routeId": "171",
            "startTime": "10:11:00",
            "position": {
                "lat": 45.53458,
                "lon": -73.68082
            },
            "bearing": 204,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 10,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                9
            ],
            "trip": {
                "id": "289198756",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "171",
                "routeLongName": "Henri-Bourassa",
                "shapeLink": "/storage/shapes/stm/1710001.json",
                "shapeId": "1710001",
                "serviceId": "25U-H50U000S-82-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 10:25:08",
            "meta": {}
        },
        {
            "id": 1339,
            "ref": "31080",
            "isActive": true,
            "label": "31080",
            "timestamp": 1752849092,
            "tripId": "289243269",
            "routeId": "24",
            "startTime": "09:52:00",
            "position": {
                "lat": 45.4958,
                "lon": -73.5824
            },
            "bearing": 209,
            "speed": 18,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 29,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                3
            ],
            "trip": {
                "id": "289243269",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "24",
                "routeLongName": "Sherbrooke",
                "shapeLink": "/storage/shapes/stm/240002.json",
                "shapeId": "240002",
                "serviceId": "25U-H59U000S-83-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 10:30:05",
            "meta": {}
        },
        {
            "id": 1352,
            "ref": "37072",
            "isActive": true,
            "label": "37072",
            "timestamp": 1752849099,
            "tripId": "289198850",
            "routeId": "105",
            "startTime": "10:22:00",
            "position": {
                "lat": 45.47037,
                "lon": -73.6162
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 5,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                9
            ],
            "trip": {
                "id": "289198850",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "105",
                "routeLongName": "Sherbrooke",
                "shapeLink": "/storage/shapes/stm/1050001.json",
                "shapeId": "1050001",
                "serviceId": "25U-H50U000S-82-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 10:30:08",
            "meta": {}
        },
        {
            "id": 1366,
            "ref": "29037",
            "isActive": true,
            "label": "29037",
            "timestamp": 1752849104,
            "tripId": "289201362",
            "routeId": "30",
            "startTime": "09:52:00",
            "position": {
                "lat": 45.55017,
                "lon": -73.63876
            },
            "bearing": 288,
            "speed": 26,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 36,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                7
            ],
            "trip": {
                "id": "289201362",
                "headsign": "Nord",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "30",
                "routeLongName": "Saint-Denis / Saint-Hubert",
                "shapeLink": "/storage/shapes/stm/300002.json",
                "shapeId": "300002",
                "serviceId": "25U-H55U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 10:35:06",
            "meta": {}
        },
        {
            "id": 1374,
            "ref": "31044",
            "isActive": true,
            "label": "31044",
            "timestamp": 1752849104,
            "tripId": "289201380",
            "routeId": "161",
            "startTime": "10:23:00",
            "position": {
                "lat": 45.52046,
                "lon": -73.61492
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 6,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                7
            ],
            "trip": {
                "id": "289201380",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "161",
                "routeLongName": "Van Horne",
                "shapeLink": "/storage/shapes/stm/1610002.json",
                "shapeId": "1610002",
                "serviceId": "25U-H55U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 10:35:10",
            "meta": {}
        },
        {
            "id": 1427,
            "ref": "29117",
            "isActive": true,
            "label": "29117",
            "timestamp": 1752849103,
            "tripId": "289185899",
            "routeId": "425",
            "startTime": "09:40:00",
            "position": {
                "lat": 45.48252,
                "lon": -73.58642
            },
            "bearing": 125,
            "speed": 8,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 33,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289185899",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "425",
                "routeLongName": "Express Anse-à-l'Orme",
                "shapeLink": "/storage/shapes/stm/4250002.json",
                "shapeId": "4250002",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 10:45:06",
            "meta": {}
        },
        {
            "id": 1443,
            "ref": "39021",
            "isActive": true,
            "label": "39021",
            "timestamp": 1752849095,
            "tripId": "289242478",
            "routeId": "29",
            "startTime": "10:11:00",
            "position": {
                "lat": 45.52216,
                "lon": -73.57785
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 20,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                3
            ],
            "trip": {
                "id": "289242478",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "29",
                "routeLongName": "Rachel",
                "shapeLink": "/storage/shapes/stm/290001.json",
                "shapeId": "290001",
                "serviceId": "25U-H59U000S-83-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 10:45:14",
            "meta": {}
        },
        {
            "id": 1471,
            "ref": "30151",
            "isActive": true,
            "label": "30151",
            "timestamp": 1752849090,
            "tripId": "289201768",
            "routeId": "31",
            "startTime": "10:28:00",
            "position": {
                "lat": 45.53395,
                "lon": -73.60495
            },
            "bearing": 298,
            "speed": 22,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 4,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                7
            ],
            "trip": {
                "id": "289201768",
                "headsign": "Nord",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "31",
                "routeLongName": "Saint-Denis",
                "shapeLink": "/storage/shapes/stm/310002.json",
                "shapeId": "310002",
                "serviceId": "25U-H55U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 10:50:08",
            "meta": {}
        },
        {
            "id": 1474,
            "ref": "30203",
            "isActive": true,
            "label": "30203",
            "timestamp": 1752849089,
            "tripId": "289241893",
            "routeId": "50",
            "startTime": "10:13:00",
            "position": {
                "lat": 45.50062,
                "lon": -73.55843
            },
            "bearing": 114,
            "speed": 19,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 12,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                7
            ],
            "trip": {
                "id": "289241893",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "50",
                "routeLongName": "Vieux-Montréal / Vieux-Port",
                "shapeLink": "/storage/shapes/stm/500001.json",
                "shapeId": "500001",
                "serviceId": "25U-H59U000S-83-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 10:50:08",
            "meta": {}
        },
        {
            "id": 1480,
            "ref": "31035",
            "isActive": true,
            "label": "31035",
            "timestamp": 1752849094,
            "tripId": "286059089",
            "routeId": "205",
            "startTime": "10:09:00",
            "position": {
                "lat": 45.51308,
                "lon": -73.83673
            },
            "bearing": 90,
            "speed": 18,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 28,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286059089",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "205",
                "routeLongName": "Gouin",
                "shapeLink": "/storage/shapes/stm/2050001.json",
                "shapeId": "2050001",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 10:50:10",
            "meta": {}
        },
        {
            "id": 1486,
            "ref": "31198",
            "isActive": true,
            "label": "31198",
            "timestamp": 1752849087,
            "tripId": "936366",
            "routeId": "97",
            "startTime": "08:39:00",
            "position": {
                "lat": 45.5321,
                "lon": -73.54877
            },
            "bearing": 119,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 35,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                3
            ],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "97",
                "routeLongName": "Avenue-du-Mont-Royal",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 10:50:13",
            "meta": {}
        },
        {
            "id": 1488,
            "ref": "37083",
            "isActive": true,
            "label": "37083",
            "timestamp": 1752849093,
            "tripId": "289198727",
            "routeId": "171",
            "startTime": "11:00:00",
            "position": {
                "lat": 45.53602,
                "lon": -73.70208
            },
            "bearing": 48,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 2,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                9
            ],
            "trip": {
                "id": "289198727",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "171",
                "routeLongName": "Henri-Bourassa",
                "shapeLink": "/storage/shapes/stm/1710001.json",
                "shapeId": "1710001",
                "serviceId": "25U-H50U000S-82-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 10:50:14",
            "meta": {}
        },
        {
            "id": 1490,
            "ref": "38010",
            "isActive": true,
            "label": "38010",
            "timestamp": 1752849102,
            "tripId": "289242740",
            "routeId": "29",
            "startTime": "10:06:00",
            "position": {
                "lat": 45.54612,
                "lon": -73.55137
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 27,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                3
            ],
            "trip": {
                "id": "289242740",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "29",
                "routeLongName": "Rachel",
                "shapeLink": "/storage/shapes/stm/290003.json",
                "shapeId": "290003",
                "serviceId": "25U-H59U000S-83-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 10:50:14",
            "meta": {}
        },
        {
            "id": 1491,
            "ref": "38093",
            "isActive": true,
            "label": "38093",
            "timestamp": 1752848622,
            "tripId": "289244513",
            "routeId": "721",
            "startTime": "09:59:00",
            "position": {
                "lat": 45.43689,
                "lon": -73.43207
            },
            "bearing": 70,
            "speed": 45,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 3,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                3
            ],
            "trip": {
                "id": "289244513",
                "headsign": "Sud",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "721",
                "routeLongName": "Service spécial REM A1",
                "shapeLink": "/storage/shapes/stm/7210011.json",
                "shapeId": "7210011",
                "serviceId": "25U-H59U000S-83-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 10:50:15",
            "meta": {}
        },
        {
            "id": 1511,
            "ref": "31104",
            "isActive": true,
            "label": "31104",
            "timestamp": 1752849104,
            "tripId": "289201623",
            "routeId": "161",
            "startTime": "10:19:00",
            "position": {
                "lat": 45.48874,
                "lon": -73.64288
            },
            "bearing": 33,
            "speed": 18,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 19,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                7
            ],
            "trip": {
                "id": "289201623",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "161",
                "routeLongName": "Van Horne",
                "shapeLink": "/storage/shapes/stm/1610001.json",
                "shapeId": "1610001",
                "serviceId": "25U-H55U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 10:55:10",
            "meta": {}
        },
        {
            "id": 1519,
            "ref": "37025",
            "isActive": true,
            "label": "37025",
            "timestamp": 1752849087,
            "tripId": "289199632",
            "routeId": "711",
            "startTime": "10:09:00",
            "position": {
                "lat": 45.5193,
                "lon": -73.59404
            },
            "bearing": 305,
            "speed": 9,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 21,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                9
            ],
            "trip": {
                "id": "289199632",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "711",
                "routeLongName": "Parc-du-Mont-Royal / Oratoire",
                "shapeLink": "/storage/shapes/stm/7110001.json",
                "shapeId": "7110001",
                "serviceId": "25U-H50U000S-82-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 10:55:14",
            "meta": {}
        },
        {
            "id": 1522,
            "ref": "38084",
            "isActive": true,
            "label": "38084",
            "timestamp": 1752849089,
            "tripId": "286061247",
            "routeId": "203",
            "startTime": "10:11:00",
            "position": {
                "lat": 45.45514,
                "lon": -73.79019
            },
            "bearing": 225,
            "speed": 27,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 21,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286061247",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "203",
                "routeLongName": "Carson",
                "shapeLink": "/storage/shapes/stm/2030001.json",
                "shapeId": "2030001",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 10:55:16",
            "meta": {}
        },
        {
            "id": 1531,
            "ref": "28081",
            "isActive": true,
            "label": "28081",
            "timestamp": 1752849088,
            "tripId": "289185762",
            "routeId": "496",
            "startTime": "10:24:00",
            "position": {
                "lat": 45.45983,
                "lon": -73.61919
            },
            "bearing": 234,
            "speed": 69,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 2,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289185762",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "496",
                "routeLongName": "Express Victoria",
                "shapeLink": "/storage/shapes/stm/4960002.json",
                "shapeId": "4960002",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 11:00:05",
            "meta": {}
        },
        {
            "id": 1538,
            "ref": "30026",
            "isActive": true,
            "label": "30026",
            "timestamp": 1752849095,
            "tripId": "289183303",
            "routeId": "61",
            "startTime": "10:03:00",
            "position": {
                "lat": 45.46604,
                "lon": -73.56248
            },
            "bearing": 195,
            "speed": 32,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 27,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289183303",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "61",
                "routeLongName": "Wellington",
                "shapeLink": "/storage/shapes/stm/610004.json",
                "shapeId": "610004",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 11:00:07",
            "meta": {}
        },
        {
            "id": 1555,
            "ref": "38033",
            "isActive": true,
            "label": "38033",
            "timestamp": 1752848738,
            "tripId": "289243108",
            "routeId": "136",
            "startTime": "09:45:00",
            "position": {
                "lat": 45.56185,
                "lon": -73.54651
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 31,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                3
            ],
            "trip": {
                "id": "289243108",
                "headsign": "Sud",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "136",
                "routeLongName": "Viau",
                "shapeLink": "/storage/shapes/stm/1360002.json",
                "shapeId": "1360002",
                "serviceId": "25U-H59U000S-83-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 11:00:18",
            "meta": {}
        },
        {
            "id": 1575,
            "ref": "29043",
            "isActive": true,
            "label": "29043",
            "timestamp": 1752849104,
            "tripId": "289201438",
            "routeId": "18",
            "startTime": "10:27:00",
            "position": {
                "lat": 45.59549,
                "lon": -73.5443
            },
            "bearing": 299,
            "speed": 34,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 4,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                7
            ],
            "trip": {
                "id": "289201438",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "18",
                "routeLongName": "Beaubien",
                "shapeLink": "/storage/shapes/stm/180002.json",
                "shapeId": "180002",
                "serviceId": "25U-H55U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 11:05:08",
            "meta": {}
        },
        {
            "id": 1578,
            "ref": "29095",
            "isActive": true,
            "label": "29095",
            "timestamp": 1752849087,
            "tripId": "289183753",
            "routeId": "198",
            "startTime": "09:53:00",
            "position": {
                "lat": 45.43836,
                "lon": -73.69225
            },
            "bearing": 175,
            "speed": 34,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 36,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289183753",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "198",
                "routeLongName": "Broadway",
                "shapeLink": "/storage/shapes/stm/1980001.json",
                "shapeId": "1980001",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 11:05:09",
            "meta": {}
        },
        {
            "id": 1599,
            "ref": "37065",
            "isActive": true,
            "label": "37065",
            "timestamp": 1752849095,
            "tripId": "289198684",
            "routeId": "166",
            "startTime": "10:20:00",
            "position": {
                "lat": 45.4959,
                "lon": -73.60835
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 13,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                9
            ],
            "trip": {
                "id": "289198684",
                "headsign": "Nord",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "166",
                "routeLongName": "Queen-Mary",
                "shapeLink": "/storage/shapes/stm/1660001.json",
                "shapeId": "1660001",
                "serviceId": "25U-H50U000S-82-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 11:05:20",
            "meta": {}
        },
        {
            "id": 1620,
            "ref": "37087",
            "isActive": true,
            "label": "37087",
            "timestamp": 1752849100,
            "tripId": "289197741",
            "routeId": "124",
            "startTime": "10:00:00",
            "position": {
                "lat": 45.50871,
                "lon": -73.66556
            },
            "bearing": 294,
            "speed": 27,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 38,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                9
            ],
            "trip": {
                "id": "289197741",
                "headsign": "Nord",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "124",
                "routeLongName": "Victoria",
                "shapeLink": "/storage/shapes/stm/1240001.json",
                "shapeId": "1240001",
                "serviceId": "25U-H50U000S-82-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 11:10:19",
            "meta": {}
        },
        {
            "id": 1684,
            "ref": "30849",
            "isActive": true,
            "label": "30849",
            "timestamp": 1752849093,
            "tripId": "286207913",
            "routeId": "121",
            "startTime": "09:27:00",
            "position": {
                "lat": 45.5764,
                "lon": -73.63886
            },
            "bearing": 31,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 48,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "286207913",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "121",
                "routeLongName": "Sauvé / Côte-Vertu",
                "shapeLink": "/storage/shapes/stm/1210001.json",
                "shapeId": "1210001",
                "serviceId": "25U-H58U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 11:20:18",
            "meta": {}
        },
        {
            "id": 1686,
            "ref": "31094",
            "isActive": true,
            "label": "31094",
            "timestamp": 1752849104,
            "tripId": "289243918",
            "routeId": "767",
            "startTime": "10:43:00",
            "position": {
                "lat": 45.52132,
                "lon": -73.53386
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 1,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 5,
                "label": "Full"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                3
            ],
            "trip": {
                "id": "289243918",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "767",
                "routeLongName": "La Ronde / Station Jean-Drapeau",
                "shapeLink": "/storage/shapes/stm/7670001.json",
                "shapeId": "7670001",
                "serviceId": "25U-H59U000S-83-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 11:20:19",
            "meta": {}
        },
        {
            "id": 1696,
            "ref": "37022",
            "isActive": true,
            "label": "37022",
            "timestamp": 1752849103,
            "tripId": "289197553",
            "routeId": "175",
            "startTime": "10:11:00",
            "position": {
                "lat": 45.48608,
                "lon": -73.7211
            },
            "bearing": 312,
            "speed": 58,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 22,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                9
            ],
            "trip": {
                "id": "289197553",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "175",
                "routeLongName": "Griffith / Saint-François",
                "shapeLink": "/storage/shapes/stm/1750002.json",
                "shapeId": "1750002",
                "serviceId": "25U-H50U000S-82-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 11:20:24",
            "meta": {}
        },
        {
            "id": 1697,
            "ref": "38031",
            "isActive": true,
            "label": "38031",
            "timestamp": 1752849088,
            "tripId": "289242920",
            "routeId": "74",
            "startTime": "10:17:00",
            "position": {
                "lat": 45.48766,
                "lon": -73.55726
            },
            "bearing": 7,
            "speed": 9,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 7,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                3
            ],
            "trip": {
                "id": "289242920",
                "headsign": "Nord",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "74",
                "routeLongName": "Bridge",
                "shapeLink": "/storage/shapes/stm/740002.json",
                "shapeId": "740002",
                "serviceId": "25U-H59U000S-83-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 11:20:24",
            "meta": {}
        },
        {
            "id": 1699,
            "ref": "39016",
            "isActive": true,
            "label": "39016",
            "timestamp": 1752849103,
            "tripId": "289243535",
            "routeId": "24",
            "startTime": "09:42:00",
            "position": {
                "lat": 45.47623,
                "lon": -73.61312
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 44,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                3
            ],
            "trip": {
                "id": "289243535",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "24",
                "routeLongName": "Sherbrooke",
                "shapeLink": "/storage/shapes/stm/240002.json",
                "shapeId": "240002",
                "serviceId": "25U-H59U000S-83-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 11:20:25",
            "meta": {}
        },
        {
            "id": 1748,
            "ref": "30091",
            "isActive": true,
            "label": "30091",
            "timestamp": 1752849093,
            "tripId": "289210522",
            "routeId": "721",
            "startTime": "10:19:00",
            "position": {
                "lat": 45.46529,
                "lon": -73.48025
            },
            "bearing": 94,
            "speed": 78,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 2,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                6
            ],
            "trip": {
                "id": "289210522",
                "headsign": "Sud",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "721",
                "routeLongName": "Service spécial REM A1",
                "shapeLink": "/storage/shapes/stm/7210011.json",
                "shapeId": "7210011",
                "serviceId": "25U-H57U000S-82-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 11:30:15",
            "meta": {}
        },
        {
            "id": 1750,
            "ref": "30172",
            "isActive": true,
            "label": "30172",
            "timestamp": 1752849093,
            "tripId": "286060236",
            "routeId": "225",
            "startTime": "10:07:00",
            "position": {
                "lat": 45.49839,
                "lon": -73.75029
            },
            "bearing": 224,
            "speed": 45,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 26,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286060236",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "225",
                "routeLongName": "Hymus",
                "shapeLink": "/storage/shapes/stm/2250001.json",
                "shapeId": "2250001",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 11:30:16",
            "meta": {}
        },
        {
            "id": 1763,
            "ref": "38079",
            "isActive": true,
            "label": "38079",
            "timestamp": 1752849104,
            "tripId": "286059641",
            "routeId": "68",
            "startTime": "09:54:00",
            "position": {
                "lat": 45.4828,
                "lon": -73.8613
            },
            "bearing": 226,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 53,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286059641",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "68",
                "routeLongName": "Pierrefonds",
                "shapeLink": "/storage/shapes/stm/680004.json",
                "shapeId": "680004",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 11:30:27",
            "meta": {}
        },
        {
            "id": 1764,
            "ref": "39089",
            "isActive": true,
            "label": "39089",
            "timestamp": 1752849093,
            "tripId": "289216016",
            "routeId": "32",
            "startTime": "10:13:00",
            "position": {
                "lat": 45.58277,
                "lon": -73.57234
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 18,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                2
            ],
            "trip": {
                "id": "289216016",
                "headsign": "Nord",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "32",
                "routeLongName": "Lacordaire",
                "shapeLink": "/storage/shapes/stm/320002.json",
                "shapeId": "320002",
                "serviceId": "25U-H54U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 11:30:27",
            "meta": {}
        },
        {
            "id": 1788,
            "ref": "30101",
            "isActive": true,
            "label": "30101",
            "timestamp": 1752849096,
            "tripId": "289215516",
            "routeId": "186",
            "startTime": "10:18:00",
            "position": {
                "lat": 45.65403,
                "lon": -73.51042
            },
            "bearing": 193,
            "speed": 14,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 21,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                2
            ],
            "trip": {
                "id": "289215516",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "186",
                "routeLongName": "Sherbrooke-Est",
                "shapeLink": "/storage/shapes/stm/1860002.json",
                "shapeId": "1860002",
                "serviceId": "25U-H54U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 11:35:15",
            "meta": {}
        },
        {
            "id": 1793,
            "ref": "30240",
            "isActive": true,
            "label": "30240",
            "timestamp": 1752849094,
            "tripId": "286060752",
            "routeId": "468",
            "startTime": "09:46:00",
            "position": {
                "lat": 45.49205,
                "lon": -73.85169
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 41,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286060752",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "468",
                "routeLongName": "Express Pierrefonds / Gouin",
                "shapeLink": "/storage/shapes/stm/4680002.json",
                "shapeId": "4680002",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 11:35:17",
            "meta": {}
        },
        {
            "id": 1795,
            "ref": "30866",
            "isActive": true,
            "label": "30866",
            "timestamp": 1752849102,
            "tripId": "286209068",
            "routeId": "69",
            "startTime": "09:47:00",
            "position": {
                "lat": 45.59733,
                "lon": -73.6412
            },
            "bearing": 31,
            "speed": 45,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 54,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "286209068",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "69",
                "routeLongName": "Gouin",
                "shapeLink": "/storage/shapes/stm/690002.json",
                "shapeId": "690002",
                "serviceId": "25U-H58U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 11:35:19",
            "meta": {}
        },
        {
            "id": 1804,
            "ref": "38014",
            "isActive": true,
            "label": "38014",
            "timestamp": 1752849092,
            "tripId": "289244125",
            "routeId": "768",
            "startTime": "10:42:00",
            "position": {
                "lat": 45.51205,
                "lon": -73.53163
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 1,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                3
            ],
            "trip": {
                "id": "289244125",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "768",
                "routeLongName": "Plage Jean-Doré / Station Jean-Drapeau",
                "shapeLink": "/storage/shapes/stm/7680001.json",
                "shapeId": "7680001",
                "serviceId": "25U-H59U000S-83-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 11:35:27",
            "meta": {}
        },
        {
            "id": 1830,
            "ref": "30226",
            "isActive": true,
            "label": "30226",
            "timestamp": 1752849088,
            "tripId": "289202117",
            "routeId": "197",
            "startTime": "10:31:00",
            "position": {
                "lat": 45.58268,
                "lon": -73.54257
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 1,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                7
            ],
            "trip": {
                "id": "289202117",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "197",
                "routeLongName": "Rosemont",
                "shapeLink": "/storage/shapes/stm/1970001.json",
                "shapeId": "1970001",
                "serviceId": "25U-H55U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 11:40:33",
            "meta": {}
        },
        {
            "id": 1840,
            "ref": "31196",
            "isActive": true,
            "label": "31196",
            "timestamp": 1752849092,
            "tripId": "289215567",
            "routeId": "44",
            "startTime": "10:09:00",
            "position": {
                "lat": 45.62342,
                "lon": -73.5842
            },
            "bearing": 42,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 24,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                2
            ],
            "trip": {
                "id": "289215567",
                "headsign": "Nord",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "44",
                "routeLongName": "Armand-Bombardier",
                "shapeLink": "/storage/shapes/stm/440001.json",
                "shapeId": "440001",
                "serviceId": "25U-H54U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 11:40:45",
            "meta": {}
        },
        {
            "id": 1845,
            "ref": "38077",
            "isActive": true,
            "label": "38077",
            "timestamp": 1752849087,
            "tripId": "286059988",
            "routeId": "215",
            "startTime": "10:02:00",
            "position": {
                "lat": 45.49665,
                "lon": -73.75269
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 27,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286059988",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "215",
                "routeLongName": "Henri-Bourassa",
                "shapeLink": "/storage/shapes/stm/2150002.json",
                "shapeId": "2150002",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 11:40:52",
            "meta": {}
        },
        {
            "id": 1874,
            "ref": "38062",
            "isActive": true,
            "label": "38062",
            "timestamp": 1752849095,
            "tripId": "286059465",
            "routeId": "208",
            "startTime": "10:30:00",
            "position": {
                "lat": 45.46815,
                "lon": -73.82806
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 2,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286059465",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "208",
                "routeLongName": "Brunswick",
                "shapeLink": "/storage/shapes/stm/2080001.json",
                "shapeId": "2080001",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 11:45:53",
            "meta": {}
        },
        {
            "id": 1901,
            "ref": "31107",
            "isActive": true,
            "label": "31107",
            "timestamp": 1752849096,
            "tripId": "289242674",
            "routeId": "125",
            "startTime": "10:48:00",
            "position": {
                "lat": 45.56146,
                "lon": -73.54675
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 1,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                3
            ],
            "trip": {
                "id": "289242674",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "125",
                "routeLongName": "Ontario",
                "shapeLink": "/storage/shapes/stm/1250001.json",
                "shapeId": "1250001",
                "serviceId": "25U-H59U000S-83-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 11:50:42",
            "meta": {}
        },
        {
            "id": 1903,
            "ref": "36033",
            "isActive": true,
            "label": "36033",
            "timestamp": 1752849099,
            "tripId": "289216299",
            "routeId": "33",
            "startTime": "10:15:00",
            "position": {
                "lat": 45.58979,
                "lon": -73.56522
            },
            "bearing": 289,
            "speed": 42,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 18,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                2
            ],
            "trip": {
                "id": "289216299",
                "headsign": "Nord",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "33",
                "routeLongName": "Langelier",
                "shapeLink": "/storage/shapes/stm/330002.json",
                "shapeId": "330002",
                "serviceId": "25U-H54U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 11:50:51",
            "meta": {}
        },
        {
            "id": 1981,
            "ref": "38005",
            "isActive": true,
            "label": "38005",
            "timestamp": 1752849102,
            "tripId": "289242451",
            "routeId": "22",
            "startTime": "09:54:00",
            "position": {
                "lat": 45.56889,
                "lon": -73.54599
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 37,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                3
            ],
            "trip": {
                "id": "289242451",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "22",
                "routeLongName": "Notre-Dame",
                "shapeLink": "/storage/shapes/stm/220001.json",
                "shapeId": "220001",
                "serviceId": "25U-H59U000S-83-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 12:00:59",
            "meta": {}
        },
        {
            "id": 1982,
            "ref": "38043",
            "isActive": true,
            "label": "38043",
            "timestamp": 1752849096,
            "tripId": "286060950",
            "routeId": "201",
            "startTime": "09:36:00",
            "position": {
                "lat": 45.4561,
                "lon": -73.80701
            },
            "bearing": 324,
            "speed": 45,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 59,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286060950",
                "headsign": "Nord",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "201",
                "routeLongName": "Saint-Charles / Saint-Jean",
                "shapeLink": "/storage/shapes/stm/2010001.json",
                "shapeId": "2010001",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 12:01:00",
            "meta": {}
        },
        {
            "id": 2021,
            "ref": "29055",
            "isActive": true,
            "label": "29055",
            "timestamp": 1752849088,
            "tripId": "289202027",
            "routeId": "30",
            "startTime": "10:21:00",
            "position": {
                "lat": 45.51882,
                "lon": -73.56837
            },
            "bearing": 297,
            "speed": 19,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 9,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                7
            ],
            "trip": {
                "id": "289202027",
                "headsign": "Nord",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "30",
                "routeLongName": "Saint-Denis / Saint-Hubert",
                "shapeLink": "/storage/shapes/stm/300002.json",
                "shapeId": "300002",
                "serviceId": "25U-H55U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 12:10:29",
            "meta": {}
        },
        {
            "id": 2027,
            "ref": "31055",
            "isActive": true,
            "label": "31055",
            "timestamp": 1752849103,
            "tripId": "289243401",
            "routeId": "24",
            "startTime": "10:14:00",
            "position": {
                "lat": 45.51491,
                "lon": -73.56837
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 16,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                3
            ],
            "trip": {
                "id": "289243401",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "24",
                "routeLongName": "Sherbrooke",
                "shapeLink": "/storage/shapes/stm/240002.json",
                "shapeId": "240002",
                "serviceId": "25U-H59U000S-83-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 12:10:49",
            "meta": {}
        },
        {
            "id": 2051,
            "ref": "29023",
            "isActive": true,
            "label": "29023",
            "timestamp": 1752849096,
            "tripId": "289202126",
            "routeId": "95",
            "startTime": "10:18:00",
            "position": {
                "lat": 45.54954,
                "lon": -73.60073
            },
            "bearing": 31,
            "speed": 12,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 10,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                7
            ],
            "trip": {
                "id": "289202126",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "95",
                "routeLongName": "Bélanger",
                "shapeLink": "/storage/shapes/stm/950002.json",
                "shapeId": "950002",
                "serviceId": "25U-H55U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 12:15:26",
            "meta": {}
        },
        {
            "id": 2058,
            "ref": "30214",
            "isActive": true,
            "label": "30214",
            "timestamp": 1752849089,
            "tripId": "289201496",
            "routeId": "66",
            "startTime": "10:00:00",
            "position": {
                "lat": 45.4939,
                "lon": -73.57941
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 33,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                7
            ],
            "trip": {
                "id": "289201496",
                "headsign": "Sud",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "66",
                "routeLongName": "The Boulevard",
                "shapeLink": "/storage/shapes/stm/660003.json",
                "shapeId": "660003",
                "serviceId": "25U-H55U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 12:15:41",
            "meta": {}
        },
        {
            "id": 2080,
            "ref": "30053",
            "isActive": true,
            "label": "30053",
            "timestamp": 1752849102,
            "tripId": "289182445",
            "routeId": "63",
            "startTime": "10:26:00",
            "position": {
                "lat": 45.48625,
                "lon": -73.58773
            },
            "bearing": 216,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 4,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                6
            ],
            "trip": {
                "id": "289182445",
                "headsign": "Nord",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "63",
                "routeLongName": "Girouard",
                "shapeLink": "/storage/shapes/stm/630001.json",
                "shapeId": "630001",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 12:20:38",
            "meta": {}
        },
        {
            "id": 2082,
            "ref": "30827",
            "isActive": true,
            "label": "30827",
            "timestamp": 1752849090,
            "tripId": "286207522",
            "routeId": "67",
            "startTime": "10:17:00",
            "position": {
                "lat": 45.56775,
                "lon": -73.61868
            },
            "bearing": 122,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 14,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "286207522",
                "headsign": "Sud",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "67",
                "routeLongName": "Saint-Michel",
                "shapeLink": "/storage/shapes/stm/670001.json",
                "shapeId": "670001",
                "serviceId": "25U-H58U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 12:20:49",
            "meta": {}
        },
        {
            "id": 2093,
            "ref": "31036",
            "isActive": true,
            "label": "31036",
            "timestamp": 1752849088,
            "tripId": "286208824",
            "routeId": "45",
            "startTime": "10:00:00",
            "position": {
                "lat": 45.54826,
                "lon": -73.60777
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 43,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "286208824",
                "headsign": "Nord",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "45",
                "routeLongName": "Papineau",
                "shapeLink": "/storage/shapes/stm/450001.json",
                "shapeId": "450001",
                "serviceId": "25U-H58U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 12:25:51",
            "meta": {}
        },
        {
            "id": 2102,
            "ref": "29038",
            "isActive": true,
            "label": "29038",
            "timestamp": 1752849103,
            "tripId": "289200797",
            "routeId": "30",
            "startTime": "10:21:00",
            "position": {
                "lat": 45.54927,
                "lon": -73.63556
            },
            "bearing": 112,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 11,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                7
            ],
            "trip": {
                "id": "289200797",
                "headsign": "Sud",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "30",
                "routeLongName": "Saint-Denis / Saint-Hubert",
                "shapeLink": "/storage/shapes/stm/300001.json",
                "shapeId": "300001",
                "serviceId": "25U-H55U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 12:30:29",
            "meta": {}
        },
        {
            "id": 2111,
            "ref": "31125",
            "isActive": true,
            "label": "31125",
            "timestamp": 1752849090,
            "tripId": "286208502",
            "routeId": "54",
            "startTime": "09:58:00",
            "position": {
                "lat": 45.56575,
                "lon": -73.64387
            },
            "bearing": 31,
            "speed": 27,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 38,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "286208502",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "54",
                "routeLongName": "Charland / Chabanel",
                "shapeLink": "/storage/shapes/stm/540002.json",
                "shapeId": "540002",
                "serviceId": "25U-H58U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 12:30:58",
            "meta": {}
        },
        {
            "id": 2143,
            "ref": "30055",
            "isActive": true,
            "label": "30055",
            "timestamp": 1752849091,
            "tripId": "289209576",
            "routeId": "427",
            "startTime": "09:00:00",
            "position": {
                "lat": 45.53825,
                "lon": -73.57103
            },
            "bearing": 113,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 28,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                6
            ],
            "trip": {
                "id": "289209576",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "427",
                "routeLongName": "Express Saint-Joseph",
                "shapeLink": "/storage/shapes/stm/4270001.json",
                "shapeId": "4270001",
                "serviceId": "25U-H57U000S-82-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 12:50:25",
            "meta": {}
        },
        {
            "id": 2146,
            "ref": "32005",
            "isActive": true,
            "label": "32005",
            "timestamp": 1752849103,
            "tripId": "289200778",
            "routeId": "18",
            "startTime": "09:56:00",
            "position": {
                "lat": 45.5775,
                "lon": -73.56696
            },
            "bearing": 26,
            "speed": 27,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 36,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                7
            ],
            "trip": {
                "id": "289200778",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "18",
                "routeLongName": "Beaubien",
                "shapeLink": "/storage/shapes/stm/180001.json",
                "shapeId": "180001",
                "serviceId": "25U-H55U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 12:50:40",
            "meta": {}
        },
        {
            "id": 2153,
            "ref": "38048",
            "isActive": true,
            "label": "38048",
            "timestamp": 1752849092,
            "tripId": "286059750",
            "routeId": "201",
            "startTime": "10:13:00",
            "position": {
                "lat": 45.44043,
                "lon": -73.82526
            },
            "bearing": 253,
            "speed": 72,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 14,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286059750",
                "headsign": "Sud",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "201",
                "routeLongName": "Saint-Charles / Saint-Jean",
                "shapeLink": "/storage/shapes/stm/2010003.json",
                "shapeId": "2010003",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 12:50:42",
            "meta": {}
        },
        {
            "id": 2154,
            "ref": "38051",
            "isActive": true,
            "label": "38051",
            "timestamp": 1752849094,
            "tripId": "286061333",
            "routeId": "207",
            "startTime": "10:04:00",
            "position": {
                "lat": 45.49773,
                "lon": -73.8629
            },
            "bearing": 191,
            "speed": 9,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 37,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286061333",
                "headsign": "Nord",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "207",
                "routeLongName": "Jacques-Bizard",
                "shapeLink": "/storage/shapes/stm/2070001.json",
                "shapeId": "2070001",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 12:50:42",
            "meta": {}
        },
        {
            "id": 2156,
            "ref": "39020",
            "isActive": true,
            "label": "39020",
            "timestamp": 1752849095,
            "tripId": "289244682",
            "routeId": "176",
            "startTime": "10:16:00",
            "position": {
                "lat": 45.46964,
                "lon": -73.53559
            },
            "bearing": 95,
            "speed": 27,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 3,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                3
            ],
            "trip": {
                "id": "289244682",
                "headsign": "Sud",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "176",
                "routeLongName": "Berlioz",
                "shapeLink": "/storage/shapes/stm/1760012.json",
                "shapeId": "1760012",
                "serviceId": "25U-H59U000S-83-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 12:50:43",
            "meta": {}
        },
        {
            "id": 2157,
            "ref": "39026",
            "isActive": true,
            "label": "39026",
            "timestamp": 1752849094,
            "tripId": "289243164",
            "routeId": "172",
            "startTime": "10:27:00",
            "position": {
                "lat": 45.46828,
                "lon": -73.53571
            },
            "bearing": 219,
            "speed": 9,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 3,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                3
            ],
            "trip": {
                "id": "289243164",
                "headsign": "Nord",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "172",
                "routeLongName": "Du Golf",
                "shapeLink": "/storage/shapes/stm/1720001.json",
                "shapeId": "1720001",
                "serviceId": "25U-H59U000S-83-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 12:50:43",
            "meta": {}
        },
        {
            "id": 2159,
            "ref": "39038",
            "isActive": true,
            "label": "39038",
            "timestamp": 1752849103,
            "tripId": "289242657",
            "routeId": "24",
            "startTime": "10:03:00",
            "position": {
                "lat": 45.50407,
                "lon": -73.57435
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 23,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                3
            ],
            "trip": {
                "id": "289242657",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "24",
                "routeLongName": "Sherbrooke",
                "shapeLink": "/storage/shapes/stm/240002.json",
                "shapeId": "240002",
                "serviceId": "25U-H59U000S-83-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 12:50:43",
            "meta": {}
        },
        {
            "id": 2160,
            "ref": "39042",
            "isActive": true,
            "label": "39042",
            "timestamp": 1752849102,
            "tripId": "289214644",
            "routeId": "43",
            "startTime": "09:39:00",
            "position": {
                "lat": 45.58698,
                "lon": -73.64273
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 53,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                2
            ],
            "trip": {
                "id": "289214644",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "43",
                "routeLongName": "Monselet",
                "shapeLink": "/storage/shapes/stm/430001.json",
                "shapeId": "430001",
                "serviceId": "25U-H54U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 12:50:43",
            "meta": {}
        },
        {
            "id": 2162,
            "ref": "39100",
            "isActive": true,
            "label": "39100",
            "timestamp": 1752849104,
            "tripId": "289225429",
            "routeId": "814",
            "startTime": "10:30:00",
            "position": {
                "lat": 45.57816,
                "lon": -73.5826
            },
            "bearing": 21,
            "speed": 27,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 2,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                2
            ],
            "trip": {
                "id": "289225429",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "814",
                "routeLongName": "Jean-Talon Est / Bélanger",
                "shapeLink": "/storage/shapes/stm/8140001.json",
                "shapeId": "8140001",
                "serviceId": "25U-H54U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 12:50:44",
            "meta": {}
        },
        {
            "id": 2180,
            "ref": "29846",
            "isActive": true,
            "label": "29846",
            "timestamp": 1752849091,
            "tripId": "286206617",
            "routeId": "439",
            "startTime": "10:09:00",
            "position": {
                "lat": 45.56374,
                "lon": -73.58313
            },
            "bearing": 293,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 13,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "286206617",
                "headsign": "Nord destination Cégep Marie-Victorin",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "439",
                "routeLongName": "Express Pie-IX",
                "shapeLink": "/storage/shapes/stm/4390003.json",
                "shapeId": "4390003",
                "serviceId": "25U-H58U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 13:05:23",
            "meta": {}
        },
        {
            "id": 2185,
            "ref": "37106",
            "isActive": true,
            "label": "37106",
            "timestamp": 1752849103,
            "tripId": "289198018",
            "routeId": "100",
            "startTime": "09:57:00",
            "position": {
                "lat": 45.47855,
                "lon": -73.70511
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 29,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                9
            ],
            "trip": {
                "id": "289198018",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "100",
                "routeLongName": "Crémazie",
                "shapeLink": "/storage/shapes/stm/1000001.json",
                "shapeId": "1000001",
                "serviceId": "25U-H50U000S-82-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 13:20:38",
            "meta": {}
        },
        {
            "id": 2187,
            "ref": "30208",
            "isActive": true,
            "label": "30208",
            "timestamp": 1752849087,
            "tripId": "286208580",
            "routeId": "45",
            "startTime": "10:30:00",
            "position": {
                "lat": 45.52312,
                "lon": -73.55349
            },
            "bearing": 121,
            "speed": 27,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 2,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "286208580",
                "headsign": "Nord",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "45",
                "routeLongName": "Papineau",
                "shapeLink": "/storage/shapes/stm/450001.json",
                "shapeId": "450001",
                "serviceId": "25U-H58U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 13:25:25",
            "meta": {}
        },
        {
            "id": 2195,
            "ref": "31838",
            "isActive": true,
            "label": "31838",
            "timestamp": 1752849087,
            "tripId": "286206745",
            "routeId": "439",
            "startTime": "09:39:00",
            "position": {
                "lat": 45.60654,
                "lon": -73.62524
            },
            "bearing": 323,
            "speed": 30,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 30,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "286206745",
                "headsign": "Nord destination Cégep Marie-Victorin",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "439",
                "routeLongName": "Express Pie-IX",
                "shapeLink": "/storage/shapes/stm/4390003.json",
                "shapeId": "4390003",
                "serviceId": "25U-H58U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 16:20:26",
            "meta": {}
        },
        {
            "id": 2224,
            "ref": "31806",
            "isActive": true,
            "label": "31806",
            "timestamp": 1752849104,
            "tripId": "289199287",
            "routeId": "470",
            "startTime": "10:37:00",
            "position": {
                "lat": 45.46498,
                "lon": -73.89178
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 1,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                9
            ],
            "trip": {
                "id": "289199287",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "470",
                "routeLongName": "Express Pierrefonds",
                "shapeLink": "/storage/shapes/stm/4700001.json",
                "shapeId": "4700001",
                "serviceId": "25U-H50U000S-82-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 19:35:22",
            "meta": {}
        },
        {
            "id": 2326,
            "ref": "30177",
            "isActive": true,
            "label": "30177",
            "timestamp": 1752849091,
            "tripId": "286058945",
            "routeId": "17",
            "startTime": "10:20:00",
            "position": {
                "lat": 45.47412,
                "lon": -73.61556
            },
            "bearing": 296,
            "speed": 27,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 11,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286058945",
                "headsign": "Nord",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "17",
                "routeLongName": "Décarie",
                "shapeLink": "/storage/shapes/stm/170001.json",
                "shapeId": "170001",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 20:10:21",
            "meta": {}
        },
        {
            "id": 2403,
            "ref": "37024",
            "isActive": true,
            "label": "37024",
            "timestamp": 1752848639,
            "tripId": "289197131",
            "routeId": "105",
            "startTime": "10:05:00",
            "position": {
                "lat": 45.47364,
                "lon": -73.60477
            },
            "bearing": 40,
            "speed": 18,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 19,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                9
            ],
            "trip": {
                "id": "289197131",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "105",
                "routeLongName": "Sherbrooke",
                "shapeLink": "/storage/shapes/stm/1050002.json",
                "shapeId": "1050002",
                "serviceId": "25U-H50U000S-82-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 21:10:37",
            "meta": {}
        },
        {
            "id": 2446,
            "ref": "37085",
            "isActive": true,
            "label": "37085",
            "timestamp": 1752849097,
            "tripId": "289196363",
            "routeId": "16",
            "startTime": "10:23:00",
            "position": {
                "lat": 45.50985,
                "lon": -73.68065
            },
            "bearing": 40,
            "speed": 27,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 11,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                9
            ],
            "trip": {
                "id": "289196363",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "16",
                "routeLongName": "Graham",
                "shapeLink": "/storage/shapes/stm/160002.json",
                "shapeId": "160002",
                "serviceId": "25U-H50U000S-82-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 21:44:41",
            "meta": {}
        },
        {
            "id": 2463,
            "ref": "31024",
            "isActive": true,
            "label": "31024",
            "timestamp": 1752849089,
            "tripId": "289202100",
            "routeId": "161",
            "startTime": "10:03:00",
            "position": {
                "lat": 45.5078,
                "lon": -73.62561
            },
            "bearing": 30,
            "speed": 6,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 31,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                7
            ],
            "trip": {
                "id": "289202100",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "161",
                "routeLongName": "Van Horne",
                "shapeLink": "/storage/shapes/stm/1610001.json",
                "shapeId": "1610001",
                "serviceId": "25U-H55U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 22:26:31",
            "meta": {}
        },
        {
            "id": 2477,
            "ref": "31070",
            "isActive": true,
            "label": "31070",
            "timestamp": 1752849047,
            "tripId": "289242294",
            "routeId": "172",
            "startTime": "10:15:00",
            "position": {
                "lat": 45.46964,
                "lon": -73.53551
            },
            "bearing": 271,
            "speed": 45,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 19,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                3
            ],
            "trip": {
                "id": "289242294",
                "headsign": "Sud",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "172",
                "routeLongName": "Du Golf",
                "shapeLink": "/storage/shapes/stm/1720011.json",
                "shapeId": "1720011",
                "serviceId": "25U-H59U000S-83-S",
                "blockId": null
            },
            "createdAt": "2019-11-23 11:20:07",
            "meta": {}
        },
        {
            "id": 2490,
            "ref": "36036",
            "isActive": true,
            "label": "36036",
            "timestamp": 1752849087,
            "tripId": "289216208",
            "routeId": "43",
            "startTime": "09:38:00",
            "position": {
                "lat": 45.65079,
                "lon": -73.57719
            },
            "bearing": 36,
            "speed": 15,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 58,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                2
            ],
            "trip": {
                "id": "289216208",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "43",
                "routeLongName": "Monselet",
                "shapeLink": "/storage/shapes/stm/430002.json",
                "shapeId": "430002",
                "serviceId": "25U-H54U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-23 17:48:17",
            "meta": {}
        },
        {
            "id": 2493,
            "ref": "30117",
            "isActive": true,
            "label": "30117",
            "timestamp": 1752849099,
            "tripId": "289214566",
            "routeId": "432",
            "startTime": "10:18:00",
            "position": {
                "lat": 45.58358,
                "lon": -73.59146
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 7,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                2
            ],
            "trip": {
                "id": "289214566",
                "headsign": "Nord via Lacordaire / Perras",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "432",
                "routeLongName": "Express Lacordaire",
                "shapeLink": "/storage/shapes/stm/4320005.json",
                "shapeId": "4320005",
                "serviceId": "25U-H54U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-23 18:46:11",
            "meta": {}
        },
        {
            "id": 2494,
            "ref": "31053",
            "isActive": true,
            "label": "31053",
            "timestamp": 1752849097,
            "tripId": "286061006",
            "routeId": "177",
            "startTime": "10:21:00",
            "position": {
                "lat": 45.49419,
                "lon": -73.72191
            },
            "bearing": 99,
            "speed": 45,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 17,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286061006",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "177",
                "routeLongName": "Thimens",
                "shapeLink": "/storage/shapes/stm/1770002.json",
                "shapeId": "1770002",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-23 18:48:11",
            "meta": {}
        },
        {
            "id": 2501,
            "ref": "38042",
            "isActive": true,
            "label": "38042",
            "timestamp": 1752849094,
            "tripId": "286060555",
            "routeId": "170",
            "startTime": "10:28:00",
            "position": {
                "lat": 45.51932,
                "lon": -73.69061
            },
            "bearing": 305,
            "speed": 6,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 5,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286060555",
                "headsign": "Nord",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "170",
                "routeLongName": "Keller",
                "shapeLink": "/storage/shapes/stm/1700002.json",
                "shapeId": "1700002",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-24 11:20:06",
            "meta": {}
        },
        {
            "id": 2512,
            "ref": "31017",
            "isActive": true,
            "label": "31017",
            "timestamp": 1752849099,
            "tripId": "289201653",
            "routeId": "129",
            "startTime": "10:34:00",
            "position": {
                "lat": 45.48293,
                "lon": -73.63541
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 1,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                7
            ],
            "trip": {
                "id": "289201653",
                "headsign": "Sud",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "129",
                "routeLongName": "Côte-Sainte-Catherine",
                "shapeLink": "/storage/shapes/stm/1290001.json",
                "shapeId": "1290001",
                "serviceId": "25U-H55U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-24 17:28:09",
            "meta": {}
        },
        {
            "id": 2514,
            "ref": "30826",
            "isActive": true,
            "label": "30826",
            "timestamp": 1752849090,
            "tripId": "286208397",
            "routeId": "67",
            "startTime": "10:02:00",
            "position": {
                "lat": 45.56735,
                "lon": -73.61749
            },
            "bearing": 302,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 26,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "286208397",
                "headsign": "Nord",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "67",
                "routeLongName": "Saint-Michel",
                "shapeLink": "/storage/shapes/stm/670002.json",
                "shapeId": "670002",
                "serviceId": "25U-H58U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-24 18:54:12",
            "meta": {}
        },
        {
            "id": 2517,
            "ref": "30156",
            "isActive": true,
            "label": "30156",
            "timestamp": 1752849104,
            "tripId": "289200914",
            "routeId": "129",
            "startTime": "10:09:00",
            "position": {
                "lat": 45.51261,
                "lon": -73.61379
            },
            "bearing": 52,
            "speed": 9,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 21,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                7
            ],
            "trip": {
                "id": "289200914",
                "headsign": "Sud",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "129",
                "routeLongName": "Côte-Sainte-Catherine",
                "shapeLink": "/storage/shapes/stm/1290001.json",
                "shapeId": "1290001",
                "serviceId": "25U-H55U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-24 23:34:09",
            "meta": {}
        },
        {
            "id": 2523,
            "ref": "31066",
            "isActive": true,
            "label": "31066",
            "timestamp": 1752849103,
            "tripId": "289241916",
            "routeId": "10",
            "startTime": "10:23:00",
            "position": {
                "lat": 45.55235,
                "lon": -73.60971
            },
            "bearing": 122,
            "speed": 45,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 9,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                3
            ],
            "trip": {
                "id": "289241916",
                "headsign": "Sud",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "10",
                "routeLongName": "De Lorimier",
                "shapeLink": "/storage/shapes/stm/100001.json",
                "shapeId": "100001",
                "serviceId": "25U-H59U000S-83-S",
                "blockId": null
            },
            "createdAt": "2019-11-25 09:46:02",
            "meta": {}
        },
        {
            "id": 2529,
            "ref": "30807",
            "isActive": true,
            "label": "30807",
            "timestamp": 1752849088,
            "tripId": "286208874",
            "routeId": "121",
            "startTime": "09:51:00",
            "position": {
                "lat": 45.55159,
                "lon": -73.65546
            },
            "bearing": 20,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 33,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "286208874",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "121",
                "routeLongName": "Sauvé / Côte-Vertu",
                "shapeLink": "/storage/shapes/stm/1210001.json",
                "shapeId": "1210001",
                "serviceId": "25U-H58U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-25 10:18:04",
            "meta": {}
        },
        {
            "id": 2531,
            "ref": "37078",
            "isActive": true,
            "label": "37078",
            "timestamp": 1752849088,
            "tripId": "289199442",
            "routeId": "485",
            "startTime": "09:35:00",
            "position": {
                "lat": 45.45454,
                "lon": -73.87849
            },
            "bearing": 236,
            "speed": 63,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 22,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                9
            ],
            "trip": {
                "id": "289199442",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "485",
                "routeLongName": "Express Antoine-Faucon",
                "shapeLink": "/storage/shapes/stm/4850001.json",
                "shapeId": "4850001",
                "serviceId": "25U-H50U000S-82-S",
                "blockId": null
            },
            "createdAt": "2019-11-25 10:22:06",
            "meta": {}
        },
        {
            "id": 2532,
            "ref": "37004",
            "isActive": true,
            "label": "37004",
            "timestamp": 1752849098,
            "tripId": "289197361",
            "routeId": "105",
            "startTime": "10:34:00",
            "position": {
                "lat": 45.45451,
                "lon": -73.64149
            },
            "bearing": 31,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 1,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                9
            ],
            "trip": {
                "id": "289197361",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "105",
                "routeLongName": "Sherbrooke",
                "shapeLink": "/storage/shapes/stm/1050002.json",
                "shapeId": "1050002",
                "serviceId": "25U-H50U000S-82-S",
                "blockId": null
            },
            "createdAt": "2019-11-25 10:32:10",
            "meta": {}
        },
        {
            "id": 2541,
            "ref": "30076",
            "isActive": true,
            "label": "30076",
            "timestamp": 1752849104,
            "tripId": "289183596",
            "routeId": "108",
            "startTime": "10:11:00",
            "position": {
                "lat": 45.47381,
                "lon": -73.57246
            },
            "bearing": 346,
            "speed": 30,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 20,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                6
            ],
            "trip": {
                "id": "289183596",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "108",
                "routeLongName": "Bannantyne",
                "shapeLink": "/storage/shapes/stm/1080001.json",
                "shapeId": "1080001",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-25 11:02:10",
            "meta": {}
        },
        {
            "id": 2566,
            "ref": "31078",
            "isActive": true,
            "label": "31078",
            "timestamp": 1752849091,
            "tripId": "289243493",
            "routeId": "34",
            "startTime": "10:04:00",
            "position": {
                "lat": 45.54966,
                "lon": -73.53481
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 14,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 3,
                "label": "Congestion"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                3
            ],
            "trip": {
                "id": "289243493",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "34",
                "routeLongName": "Sainte-Catherine",
                "shapeLink": "/storage/shapes/stm/340001.json",
                "shapeId": "340001",
                "serviceId": "25U-H59U000S-83-S",
                "blockId": null
            },
            "createdAt": "2019-11-25 11:52:25",
            "meta": {}
        },
        {
            "id": 2584,
            "ref": "30251",
            "isActive": true,
            "label": "30251",
            "timestamp": 1752849093,
            "tripId": "289242986",
            "routeId": "74",
            "startTime": "10:21:00",
            "position": {
                "lat": 45.48671,
                "lon": -73.55077
            },
            "bearing": 97,
            "speed": 18,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 12,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                3
            ],
            "trip": {
                "id": "289242986",
                "headsign": "Sud via Wellington / Bridge",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "74",
                "routeLongName": "Bridge",
                "shapeLink": "/storage/shapes/stm/740001.json",
                "shapeId": "740001",
                "serviceId": "25U-H59U000S-83-S",
                "blockId": null
            },
            "createdAt": "2019-11-25 12:20:28",
            "meta": {}
        },
        {
            "id": 2587,
            "ref": "38013",
            "isActive": true,
            "label": "38013",
            "timestamp": 1752849103,
            "tripId": "289242424",
            "routeId": "131",
            "startTime": "10:05:00",
            "position": {
                "lat": 45.57953,
                "lon": -73.58182
            },
            "bearing": 38,
            "speed": 27,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 15,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                3
            ],
            "trip": {
                "id": "289242424",
                "headsign": "Nord destination Antonio-Dagenais / Lespinay",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "131",
                "routeLongName": "De l'Assomption",
                "shapeLink": "/storage/shapes/stm/1310004.json",
                "shapeId": "1310004",
                "serviceId": "25U-H59U000S-83-S",
                "blockId": null
            },
            "createdAt": "2019-11-25 12:38:43",
            "meta": {}
        },
        {
            "id": 2589,
            "ref": "39073",
            "isActive": true,
            "label": "39073",
            "timestamp": 1752849096,
            "tripId": "289215895",
            "routeId": "449",
            "startTime": "10:46:00",
            "position": {
                "lat": 45.66201,
                "lon": -73.53818
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 1,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                2
            ],
            "trip": {
                "id": "289215895",
                "headsign": "Sud",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "449",
                "routeLongName": "Express Rivière-des-Prairies",
                "shapeLink": "/storage/shapes/stm/4490002.json",
                "shapeId": "4490002",
                "serviceId": "25U-H54U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-25 12:48:46",
            "meta": {}
        },
        {
            "id": 2607,
            "ref": "31229",
            "isActive": true,
            "label": "31229",
            "timestamp": 1752849087,
            "tripId": "289241874",
            "routeId": "50",
            "startTime": "10:25:00",
            "position": {
                "lat": 45.51361,
                "lon": -73.55489
            },
            "bearing": 119,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 2,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                3
            ],
            "trip": {
                "id": "289241874",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "50",
                "routeLongName": "Vieux-Montréal / Vieux-Port",
                "shapeLink": "/storage/shapes/stm/500009.json",
                "shapeId": "500009",
                "serviceId": "25U-H59U000S-83-S",
                "blockId": null
            },
            "createdAt": "2019-11-25 19:58:22",
            "meta": {}
        },
        {
            "id": 2613,
            "ref": "38029",
            "isActive": true,
            "label": "38029",
            "timestamp": 1752849099,
            "tripId": "289242760",
            "routeId": "24",
            "startTime": "09:48:00",
            "position": {
                "lat": 45.52263,
                "lon": -73.56593
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 36,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                3
            ],
            "trip": {
                "id": "289242760",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "24",
                "routeLongName": "Sherbrooke",
                "shapeLink": "/storage/shapes/stm/240001.json",
                "shapeId": "240001",
                "serviceId": "25U-H59U000S-83-S",
                "blockId": null
            },
            "createdAt": "2019-11-25 20:30:34",
            "meta": {}
        },
        {
            "id": 2617,
            "ref": "39071",
            "isActive": true,
            "label": "39071",
            "timestamp": 1752849103,
            "tripId": "289216357",
            "routeId": "187",
            "startTime": "10:21:00",
            "position": {
                "lat": 45.62766,
                "lon": -73.51859
            },
            "bearing": 20,
            "speed": 12,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 8,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                2
            ],
            "trip": {
                "id": "289216357",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "187",
                "routeLongName": "René-Lévesque",
                "shapeLink": "/storage/shapes/stm/1870002.json",
                "shapeId": "1870002",
                "serviceId": "25U-H54U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-25 20:42:39",
            "meta": {}
        },
        {
            "id": 2626,
            "ref": "38061",
            "isActive": true,
            "label": "38061",
            "timestamp": 1752849092,
            "tripId": "286060134",
            "routeId": "202",
            "startTime": "09:34:00",
            "position": {
                "lat": 45.50186,
                "lon": -73.68041
            },
            "bearing": 43,
            "speed": 27,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 65,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286060134",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "202",
                "routeLongName": "Dawson",
                "shapeLink": "/storage/shapes/stm/2020001.json",
                "shapeId": "2020001",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-25 21:40:42",
            "meta": {}
        },
        {
            "id": 2630,
            "ref": "36040",
            "isActive": true,
            "label": "36040",
            "timestamp": 1752849095,
            "tripId": "289216418",
            "routeId": "49",
            "startTime": "10:27:00",
            "position": {
                "lat": 45.6587,
                "lon": -73.5642
            },
            "bearing": 235,
            "speed": 14,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 6,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                2
            ],
            "trip": {
                "id": "289216418",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "49",
                "routeLongName": "Maurice-Duplessis",
                "shapeLink": "/storage/shapes/stm/490001.json",
                "shapeId": "490001",
                "serviceId": "25U-H54U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-25 21:58:42",
            "meta": {}
        },
        {
            "id": 2632,
            "ref": "38025",
            "isActive": true,
            "label": "38025",
            "timestamp": 1752849092,
            "tripId": "289243083",
            "routeId": "150",
            "startTime": "10:42:00",
            "position": {
                "lat": 45.52406,
                "lon": -73.55231
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 1,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                3
            ],
            "trip": {
                "id": "289243083",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "150",
                "routeLongName": "René-Lévesque",
                "shapeLink": "/storage/shapes/stm/1500001.json",
                "shapeId": "1500001",
                "serviceId": "25U-H59U000S-83-S",
                "blockId": null
            },
            "createdAt": "2019-11-25 22:04:41",
            "meta": {}
        },
        {
            "id": 2639,
            "ref": "38050",
            "isActive": true,
            "label": "38050",
            "timestamp": 1752849096,
            "tripId": "286059241",
            "routeId": "200",
            "startTime": "10:31:00",
            "position": {
                "lat": 45.46526,
                "lon": -73.83083
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 2,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286059241",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "200",
                "routeLongName": "Sainte-Anne-de-Bellevue",
                "shapeLink": "/storage/shapes/stm/2000002.json",
                "shapeId": "2000002",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-26 10:22:09",
            "meta": {}
        },
        {
            "id": 2651,
            "ref": "29084",
            "isActive": true,
            "label": "29084",
            "timestamp": 1752849094,
            "tripId": "289183461",
            "routeId": "107",
            "startTime": "09:56:00",
            "position": {
                "lat": 45.43828,
                "lon": -73.58424
            },
            "bearing": 281,
            "speed": 29,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 37,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289183461",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "107",
                "routeLongName": "Verdun",
                "shapeLink": "/storage/shapes/stm/1070001.json",
                "shapeId": "1070001",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-26 11:18:11",
            "meta": {}
        },
        {
            "id": 2661,
            "ref": "37089",
            "isActive": true,
            "label": "37089",
            "timestamp": 1752849102,
            "tripId": "289199504",
            "routeId": "485",
            "startTime": "10:17:00",
            "position": {
                "lat": 45.4662,
                "lon": -73.84892
            },
            "bearing": 54,
            "speed": 27,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 15,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                9
            ],
            "trip": {
                "id": "289199504",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "485",
                "routeLongName": "Express Antoine-Faucon",
                "shapeLink": "/storage/shapes/stm/4850003.json",
                "shapeId": "4850003",
                "serviceId": "25U-H50U000S-82-S",
                "blockId": null
            },
            "createdAt": "2019-11-26 12:06:38",
            "meta": {}
        },
        {
            "id": 2690,
            "ref": "29119",
            "isActive": true,
            "label": "29119",
            "timestamp": 1752849098,
            "tripId": "289182729",
            "routeId": "90",
            "startTime": "10:23:00",
            "position": {
                "lat": 45.48191,
                "lon": -73.59236
            },
            "bearing": 221,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 7,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289182729",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "90",
                "routeLongName": "Saint-Jacques",
                "shapeLink": "/storage/shapes/stm/900002.json",
                "shapeId": "900002",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-27 09:38:04",
            "meta": {}
        },
        {
            "id": 2714,
            "ref": "39131",
            "isActive": true,
            "label": "39131",
            "timestamp": 1752849099,
            "tripId": "289214424",
            "routeId": "43",
            "startTime": "10:37:00",
            "position": {
                "lat": 45.59041,
                "lon": -73.64662
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 1,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                2
            ],
            "trip": {
                "id": "289214424",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "43",
                "routeLongName": "Monselet",
                "shapeLink": "/storage/shapes/stm/430002.json",
                "shapeId": "430002",
                "serviceId": "25U-H54U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-27 20:22:39",
            "meta": {}
        },
        {
            "id": 2715,
            "ref": "37016",
            "isActive": true,
            "label": "37016",
            "timestamp": 1752849094,
            "tripId": "289198997",
            "routeId": "171",
            "startTime": "09:54:00",
            "position": {
                "lat": 45.55428,
                "lon": -73.66864
            },
            "bearing": 18,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 34,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                9
            ],
            "trip": {
                "id": "289198997",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "171",
                "routeLongName": "Henri-Bourassa",
                "shapeLink": "/storage/shapes/stm/1710002.json",
                "shapeId": "1710002",
                "serviceId": "25U-H50U000S-82-S",
                "blockId": null
            },
            "createdAt": "2019-11-27 20:28:33",
            "meta": {}
        },
        {
            "id": 2722,
            "ref": "38041",
            "isActive": true,
            "label": "38041",
            "timestamp": 1752849096,
            "tripId": "286059688",
            "routeId": "72",
            "startTime": "10:14:00",
            "position": {
                "lat": 45.48806,
                "lon": -73.72737
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 5,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286059688",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "72",
                "routeLongName": "Alfred-Nobel",
                "shapeLink": "/storage/shapes/stm/720001.json",
                "shapeId": "720001",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-27 21:16:42",
            "meta": {}
        },
        {
            "id": 2744,
            "ref": "36006",
            "isActive": true,
            "label": "36006",
            "timestamp": 1752849095,
            "tripId": "289216235",
            "routeId": "28",
            "startTime": "09:39:00",
            "position": {
                "lat": 45.61856,
                "lon": -73.58129
            },
            "bearing": 301,
            "speed": 6,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 47,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                2
            ],
            "trip": {
                "id": "289216235",
                "headsign": "Nord",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "28",
                "routeLongName": "Honoré-Beaugrand",
                "shapeLink": "/storage/shapes/stm/280001.json",
                "shapeId": "280001",
                "serviceId": "25U-H54U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-28 11:26:26",
            "meta": {}
        },
        {
            "id": 2745,
            "ref": "39093",
            "isActive": true,
            "label": "39093",
            "timestamp": 1752849089,
            "tripId": "289215962",
            "routeId": "189",
            "startTime": "10:26:00",
            "position": {
                "lat": 45.69257,
                "lon": -73.48846
            },
            "bearing": 190,
            "speed": 18,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 5,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                2
            ],
            "trip": {
                "id": "289215962",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "189",
                "routeLongName": "Notre-Dame",
                "shapeLink": "/storage/shapes/stm/1890002.json",
                "shapeId": "1890002",
                "serviceId": "25U-H54U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-28 11:54:48",
            "meta": {}
        },
        {
            "id": 2747,
            "ref": "37100",
            "isActive": true,
            "label": "37100",
            "timestamp": 1752849100,
            "tripId": "289199520",
            "routeId": "485",
            "startTime": "10:06:00",
            "position": {
                "lat": 45.44363,
                "lon": -73.81047
            },
            "bearing": 267,
            "speed": 45,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 3,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                9
            ],
            "trip": {
                "id": "289199520",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "485",
                "routeLongName": "Express Antoine-Faucon",
                "shapeLink": "/storage/shapes/stm/4850001.json",
                "shapeId": "4850001",
                "serviceId": "25U-H50U000S-82-S",
                "blockId": null
            },
            "createdAt": "2019-11-28 12:16:39",
            "meta": {}
        },
        {
            "id": 2759,
            "ref": "39129",
            "isActive": true,
            "label": "39129",
            "timestamp": 1752849102,
            "tripId": "289214710",
            "routeId": "33",
            "startTime": "10:45:00",
            "position": {
                "lat": 45.57864,
                "lon": -73.51431
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 1,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                2
            ],
            "trip": {
                "id": "289214710",
                "headsign": "Nord",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "33",
                "routeLongName": "Langelier",
                "shapeLink": "/storage/shapes/stm/330002.json",
                "shapeId": "330002",
                "serviceId": "25U-H54U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-28 20:34:39",
            "meta": {}
        },
        {
            "id": 2762,
            "ref": "30865",
            "isActive": true,
            "label": "30865",
            "timestamp": 1752849088,
            "tripId": "286206675",
            "routeId": "439",
            "startTime": "10:16:00",
            "position": {
                "lat": 45.58752,
                "lon": -73.63393
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 6,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "286206675",
                "headsign": "Sud destination Pie-IX / Notre-Dame",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "439",
                "routeLongName": "Express Pie-IX",
                "shapeLink": "/storage/shapes/stm/4390001.json",
                "shapeId": "4390001",
                "serviceId": "25U-H58U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-28 21:12:34",
            "meta": {}
        },
        {
            "id": 2763,
            "ref": "38002",
            "isActive": true,
            "label": "38002",
            "timestamp": 1752849094,
            "tripId": "286653902",
            "routeId": "811",
            "startTime": "10:10:00",
            "position": {
                "lat": 45.57053,
                "lon": -73.57027
            },
            "bearing": 293,
            "speed": 18,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 8,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                3
            ],
            "trip": {
                "id": "286653902",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "811",
                "routeLongName": "Navette Services santé",
                "shapeLink": "/storage/shapes/stm/8110001.json",
                "shapeId": "8110001",
                "serviceId": "25U-H59U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-28 21:28:41",
            "meta": {}
        },
        {
            "id": 2770,
            "ref": "30180",
            "isActive": true,
            "label": "30180",
            "timestamp": 1752849090,
            "tripId": "286059662",
            "routeId": "202",
            "startTime": "09:30:00",
            "position": {
                "lat": 45.46507,
                "lon": -73.82659
            },
            "bearing": 325,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 67,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286059662",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "202",
                "routeLongName": "Dawson",
                "shapeLink": "/storage/shapes/stm/2020002.json",
                "shapeId": "2020002",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-28 23:16:19",
            "meta": {}
        },
        {
            "id": 2772,
            "ref": "30130",
            "isActive": true,
            "label": "30130",
            "timestamp": 1752849096,
            "tripId": "289214538",
            "routeId": "186",
            "startTime": "09:59:00",
            "position": {
                "lat": 45.68829,
                "lon": -73.49846
            },
            "bearing": 13,
            "speed": 45,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 42,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                2
            ],
            "trip": {
                "id": "289214538",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "186",
                "routeLongName": "Sherbrooke-Est",
                "shapeLink": "/storage/shapes/stm/1860001.json",
                "shapeId": "1860001",
                "serviceId": "25U-H54U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-29 10:32:06",
            "meta": {}
        },
        {
            "id": 2774,
            "ref": "37101",
            "isActive": true,
            "label": "37101",
            "timestamp": 1752849096,
            "tripId": "289197007",
            "routeId": "103",
            "startTime": "10:15:00",
            "position": {
                "lat": 45.47062,
                "lon": -73.64924
            },
            "bearing": 214,
            "speed": 36,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 17,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                9
            ],
            "trip": {
                "id": "289197007",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "103",
                "routeLongName": "Monkland",
                "shapeLink": "/storage/shapes/stm/1030002.json",
                "shapeId": "1030002",
                "serviceId": "25U-H50U000S-82-S",
                "blockId": null
            },
            "createdAt": "2019-11-29 10:42:12",
            "meta": {}
        },
        {
            "id": 2776,
            "ref": "32007",
            "isActive": true,
            "label": "32007",
            "timestamp": 1752849087,
            "tripId": "289202168",
            "routeId": "161",
            "startTime": "09:57:00",
            "position": {
                "lat": 45.47954,
                "lon": -73.64938
            },
            "bearing": 212,
            "speed": 37,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 31,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                7
            ],
            "trip": {
                "id": "289202168",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "161",
                "routeLongName": "Van Horne",
                "shapeLink": "/storage/shapes/stm/1610002.json",
                "shapeId": "1610002",
                "serviceId": "25U-H55U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-29 11:00:16",
            "meta": {}
        },
        {
            "id": 2790,
            "ref": "31086",
            "isActive": true,
            "label": "31086",
            "timestamp": 1752849103,
            "tripId": "289201084",
            "routeId": "144",
            "startTime": "10:20:00",
            "position": {
                "lat": 45.51023,
                "lon": -73.5704
            },
            "bearing": 185,
            "speed": 18,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 6,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                7
            ],
            "trip": {
                "id": "289201084",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "144",
                "routeLongName": "Avenue des Pins",
                "shapeLink": "/storage/shapes/stm/1440001.json",
                "shapeId": "1440001",
                "serviceId": "25U-H55U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-29 20:04:22",
            "meta": {}
        },
        {
            "id": 2798,
            "ref": "37026",
            "isActive": true,
            "label": "37026",
            "timestamp": 1752849091,
            "tripId": "289198976",
            "routeId": "100",
            "startTime": "10:40:00",
            "position": {
                "lat": 45.47833,
                "lon": -73.70885
            },
            "bearing": 310,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 1,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                9
            ],
            "trip": {
                "id": "289198976",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "100",
                "routeLongName": "Crémazie",
                "shapeLink": "/storage/shapes/stm/1000002.json",
                "shapeId": "1000002",
                "serviceId": "25U-H50U000S-82-S",
                "blockId": null
            },
            "createdAt": "2019-11-29 21:00:38",
            "meta": {}
        },
        {
            "id": 2802,
            "ref": "31128",
            "isActive": true,
            "label": "31128",
            "timestamp": 1752849100,
            "tripId": "286207298",
            "routeId": "180",
            "startTime": "10:03:00",
            "position": {
                "lat": 45.53907,
                "lon": -73.69776
            },
            "bearing": 224,
            "speed": 30,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 21,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "286207298",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "180",
                "routeLongName": "De Salaberry",
                "shapeLink": "/storage/shapes/stm/1800002.json",
                "shapeId": "1800002",
                "serviceId": "25U-H58U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-29 21:42:38",
            "meta": {}
        },
        {
            "id": 2817,
            "ref": "33823",
            "isActive": true,
            "label": "33823",
            "timestamp": 1752849083,
            "tripId": "289198514",
            "routeId": "80",
            "startTime": "09:49:00",
            "position": {
                "lat": 45.50941,
                "lon": -73.56782
            },
            "bearing": 216,
            "speed": 27,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 30,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                9
            ],
            "trip": {
                "id": "289198514",
                "headsign": "Sud",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "80",
                "routeLongName": "Avenue du Parc",
                "shapeLink": "/storage/shapes/stm/800001.json",
                "shapeId": "800001",
                "serviceId": "25U-H50U000S-82-S",
                "blockId": null
            },
            "createdAt": "2019-11-30 21:40:14",
            "meta": {}
        },
        {
            "id": 2828,
            "ref": "31200",
            "isActive": true,
            "label": "31200",
            "timestamp": 1752849090,
            "tripId": "286207549",
            "routeId": "67",
            "startTime": "10:36:00",
            "position": {
                "lat": 45.54692,
                "lon": -73.55136
            },
            "bearing": 204,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 1,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                3
            ],
            "trip": {
                "id": "286207549",
                "headsign": "Nord",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "67",
                "routeLongName": "Saint-Michel",
                "shapeLink": "/storage/shapes/stm/670002.json",
                "shapeId": "670002",
                "serviceId": "25U-H58U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-12-02 10:54:14",
            "meta": {}
        },
        {
            "id": 2831,
            "ref": "37061",
            "isActive": true,
            "label": "37061",
            "timestamp": 1752849104,
            "tripId": "289199789",
            "routeId": "747",
            "startTime": "10:23:00",
            "position": {
                "lat": 45.44676,
                "lon": -73.67007
            },
            "bearing": 118,
            "speed": 45,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 2,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                9
            ],
            "trip": {
                "id": "289199789",
                "headsign": "Est trajet 1 gare d’autocars de Montréal.",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "747",
                "routeLongName": "YUL Aéroport  / Centre-Ville",
                "shapeLink": "/storage/shapes/stm/7470001.json",
                "shapeId": "7470001",
                "serviceId": "25U-H50U000S-82-S",
                "blockId": null
            },
            "createdAt": "2019-12-02 12:06:39",
            "meta": {}
        },
        {
            "id": 2835,
            "ref": "39062",
            "isActive": true,
            "label": "39062",
            "timestamp": 1752849096,
            "tripId": "289214462",
            "routeId": "192",
            "startTime": "09:50:00",
            "position": {
                "lat": 45.55579,
                "lon": -73.61926
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 41,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                2
            ],
            "trip": {
                "id": "289214462",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "192",
                "routeLongName": "Robert",
                "shapeLink": "/storage/shapes/stm/1920001.json",
                "shapeId": "1920001",
                "serviceId": "25U-H54U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-12-02 12:32:44",
            "meta": {}
        },
        {
            "id": 2851,
            "ref": "31206",
            "isActive": true,
            "label": "31206",
            "timestamp": 1752849087,
            "tripId": "286207031",
            "routeId": "140",
            "startTime": "10:45:00",
            "position": {
                "lat": 45.60675,
                "lon": -73.63859
            },
            "bearing": 188,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 1,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "286207031",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "140",
                "routeLongName": "Fleury",
                "shapeLink": "/storage/shapes/stm/1400002.json",
                "shapeId": "1400002",
                "serviceId": "25U-H58U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-12-03 10:32:09",
            "meta": {}
        },
        {
            "id": 2855,
            "ref": "39027",
            "isActive": true,
            "label": "39027",
            "timestamp": 1752849097,
            "tripId": "289242104",
            "routeId": "10",
            "startTime": "10:16:00",
            "position": {
                "lat": 45.54169,
                "lon": -73.58633
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 15,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                3
            ],
            "trip": {
                "id": "289242104",
                "headsign": "Nord",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "10",
                "routeLongName": "De Lorimier",
                "shapeLink": "/storage/shapes/stm/100002.json",
                "shapeId": "100002",
                "serviceId": "25U-H59U000S-83-S",
                "blockId": null
            },
            "createdAt": "2019-12-03 11:50:35",
            "meta": {}
        },
        {
            "id": 2859,
            "ref": "30122",
            "isActive": true,
            "label": "30122",
            "timestamp": 1752848813,
            "tripId": "289214686",
            "routeId": "187",
            "startTime": "09:53:00",
            "position": {
                "lat": 45.59864,
                "lon": -73.53384
            },
            "bearing": 203,
            "speed": 63,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 44,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                2
            ],
            "trip": {
                "id": "289214686",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "187",
                "routeLongName": "René-Lévesque",
                "shapeLink": "/storage/shapes/stm/1870001.json",
                "shapeId": "1870001",
                "serviceId": "25U-H54U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-12-03 12:06:21",
            "meta": {}
        },
        {
            "id": 2867,
            "ref": "29065",
            "isActive": true,
            "label": "29065",
            "timestamp": 1752849104,
            "tripId": "289201928",
            "routeId": "161",
            "startTime": "10:10:00",
            "position": {
                "lat": 45.50288,
                "lon": -73.63042
            },
            "bearing": 203,
            "speed": 18,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 18,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                7
            ],
            "trip": {
                "id": "289201928",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "161",
                "routeLongName": "Van Horne",
                "shapeLink": "/storage/shapes/stm/1610002.json",
                "shapeId": "1610002",
                "serviceId": "25U-H55U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-12-03 13:14:21",
            "meta": {}
        },
        {
            "id": 2870,
            "ref": "30877",
            "isActive": true,
            "label": "30877",
            "timestamp": 1752849099,
            "tripId": "286207683",
            "routeId": "467",
            "startTime": "10:10:00",
            "position": {
                "lat": 45.56461,
                "lon": -73.61124
            },
            "bearing": 302,
            "speed": 45,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 11,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "286207683",
                "headsign": "Nord",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "467",
                "routeLongName": "Express Saint-Michel",
                "shapeLink": "/storage/shapes/stm/4670002.json",
                "shapeId": "4670002",
                "serviceId": "25U-H58U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-12-03 20:12:24",
            "meta": {}
        },
        {
            "id": 2879,
            "ref": "31022",
            "isActive": true,
            "label": "31022",
            "timestamp": 1752849103,
            "tripId": "289216106",
            "routeId": "186",
            "startTime": "10:30:00",
            "position": {
                "lat": 45.59782,
                "lon": -73.53414
            },
            "bearing": 22,
            "speed": 27,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 2,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                7
            ],
            "trip": {
                "id": "289216106",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "186",
                "routeLongName": "Sherbrooke-Est",
                "shapeLink": "/storage/shapes/stm/1860001.json",
                "shapeId": "1860001",
                "serviceId": "25U-H54U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-12-03 21:58:31",
            "meta": {}
        },
        {
            "id": 2888,
            "ref": "30225",
            "isActive": true,
            "label": "30225",
            "timestamp": 1752849087,
            "tripId": "289202061",
            "routeId": "179",
            "startTime": "10:09:00",
            "position": {
                "lat": 45.53468,
                "lon": -73.66125
            },
            "bearing": 291,
            "speed": 25,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 22,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                7
            ],
            "trip": {
                "id": "289202061",
                "headsign": "Nord",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "179",
                "routeLongName": "De l'Acadie",
                "shapeLink": "/storage/shapes/stm/1790002.json",
                "shapeId": "1790002",
                "serviceId": "25U-H55U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-12-04 12:08:26",
            "meta": {}
        },
        {
            "id": 2894,
            "ref": "29810",
            "isActive": true,
            "label": "29810",
            "timestamp": 1752849103,
            "tripId": "289199250",
            "routeId": "470",
            "startTime": "09:52:00",
            "position": {
                "lat": 45.46564,
                "lon": -73.8217
            },
            "bearing": 54,
            "speed": 72,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 24,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                9
            ],
            "trip": {
                "id": "289199250",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "470",
                "routeLongName": "Express Pierrefonds",
                "shapeLink": "/storage/shapes/stm/4700001.json",
                "shapeId": "4700001",
                "serviceId": "25U-H50U000S-82-S",
                "blockId": null
            },
            "createdAt": "2019-12-04 12:46:22",
            "meta": {}
        },
        {
            "id": 2900,
            "ref": "29057",
            "isActive": true,
            "label": "29057",
            "timestamp": 1752849099,
            "tripId": "289201819",
            "routeId": "18",
            "startTime": "10:08:00",
            "position": {
                "lat": 45.55824,
                "lon": -73.58349
            },
            "bearing": 38,
            "speed": 1,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 22,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                7
            ],
            "trip": {
                "id": "289201819",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "18",
                "routeLongName": "Beaubien",
                "shapeLink": "/storage/shapes/stm/180001.json",
                "shapeId": "180001",
                "serviceId": "25U-H55U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-12-04 20:38:22",
            "meta": {}
        },
        {
            "id": 2917,
            "ref": "37068",
            "isActive": true,
            "label": "37068",
            "timestamp": 1752849095,
            "tripId": "289200339",
            "routeId": "721",
            "startTime": "09:29:00",
            "position": {
                "lat": 45.43693,
                "lon": -73.432
            },
            "bearing": 72,
            "speed": 36,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 4,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                9
            ],
            "trip": {
                "id": "289200339",
                "headsign": "Nord",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "721",
                "routeLongName": "Service spécial REM A1",
                "shapeLink": "/storage/shapes/stm/7210010.json",
                "shapeId": "7210010",
                "serviceId": "25U-H50U000S-82-S",
                "blockId": null
            },
            "createdAt": "2019-12-05 11:20:23",
            "meta": {}
        },
        {
            "id": 2928,
            "ref": "30223",
            "isActive": true,
            "label": "30223",
            "timestamp": 1752849091,
            "tripId": "289243601",
            "routeId": "150",
            "startTime": "10:20:00",
            "position": {
                "lat": 45.50105,
                "lon": -73.56804
            },
            "bearing": 31,
            "speed": 27,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 9,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                3
            ],
            "trip": {
                "id": "289243601",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "150",
                "routeLongName": "René-Lévesque",
                "shapeLink": "/storage/shapes/stm/1500002.json",
                "shapeId": "1500002",
                "serviceId": "25U-H59U000S-83-S",
                "blockId": null
            },
            "createdAt": "2019-12-05 20:10:23",
            "meta": {}
        },
        {
            "id": 2931,
            "ref": "39138",
            "isActive": true,
            "label": "39138",
            "timestamp": 1752849098,
            "tripId": "289216058",
            "routeId": "192",
            "startTime": "10:16:00",
            "position": {
                "lat": 45.56646,
                "lon": -73.60287
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 14,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                2
            ],
            "trip": {
                "id": "289216058",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "192",
                "routeLongName": "Robert",
                "shapeLink": "/storage/shapes/stm/1920002.json",
                "shapeId": "1920002",
                "serviceId": "25U-H54U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-12-05 21:06:45",
            "meta": {}
        },
        {
            "id": 2940,
            "ref": "30820",
            "isActive": true,
            "label": "30820",
            "timestamp": 1752849099,
            "tripId": "286209043",
            "routeId": "121",
            "startTime": "10:27:00",
            "position": {
                "lat": 45.49937,
                "lon": -73.70244
            },
            "bearing": 132,
            "speed": 24,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 6,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "286209043",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "121",
                "routeLongName": "Sauvé / Côte-Vertu",
                "shapeLink": "/storage/shapes/stm/1210001.json",
                "shapeId": "1210001",
                "serviceId": "25U-H58U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-12-06 11:38:23",
            "meta": {}
        },
        {
            "id": 2953,
            "ref": "32015",
            "isActive": true,
            "label": "32015",
            "timestamp": 1752849088,
            "tripId": "289215912",
            "routeId": "49",
            "startTime": "10:11:00",
            "position": {
                "lat": 45.60562,
                "lon": -73.6357
            },
            "bearing": 20,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 9,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                2
            ],
            "trip": {
                "id": "289215912",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "49",
                "routeLongName": "Maurice-Duplessis",
                "shapeLink": "/storage/shapes/stm/490002.json",
                "shapeId": "490002",
                "serviceId": "25U-H54U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-12-06 20:50:34",
            "meta": {}
        },
        {
            "id": 2961,
            "ref": "29148",
            "isActive": true,
            "label": "29148",
            "timestamp": 1752849094,
            "tripId": "289185719",
            "routeId": "61",
            "startTime": "08:59:00",
            "position": {
                "lat": 45.43882,
                "lon": -73.88875
            },
            "bearing": 245,
            "speed": 56,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 52,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289185719",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "61",
                "routeLongName": "Wellington",
                "shapeLink": "/storage/shapes/stm/610005.json",
                "shapeId": "610005",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-12-07 14:38:06",
            "meta": {}
        },
        {
            "id": 2978,
            "ref": "30159",
            "isActive": true,
            "label": "30159",
            "timestamp": 1752849099,
            "tripId": "289214669",
            "routeId": "86",
            "startTime": "10:02:00",
            "position": {
                "lat": 45.64957,
                "lon": -73.51817
            },
            "bearing": 193,
            "speed": 45,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 57,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                2
            ],
            "trip": {
                "id": "289214669",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "86",
                "routeLongName": "Pointe-aux-Trembles",
                "shapeLink": "/storage/shapes/stm/860001.json",
                "shapeId": "860001",
                "serviceId": "25U-H54U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-12-09 11:54:18",
            "meta": {}
        },
        {
            "id": 2983,
            "ref": "31814",
            "isActive": true,
            "label": "31814",
            "timestamp": 1752849103,
            "tripId": "289198373",
            "routeId": "165",
            "startTime": "10:15:00",
            "position": {
                "lat": 45.49677,
                "lon": -73.62327
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 18,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                9
            ],
            "trip": {
                "id": "289198373",
                "headsign": "Nord",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "165",
                "routeLongName": "Côte-des-Neiges",
                "shapeLink": "/storage/shapes/stm/1650002.json",
                "shapeId": "1650002",
                "serviceId": "25U-H50U000S-82-S",
                "blockId": null
            },
            "createdAt": "2019-12-09 14:30:20",
            "meta": {}
        },
        {
            "id": 2993,
            "ref": "39149",
            "isActive": true,
            "label": "39149",
            "timestamp": 1752849094,
            "tripId": "289216141",
            "routeId": "40",
            "startTime": "10:58:00",
            "position": {
                "lat": 45.60521,
                "lon": -73.61969
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 1,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                2
            ],
            "trip": {
                "id": "289216141",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "40",
                "routeLongName": "Henri-Bourassa-Est",
                "shapeLink": "/storage/shapes/stm/400001.json",
                "shapeId": "400001",
                "serviceId": "25U-H54U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-12-09 21:30:44",
            "meta": {}
        },
        {
            "id": 2995,
            "ref": "30028",
            "isActive": true,
            "label": "30028",
            "timestamp": 1752849102,
            "tripId": "289182327",
            "routeId": "113",
            "startTime": "10:05:00",
            "position": {
                "lat": 45.43463,
                "lon": -73.60345
            },
            "bearing": 119,
            "speed": 3,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 26,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289182327",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "113",
                "routeLongName": "Lapierre",
                "shapeLink": "/storage/shapes/stm/1130002.json",
                "shapeId": "1130002",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-12-10 10:24:07",
            "meta": {}
        },
        {
            "id": 3001,
            "ref": "37094",
            "isActive": true,
            "label": "37094",
            "timestamp": 1752849044,
            "tripId": "289197186",
            "routeId": "105",
            "startTime": "10:14:00",
            "position": {
                "lat": 45.4733,
                "lon": -73.60517
            },
            "bearing": 24,
            "speed": 9,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 19,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                9
            ],
            "trip": {
                "id": "289197186",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "105",
                "routeLongName": "Sherbrooke",
                "shapeLink": "/storage/shapes/stm/1050002.json",
                "shapeId": "1050002",
                "serviceId": "25U-H50U000S-82-S",
                "blockId": null
            },
            "createdAt": "2019-12-10 12:30:43",
            "meta": {}
        },
        {
            "id": 3006,
            "ref": "31057",
            "isActive": true,
            "label": "31057",
            "timestamp": 1752849086,
            "tripId": "286061200",
            "routeId": "164",
            "startTime": "10:13:00",
            "position": {
                "lat": 45.52367,
                "lon": -73.71355
            },
            "bearing": 38,
            "speed": 27,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 24,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286061200",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "164",
                "routeLongName": "Dudemaine",
                "shapeLink": "/storage/shapes/stm/1640001.json",
                "shapeId": "1640001",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-12-10 20:28:29",
            "meta": {}
        },
        {
            "id": 3007,
            "ref": "30224",
            "isActive": true,
            "label": "30224",
            "timestamp": 1752849093,
            "tripId": "289200892",
            "routeId": "95",
            "startTime": "09:59:00",
            "position": {
                "lat": 45.55361,
                "lon": -73.59724
            },
            "bearing": 211,
            "speed": 18,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 31,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                7
            ],
            "trip": {
                "id": "289200892",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "95",
                "routeLongName": "Bélanger",
                "shapeLink": "/storage/shapes/stm/950001.json",
                "shapeId": "950001",
                "serviceId": "25U-H55U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-12-10 20:40:27",
            "meta": {}
        },
        {
            "id": 3010,
            "ref": "31179",
            "isActive": true,
            "label": "31179",
            "timestamp": 1752849093,
            "tripId": "289230615",
            "routeId": "769",
            "startTime": "10:15:00",
            "position": {
                "lat": 45.52547,
                "lon": -73.55176
            },
            "bearing": 124,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 2,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                3
            ],
            "trip": {
                "id": "289230615",
                "headsign": "Nord",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "769",
                "routeLongName": "La Ronde / Station Papineau",
                "shapeLink": "/storage/shapes/stm/7690019.json",
                "shapeId": "7690019",
                "serviceId": "25U-H59U000S-83-S",
                "blockId": null
            },
            "createdAt": "2019-12-11 11:58:39",
            "meta": {}
        },
        {
            "id": 3014,
            "ref": "37063",
            "isActive": true,
            "label": "37063",
            "timestamp": 1752849092,
            "tripId": "289199821",
            "routeId": "747",
            "startTime": "10:26:00",
            "position": {
                "lat": 45.51084,
                "lon": -73.56004
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 3,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                9
            ],
            "trip": {
                "id": "289199821",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "747",
                "routeLongName": "YUL Aéroport  / Centre-Ville",
                "shapeLink": "/storage/shapes/stm/7470002.json",
                "shapeId": "7470002",
                "serviceId": "25U-H50U000S-82-S",
                "blockId": null
            },
            "createdAt": "2019-12-11 12:36:45",
            "meta": {}
        },
        {
            "id": 3021,
            "ref": "30164",
            "isActive": true,
            "label": "30164",
            "timestamp": 1752849102,
            "tripId": "289201985",
            "routeId": "129",
            "startTime": "09:44:00",
            "position": {
                "lat": 45.50558,
                "lon": -73.56545
            },
            "bearing": 142,
            "speed": 9,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 39,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                7
            ],
            "trip": {
                "id": "289201985",
                "headsign": "Sud",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "129",
                "routeLongName": "Côte-Sainte-Catherine",
                "shapeLink": "/storage/shapes/stm/1290001.json",
                "shapeId": "1290001",
                "serviceId": "25U-H55U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-12-11 20:32:26",
            "meta": {}
        },
        {
            "id": 3023,
            "ref": "37019",
            "isActive": true,
            "label": "37019",
            "timestamp": 1752849088,
            "tripId": "289198072",
            "routeId": "162",
            "startTime": "10:38:00",
            "position": {
                "lat": 45.47554,
                "lon": -73.6619
            },
            "bearing": 208,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 1,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                9
            ],
            "trip": {
                "id": "289198072",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "162",
                "routeLongName": "Westminster",
                "shapeLink": "/storage/shapes/stm/1620001.json",
                "shapeId": "1620001",
                "serviceId": "25U-H50U000S-82-S",
                "blockId": null
            },
            "createdAt": "2019-12-11 21:48:43",
            "meta": {}
        },
        {
            "id": 3026,
            "ref": "33826",
            "isActive": true,
            "label": "33826",
            "timestamp": 1752849090,
            "tripId": "289196446",
            "routeId": "80",
            "startTime": "10:06:00",
            "position": {
                "lat": 45.51901,
                "lon": -73.59446
            },
            "bearing": 115,
            "speed": 17,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 19,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                9
            ],
            "trip": {
                "id": "289196446",
                "headsign": "Sud",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "80",
                "routeLongName": "Avenue du Parc",
                "shapeLink": "/storage/shapes/stm/800001.json",
                "shapeId": "800001",
                "serviceId": "25U-H50U000S-82-S",
                "blockId": null
            },
            "createdAt": "2019-12-12 11:42:29",
            "meta": {}
        },
        {
            "id": 3031,
            "ref": "30135",
            "isActive": true,
            "label": "30135",
            "timestamp": 1752849090,
            "tripId": "289216711",
            "routeId": "49",
            "startTime": "09:30:00",
            "position": {
                "lat": 45.66085,
                "lon": -73.53946
            },
            "bearing": 229,
            "speed": 36,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 57,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                2
            ],
            "trip": {
                "id": "289216711",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "49",
                "routeLongName": "Maurice-Duplessis",
                "shapeLink": "/storage/shapes/stm/490002.json",
                "shapeId": "490002",
                "serviceId": "25U-H54U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-12-12 13:54:20",
            "meta": {}
        },
        {
            "id": 3033,
            "ref": "39141",
            "isActive": true,
            "label": "39141",
            "timestamp": 1752849097,
            "tripId": "289214971",
            "routeId": "33",
            "startTime": "09:58:00",
            "position": {
                "lat": 45.60164,
                "lon": -73.60933
            },
            "bearing": 215,
            "speed": 27,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 37,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                2
            ],
            "trip": {
                "id": "289214971",
                "headsign": "Nord",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "33",
                "routeLongName": "Langelier",
                "shapeLink": "/storage/shapes/stm/330002.json",
                "shapeId": "330002",
                "serviceId": "25U-H54U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-12-12 14:42:24",
            "meta": {}
        },
        {
            "id": 3040,
            "ref": "27529",
            "isActive": true,
            "label": "27529",
            "timestamp": 1752849093,
            "tripId": "289183844",
            "routeId": "112",
            "startTime": "10:31:00",
            "position": {
                "lat": 45.42542,
                "lon": -73.64805
            },
            "bearing": 14,
            "speed": 10,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 2,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289183844",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "112",
                "routeLongName": "Airlie",
                "shapeLink": "/storage/shapes/stm/1120001.json",
                "shapeId": "1120001",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-12-12 20:36:14",
            "meta": {}
        },
        {
            "id": 3049,
            "ref": "33810",
            "isActive": true,
            "label": "33810",
            "timestamp": 1752848586,
            "tripId": "289196463",
            "routeId": "165",
            "startTime": "09:46:00",
            "position": {
                "lat": 45.4955,
                "lon": -73.57883
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 35,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                9
            ],
            "trip": {
                "id": "289196463",
                "headsign": "Sud",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "165",
                "routeLongName": "Côte-des-Neiges",
                "shapeLink": "/storage/shapes/stm/1650001.json",
                "shapeId": "1650001",
                "serviceId": "25U-H50U000S-82-S",
                "blockId": null
            },
            "createdAt": "2019-12-13 10:44:12",
            "meta": {}
        },
        {
            "id": 3059,
            "ref": "30192",
            "isActive": true,
            "label": "30192",
            "timestamp": 1752849104,
            "tripId": "289214844",
            "routeId": "49",
            "startTime": "10:31:00",
            "position": {
                "lat": 45.56252,
                "lon": -73.66254
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 2,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                2
            ],
            "trip": {
                "id": "289214844",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "49",
                "routeLongName": "Maurice-Duplessis",
                "shapeLink": "/storage/shapes/stm/490002.json",
                "shapeId": "490002",
                "serviceId": "25U-H54U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-12-13 17:58:15",
            "meta": {}
        },
        {
            "id": 3060,
            "ref": "31023",
            "isActive": true,
            "label": "31023",
            "timestamp": 1752849100,
            "tripId": "289200936",
            "routeId": "161",
            "startTime": "09:45:00",
            "position": {
                "lat": 45.45776,
                "lon": -73.67103
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 45,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                7
            ],
            "trip": {
                "id": "289200936",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "161",
                "routeLongName": "Van Horne",
                "shapeLink": "/storage/shapes/stm/1610002.json",
                "shapeId": "1610002",
                "serviceId": "25U-H55U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-12-13 20:02:22",
            "meta": {}
        },
        {
            "id": 3061,
            "ref": "30035",
            "isActive": true,
            "label": "30035",
            "timestamp": 1752849098,
            "tripId": "289209325",
            "routeId": "51",
            "startTime": "09:44:00",
            "position": {
                "lat": 45.46545,
                "lon": -73.6449
            },
            "bearing": 212,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 44,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                6
            ],
            "trip": {
                "id": "289209325",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "51",
                "routeLongName": "Édouard-Montpetit",
                "shapeLink": "/storage/shapes/stm/510002.json",
                "shapeId": "510002",
                "serviceId": "25U-H57U000S-82-S",
                "blockId": null
            },
            "createdAt": "2019-12-13 20:06:24",
            "meta": {}
        },
        {
            "id": 3063,
            "ref": "30071",
            "isActive": true,
            "label": "30071",
            "timestamp": 1752849104,
            "tripId": "289181435",
            "routeId": "12",
            "startTime": "09:50:00",
            "position": {
                "lat": 45.45584,
                "lon": -73.54403
            },
            "bearing": 223,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 27,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                6
            ],
            "trip": {
                "id": "289181435",
                "headsign": "Sud",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "12",
                "routeLongName": "Île-des-Soeurs",
                "shapeLink": "/storage/shapes/stm/120002.json",
                "shapeId": "120002",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-12-13 20:32:26",
            "meta": {}
        },
        {
            "id": 3070,
            "ref": "29078",
            "isActive": true,
            "label": "29078",
            "timestamp": 1752849103,
            "tripId": "289183695",
            "routeId": "198",
            "startTime": "10:23:00",
            "position": {
                "lat": 45.42856,
                "lon": -73.60962
            },
            "bearing": 233,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 4,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289183695",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "198",
                "routeLongName": "Broadway",
                "shapeLink": "/storage/shapes/stm/1980001.json",
                "shapeId": "1980001",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-12-14 21:14:07",
            "meta": {}
        },
        {
            "id": 3071,
            "ref": "37105",
            "isActive": true,
            "label": "37105",
            "timestamp": 1752849103,
            "tripId": "289197711",
            "routeId": "124",
            "startTime": "10:30:00",
            "position": {
                "lat": 45.47364,
                "lon": -73.6042
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 2,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 3,
                "label": "Congestion"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                9
            ],
            "trip": {
                "id": "289197711",
                "headsign": "Nord",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "124",
                "routeLongName": "Victoria",
                "shapeLink": "/storage/shapes/stm/1240001.json",
                "shapeId": "1240001",
                "serviceId": "25U-H50U000S-82-S",
                "blockId": null
            },
            "createdAt": "2019-12-15 10:46:05",
            "meta": {}
        },
        {
            "id": 3077,
            "ref": "30238",
            "isActive": true,
            "label": "30238",
            "timestamp": 1752848891,
            "tripId": "286061171",
            "routeId": "117",
            "startTime": "10:09:00",
            "position": {
                "lat": 45.50979,
                "lon": -73.67067
            },
            "bearing": 213,
            "speed": 27,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 22,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286061171",
                "headsign": "Sud",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "117",
                "routeLongName": "O'Brien",
                "shapeLink": "/storage/shapes/stm/1170001.json",
                "shapeId": "1170001",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-12-16 20:28:26",
            "meta": {}
        },
        {
            "id": 3080,
            "ref": "30011",
            "isActive": true,
            "label": "30011",
            "timestamp": 1752849104,
            "tripId": "289184491",
            "routeId": "195",
            "startTime": "09:43:00",
            "position": {
                "lat": 45.4443,
                "lon": -73.62585
            },
            "bearing": 50,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 51,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289184491",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "195",
                "routeLongName": "Dorval / Angrignon",
                "shapeLink": "/storage/shapes/stm/1950001.json",
                "shapeId": "1950001",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-12-16 20:46:26",
            "meta": {}
        },
        {
            "id": 3084,
            "ref": "31810",
            "isActive": true,
            "label": "31810",
            "timestamp": 1752849095,
            "tripId": "289198331",
            "routeId": "165",
            "startTime": "09:55:00",
            "position": {
                "lat": 45.49276,
                "lon": -73.57594
            },
            "bearing": 33,
            "speed": 45,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 34,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                9
            ],
            "trip": {
                "id": "289198331",
                "headsign": "Sud",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "165",
                "routeLongName": "Côte-des-Neiges",
                "shapeLink": "/storage/shapes/stm/1650001.json",
                "shapeId": "1650001",
                "serviceId": "25U-H50U000S-82-S",
                "blockId": null
            },
            "createdAt": "2019-12-17 11:20:23",
            "meta": {}
        },
        {
            "id": 3086,
            "ref": "32810",
            "isActive": true,
            "label": "32810",
            "timestamp": 1752849094,
            "tripId": "286208179",
            "routeId": "467",
            "startTime": "10:24:00",
            "position": {
                "lat": 45.57591,
                "lon": -73.63646
            },
            "bearing": 121,
            "speed": 44,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 5,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "286208179",
                "headsign": "Sud",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "467",
                "routeLongName": "Express Saint-Michel",
                "shapeLink": "/storage/shapes/stm/4670001.json",
                "shapeId": "4670001",
                "serviceId": "25U-H58U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-12-17 11:42:31",
            "meta": {}
        },
        {
            "id": 3089,
            "ref": "30069",
            "isActive": true,
            "label": "30069",
            "timestamp": 1752849102,
            "tripId": "289181705",
            "routeId": "36",
            "startTime": "10:17:00",
            "position": {
                "lat": 45.46252,
                "lon": -73.59754
            },
            "bearing": 348,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 12,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                6
            ],
            "trip": {
                "id": "289181705",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "36",
                "routeLongName": "Monk",
                "shapeLink": "/storage/shapes/stm/360002.json",
                "shapeId": "360002",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-12-17 20:08:21",
            "meta": {}
        },
        {
            "id": 3102,
            "ref": "33843",
            "isActive": true,
            "label": "33843",
            "timestamp": 1752849092,
            "tripId": "289196539",
            "routeId": "80",
            "startTime": "09:33:00",
            "position": {
                "lat": 45.50941,
                "lon": -73.56782
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 30,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 3,
                "label": "Congestion"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                9
            ],
            "trip": {
                "id": "289196539",
                "headsign": "Sud",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "80",
                "routeLongName": "Avenue du Parc",
                "shapeLink": "/storage/shapes/stm/800001.json",
                "shapeId": "800001",
                "serviceId": "25U-H50U000S-82-S",
                "blockId": null
            },
            "createdAt": "2019-12-18 01:54:15",
            "meta": {}
        },
        {
            "id": 3103,
            "ref": "39061",
            "isActive": true,
            "label": "39061",
            "timestamp": 1752849088,
            "tripId": "289216591",
            "routeId": "32",
            "startTime": "10:33:00",
            "position": {
                "lat": 45.56762,
                "lon": -73.52324
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 1,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                2
            ],
            "trip": {
                "id": "289216591",
                "headsign": "Nord",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "32",
                "routeLongName": "Lacordaire",
                "shapeLink": "/storage/shapes/stm/320002.json",
                "shapeId": "320002",
                "serviceId": "25U-H54U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-12-18 11:28:30",
            "meta": {}
        },
        {
            "id": 3104,
            "ref": "29108",
            "isActive": true,
            "label": "29108",
            "timestamp": 1752849099,
            "tripId": "289185481",
            "routeId": "491",
            "startTime": "09:58:00",
            "position": {
                "lat": 45.44904,
                "lon": -73.63387
            },
            "bearing": 241,
            "speed": 55,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 2,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289185481",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "491",
                "routeLongName": "Express Provost",
                "shapeLink": "/storage/shapes/stm/4910001.json",
                "shapeId": "4910001",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-12-18 11:30:12",
            "meta": {}
        },
        {
            "id": 3110,
            "ref": "30037",
            "isActive": true,
            "label": "30037",
            "timestamp": 1752849095,
            "tripId": "289209844",
            "routeId": "11",
            "startTime": "10:29:00",
            "position": {
                "lat": 45.52594,
                "lon": -73.57459
            },
            "bearing": 126,
            "speed": 11,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 27,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                6
            ],
            "trip": {
                "id": "289209844",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "11",
                "routeLongName": "Parc-du-Mont-Royal / Ridgewood",
                "shapeLink": "/storage/shapes/stm/110001.json",
                "shapeId": "110001",
                "serviceId": "25U-H57U000S-82-S",
                "blockId": null
            },
            "createdAt": "2019-12-18 19:32:13",
            "meta": {}
        },
        {
            "id": 3115,
            "ref": "40011",
            "isActive": true,
            "label": "40011",
            "timestamp": 1752849091,
            "tripId": "289183372",
            "routeId": "107",
            "startTime": "09:33:00",
            "position": {
                "lat": 45.50033,
                "lon": -73.56161
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 50,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289183372",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "107",
                "routeLongName": "Verdun",
                "shapeLink": "/storage/shapes/stm/1070002.json",
                "shapeId": "1070002",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-12-19 09:38:06",
            "meta": {}
        },
        {
            "id": 3124,
            "ref": "40030",
            "isActive": true,
            "label": "40030",
            "timestamp": 1752848799,
            "tripId": "289183773",
            "routeId": "198",
            "startTime": "09:23:00",
            "position": {
                "lat": 45.44758,
                "lon": -73.74377
            },
            "bearing": 344,
            "speed": 9,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 55,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289183773",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "198",
                "routeLongName": "Broadway",
                "shapeLink": "/storage/shapes/stm/1980001.json",
                "shapeId": "1980001",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-12-19 12:24:49",
            "meta": {}
        },
        {
            "id": 3130,
            "ref": "40018",
            "isActive": true,
            "label": "40018",
            "timestamp": 1752849104,
            "tripId": "289183188",
            "routeId": "106",
            "startTime": "10:20:00",
            "position": {
                "lat": 45.43127,
                "lon": -73.63271
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 15,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289183188",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "106",
                "routeLongName": "Newman",
                "shapeLink": "/storage/shapes/stm/1060002.json",
                "shapeId": "1060002",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-12-19 12:40:53",
            "meta": {}
        },
        {
            "id": 3137,
            "ref": "39130",
            "isActive": true,
            "label": "39130",
            "timestamp": 1752849096,
            "tripId": "289215599",
            "routeId": "86",
            "startTime": "09:34:00",
            "position": {
                "lat": 45.64486,
                "lon": -73.5517
            },
            "bearing": 234,
            "speed": 54,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 92,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                2
            ],
            "trip": {
                "id": "289215599",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "86",
                "routeLongName": "Pointe-aux-Trembles",
                "shapeLink": "/storage/shapes/stm/860001.json",
                "shapeId": "860001",
                "serviceId": "25U-H54U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-12-19 22:30:49",
            "meta": {}
        },
        {
            "id": 3144,
            "ref": "30229",
            "isActive": true,
            "label": "30229",
            "timestamp": 1752849100,
            "tripId": "286059446",
            "routeId": "468",
            "startTime": "10:52:00",
            "position": {
                "lat": 45.46498,
                "lon": -73.89178
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 1,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286059446",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "468",
                "routeLongName": "Express Pierrefonds / Gouin",
                "shapeLink": "/storage/shapes/stm/4680001.json",
                "shapeId": "4680001",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-12-20 12:22:24",
            "meta": {}
        },
        {
            "id": 3149,
            "ref": "30852",
            "isActive": true,
            "label": "30852",
            "timestamp": 1752849087,
            "tripId": "286206468",
            "routeId": "439",
            "startTime": "09:50:00",
            "position": {
                "lat": 45.5623,
                "lon": -73.57904
            },
            "bearing": 113,
            "speed": 9,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 15,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "286206468",
                "headsign": "Sud destination Pie-IX / Notre-Dame",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "439",
                "routeLongName": "Express Pie-IX",
                "shapeLink": "/storage/shapes/stm/4390001.json",
                "shapeId": "4390001",
                "serviceId": "25U-H58U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-12-21 20:56:12",
            "meta": {}
        },
        {
            "id": 3158,
            "ref": "29096",
            "isActive": true,
            "label": "29096",
            "timestamp": 1752849099,
            "tripId": "289182142",
            "routeId": "57",
            "startTime": "10:24:00",
            "position": {
                "lat": 45.47903,
                "lon": -73.55315
            },
            "bearing": 188,
            "speed": 15,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 6,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289182142",
                "headsign": "Nord",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "57",
                "routeLongName": "Charlevoix",
                "shapeLink": "/storage/shapes/stm/570001.json",
                "shapeId": "570001",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-12-23 19:54:11",
            "meta": {}
        },
        {
            "id": 3165,
            "ref": "40037",
            "isActive": true,
            "label": "40037",
            "timestamp": 1752849104,
            "tripId": "289184190",
            "routeId": "61",
            "startTime": "10:26:00",
            "position": {
                "lat": 45.43266,
                "lon": -73.59391
            },
            "bearing": 14,
            "speed": 45,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 10,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289184190",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "61",
                "routeLongName": "Wellington",
                "shapeLink": "/storage/shapes/stm/610005.json",
                "shapeId": "610005",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-12-24 21:02:34",
            "meta": {}
        },
        {
            "id": 3169,
            "ref": "30855",
            "isActive": true,
            "label": "30855",
            "timestamp": 1752849100,
            "tripId": "286206484",
            "routeId": "439",
            "startTime": "09:51:00",
            "position": {
                "lat": 45.56469,
                "lon": -73.58673
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 25,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "286206484",
                "headsign": "Sud destination Pie-IX / Notre-Dame",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "439",
                "routeLongName": "Express Pie-IX",
                "shapeLink": "/storage/shapes/stm/4390004.json",
                "shapeId": "4390004",
                "serviceId": "25U-H58U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-12-26 17:44:11",
            "meta": {}
        },
        {
            "id": 3173,
            "ref": "40038",
            "isActive": true,
            "label": "40038",
            "timestamp": 1752849087,
            "tripId": "289184299",
            "routeId": "123",
            "startTime": "10:35:00",
            "position": {
                "lat": 45.4262,
                "lon": -73.61102
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 1,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289184299",
                "headsign": "Nord",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "123",
                "routeLongName": "Dollard / Shevchenko",
                "shapeLink": "/storage/shapes/stm/1230002.json",
                "shapeId": "1230002",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-12-27 22:10:45",
            "meta": {}
        },
        {
            "id": 3178,
            "ref": "31087",
            "isActive": true,
            "label": "31087",
            "timestamp": 1752849103,
            "tripId": "289201595",
            "routeId": "179",
            "startTime": "10:24:00",
            "position": {
                "lat": 45.53434,
                "lon": -73.68119
            },
            "bearing": 122,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 6,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                7
            ],
            "trip": {
                "id": "289201595",
                "headsign": "Sud",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "179",
                "routeLongName": "De l'Acadie",
                "shapeLink": "/storage/shapes/stm/1790001.json",
                "shapeId": "1790001",
                "serviceId": "25U-H55U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-12-28 10:26:03",
            "meta": {}
        },
        {
            "id": 3193,
            "ref": "30189",
            "isActive": true,
            "label": "30189",
            "timestamp": 1752849098,
            "tripId": "289216471",
            "routeId": "81",
            "startTime": "10:18:00",
            "position": {
                "lat": 45.65955,
                "lon": -73.54158
            },
            "bearing": 228,
            "speed": 12,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 21,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                2
            ],
            "trip": {
                "id": "289216471",
                "headsign": "Nord",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "81",
                "routeLongName": "Saint-Jean-Baptiste",
                "shapeLink": "/storage/shapes/stm/810022.json",
                "shapeId": "810022",
                "serviceId": "25U-H54U000S-81-S",
                "blockId": null
            },
            "createdAt": "2020-01-02 17:56:09",
            "meta": {}
        },
        {
            "id": 3199,
            "ref": "30199",
            "isActive": true,
            "label": "30199",
            "timestamp": 1752849092,
            "tripId": "289216753",
            "routeId": "28",
            "startTime": "10:02:00",
            "position": {
                "lat": 45.59695,
                "lon": -73.53412
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 33,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                2
            ],
            "trip": {
                "id": "289216753",
                "headsign": "Sud",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "28",
                "routeLongName": "Honoré-Beaugrand",
                "shapeLink": "/storage/shapes/stm/280002.json",
                "shapeId": "280002",
                "serviceId": "25U-H54U000S-81-S",
                "blockId": null
            },
            "createdAt": "2020-01-06 10:22:11",
            "meta": {}
        },
        {
            "id": 3201,
            "ref": "40040",
            "isActive": true,
            "label": "40040",
            "timestamp": 1752849103,
            "tripId": "289184112",
            "routeId": "114",
            "startTime": "10:24:00",
            "position": {
                "lat": 45.43858,
                "lon": -73.64069
            },
            "bearing": 52,
            "speed": 36,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 5,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289184112",
                "headsign": "Sud",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "114",
                "routeLongName": "Angrignon",
                "shapeLink": "/storage/shapes/stm/1140010.json",
                "shapeId": "1140010",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2020-01-06 10:44:30",
            "meta": {}
        },
        {
            "id": 3203,
            "ref": "30221",
            "isActive": true,
            "label": "30221",
            "timestamp": 1752849094,
            "tripId": "286059163",
            "routeId": "170",
            "startTime": "10:28:00",
            "position": {
                "lat": 45.52354,
                "lon": -73.7358
            },
            "bearing": 131,
            "speed": 36,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 5,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286059163",
                "headsign": "Sud",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "170",
                "routeLongName": "Keller",
                "shapeLink": "/storage/shapes/stm/1700001.json",
                "shapeId": "1700001",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2020-01-06 11:44:39",
            "meta": {}
        },
        {
            "id": 3209,
            "ref": "31071",
            "isActive": true,
            "label": "31071",
            "timestamp": 1752849094,
            "tripId": "289216766",
            "routeId": "81",
            "startTime": "10:30:00",
            "position": {
                "lat": 45.65025,
                "lon": -73.57982
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 1,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                2
            ],
            "trip": {
                "id": "289216766",
                "headsign": "Sud",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "81",
                "routeLongName": "Saint-Jean-Baptiste",
                "shapeLink": "/storage/shapes/stm/810001.json",
                "shapeId": "810001",
                "serviceId": "25U-H54U000S-81-S",
                "blockId": null
            },
            "createdAt": "2020-01-07 13:24:23",
            "meta": {}
        },
        {
            "id": 3212,
            "ref": "31089",
            "isActive": true,
            "label": "31089",
            "timestamp": 1752849103,
            "tripId": "289201725",
            "routeId": "129",
            "startTime": "11:00:00",
            "position": {
                "lat": 45.48293,
                "lon": -73.63541
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 1,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                7
            ],
            "trip": {
                "id": "289201725",
                "headsign": "Sud",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "129",
                "routeLongName": "Côte-Sainte-Catherine",
                "shapeLink": "/storage/shapes/stm/1290001.json",
                "shapeId": "1290001",
                "serviceId": "25U-H55U000S-81-S",
                "blockId": null
            },
            "createdAt": "2020-01-07 23:44:56",
            "meta": {}
        },
        {
            "id": 3213,
            "ref": "37092",
            "isActive": true,
            "label": "37092",
            "timestamp": 1752849096,
            "tripId": "289197233",
            "routeId": "160",
            "startTime": "10:32:00",
            "position": {
                "lat": 45.49147,
                "lon": -73.64849
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 1,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                9
            ],
            "trip": {
                "id": "289197233",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "160",
                "routeLongName": "Barclay",
                "shapeLink": "/storage/shapes/stm/1600002.json",
                "shapeId": "1600002",
                "serviceId": "25U-H50U000S-82-S",
                "blockId": null
            },
            "createdAt": "2020-01-08 10:40:21",
            "meta": {}
        },
        {
            "id": 3221,
            "ref": "40013",
            "isActive": true,
            "label": "40013",
            "timestamp": 1752849102,
            "tripId": "289184464",
            "routeId": "405",
            "startTime": "10:10:00",
            "position": {
                "lat": 45.44872,
                "lon": -73.794
            },
            "bearing": 79,
            "speed": 81,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 29,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289184464",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "405",
                "routeLongName": "Express Bord-du-Lac",
                "shapeLink": "/storage/shapes/stm/4050001.json",
                "shapeId": "4050001",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2020-01-09 10:24:20",
            "meta": {}
        },
        {
            "id": 3223,
            "ref": "40041",
            "isActive": true,
            "label": "40041",
            "timestamp": 1752849102,
            "tripId": "289184061",
            "routeId": "35",
            "startTime": "10:17:00",
            "position": {
                "lat": 45.49485,
                "lon": -73.5563
            },
            "bearing": 186,
            "speed": 27,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 10,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289184061",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "35",
                "routeLongName": "Griffintown",
                "shapeLink": "/storage/shapes/stm/350001.json",
                "shapeId": "350001",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2020-01-09 19:40:57",
            "meta": {}
        },
        {
            "id": 3231,
            "ref": "40009",
            "isActive": true,
            "label": "40009",
            "timestamp": 1752848524,
            "tripId": "289185052",
            "routeId": "110",
            "startTime": "09:22:00",
            "position": {
                "lat": 45.43658,
                "lon": -73.68861
            },
            "bearing": 354,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 67,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289185052",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "110",
                "routeLongName": "Centrale",
                "shapeLink": "/storage/shapes/stm/1100002.json",
                "shapeId": "1100002",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2020-01-11 21:14:41",
            "meta": {}
        },
        {
            "id": 3236,
            "ref": "29127",
            "isActive": true,
            "label": "29127",
            "timestamp": 1752849094,
            "tripId": "289182585",
            "routeId": "71",
            "startTime": "09:55:00",
            "position": {
                "lat": 45.49005,
                "lon": -73.57877
            },
            "bearing": 48,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 32,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289182585",
                "headsign": "Nord",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "71",
                "routeLongName": "Pointe-Saint-Charles",
                "shapeLink": "/storage/shapes/stm/710002.json",
                "shapeId": "710002",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2020-01-13 12:28:38",
            "meta": {}
        },
        {
            "id": 3241,
            "ref": "40046",
            "isActive": true,
            "label": "40046",
            "timestamp": 1752849092,
            "tripId": "289183351",
            "routeId": "107",
            "startTime": "10:25:00",
            "position": {
                "lat": 45.50019,
                "lon": -73.55717
            },
            "bearing": 108,
            "speed": 36,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 8,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289183351",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "107",
                "routeLongName": "Verdun",
                "shapeLink": "/storage/shapes/stm/1070001.json",
                "shapeId": "1070001",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2020-01-14 11:14:45",
            "meta": {}
        },
        {
            "id": 3242,
            "ref": "40042",
            "isActive": true,
            "label": "40042",
            "timestamp": 1752849103,
            "tripId": "289184981",
            "routeId": "114",
            "startTime": "09:54:00",
            "position": {
                "lat": 45.42904,
                "lon": -73.60825
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 36,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 3,
                "label": "Congestion"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289184981",
                "headsign": "Sud",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "114",
                "routeLongName": "Angrignon",
                "shapeLink": "/storage/shapes/stm/1140010.json",
                "shapeId": "1140010",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2020-01-14 14:13:01",
            "meta": {}
        },
        {
            "id": 3249,
            "ref": "40002",
            "isActive": true,
            "label": "40002",
            "timestamp": 1752849091,
            "tripId": "289185419",
            "routeId": "420",
            "startTime": "10:08:00",
            "position": {
                "lat": 45.47113,
                "lon": -73.61471
            },
            "bearing": 54,
            "speed": 45,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 10,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289185419",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "420",
                "routeLongName": "Express Notre-Dame-de-Grâce",
                "shapeLink": "/storage/shapes/stm/4200002.json",
                "shapeId": "4200002",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2020-01-15 11:16:44",
            "meta": {}
        },
        {
            "id": 3251,
            "ref": "29024",
            "isActive": true,
            "label": "29024",
            "timestamp": 1752849093,
            "tripId": "289201836",
            "routeId": "18",
            "startTime": "10:20:00",
            "position": {
                "lat": 45.53768,
                "lon": -73.60167
            },
            "bearing": 32,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 8,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                7
            ],
            "trip": {
                "id": "289201836",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "18",
                "routeLongName": "Beaubien",
                "shapeLink": "/storage/shapes/stm/180001.json",
                "shapeId": "180001",
                "serviceId": "25U-H55U000S-81-S",
                "blockId": null
            },
            "createdAt": "2020-01-15 20:36:30",
            "meta": {}
        },
        {
            "id": 3256,
            "ref": "30002",
            "isActive": true,
            "label": "30002",
            "timestamp": 1752849103,
            "tripId": "289216686",
            "routeId": "40",
            "startTime": "10:43:00",
            "position": {
                "lat": 45.6746,
                "lon": -73.50549
            },
            "bearing": 251,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 1,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                6
            ],
            "trip": {
                "id": "289216686",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "40",
                "routeLongName": "Henri-Bourassa-Est",
                "shapeLink": "/storage/shapes/stm/400002.json",
                "shapeId": "400002",
                "serviceId": "25U-H54U000S-81-S",
                "blockId": null
            },
            "createdAt": "2020-01-16 20:52:40",
            "meta": {}
        },
        {
            "id": 3260,
            "ref": "40035",
            "isActive": true,
            "label": "40035",
            "timestamp": 1752849086,
            "tripId": "289184006",
            "routeId": "113",
            "startTime": "10:23:00",
            "position": {
                "lat": 45.44319,
                "lon": -73.59472
            },
            "bearing": 212,
            "speed": 36,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 4,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 5,
                "label": "Full"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289184006",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "113",
                "routeLongName": "Lapierre",
                "shapeLink": "/storage/shapes/stm/1130001.json",
                "shapeId": "1130001",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2020-01-17 14:07:00",
            "meta": {}
        },
        {
            "id": 3262,
            "ref": "40012",
            "isActive": true,
            "label": "40012",
            "timestamp": 1752849097,
            "tripId": "289185512",
            "routeId": "491",
            "startTime": "10:28:00",
            "position": {
                "lat": 45.48356,
                "lon": -73.57997
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 2,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289185512",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "491",
                "routeLongName": "Express Provost",
                "shapeLink": "/storage/shapes/stm/4910001.json",
                "shapeId": "4910001",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2020-01-17 16:46:50",
            "meta": {}
        },
        {
            "id": 3268,
            "ref": "31028",
            "isActive": true,
            "label": "31028",
            "timestamp": 1752849100,
            "tripId": "289201471",
            "routeId": "95",
            "startTime": "10:49:00",
            "position": {
                "lat": 45.53949,
                "lon": -73.6127
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 1,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                7
            ],
            "trip": {
                "id": "289201471",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "95",
                "routeLongName": "Bélanger",
                "shapeLink": "/storage/shapes/stm/950002.json",
                "shapeId": "950002",
                "serviceId": "25U-H55U000S-81-S",
                "blockId": null
            },
            "createdAt": "2020-01-20 20:46:52",
            "meta": {}
        },
        {
            "id": 3272,
            "ref": "40051",
            "isActive": true,
            "label": "40051",
            "timestamp": 1752849089,
            "tripId": "289184039",
            "routeId": "198",
            "startTime": "10:11:00",
            "position": {
                "lat": 45.43961,
                "lon": -73.69226
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 22,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289184039",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "198",
                "routeLongName": "Broadway",
                "shapeLink": "/storage/shapes/stm/1980014.json",
                "shapeId": "1980014",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2020-01-20 23:51:02",
            "meta": {}
        },
        {
            "id": 3282,
            "ref": "30161",
            "isActive": true,
            "label": "30161",
            "timestamp": 1752849102,
            "tripId": "289214921",
            "routeId": "32",
            "startTime": "10:25:00",
            "position": {
                "lat": 45.60729,
                "lon": -73.62074
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 48,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 3,
                "label": "Congestion"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                2
            ],
            "trip": {
                "id": "289214921",
                "headsign": "Sud",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "32",
                "routeLongName": "Lacordaire",
                "shapeLink": "/storage/shapes/stm/320001.json",
                "shapeId": "320001",
                "serviceId": "25U-H54U000S-81-S",
                "blockId": null
            },
            "createdAt": "2020-01-22 12:38:47",
            "meta": {}
        },
        {
            "id": 3290,
            "ref": "40027",
            "isActive": true,
            "label": "40027",
            "timestamp": 1752849103,
            "tripId": "289185854",
            "routeId": "138",
            "startTime": "10:17:00",
            "position": {
                "lat": 45.47448,
                "lon": -73.65429
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 11,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289185854",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "138",
                "routeLongName": "Notre-Dame-de-Grâce",
                "shapeLink": "/storage/shapes/stm/1380002.json",
                "shapeId": "1380002",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2020-01-25 11:05:03",
            "meta": {}
        },
        {
            "id": 3293,
            "ref": "40047",
            "isActive": true,
            "label": "40047",
            "timestamp": 1752849096,
            "tripId": "289184145",
            "routeId": "405",
            "startTime": "10:31:00",
            "position": {
                "lat": 45.40363,
                "lon": -73.94028
            },
            "bearing": 239,
            "speed": 18,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 2,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289184145",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "405",
                "routeLongName": "Express Bord-du-Lac",
                "shapeLink": "/storage/shapes/stm/4050001.json",
                "shapeId": "4050001",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2020-01-25 22:44:04",
            "meta": {}
        },
        {
            "id": 3297,
            "ref": "40059",
            "isActive": true,
            "label": "40059",
            "timestamp": 1752849099,
            "tripId": "289182887",
            "routeId": "101",
            "startTime": "10:28:00",
            "position": {
                "lat": 45.42255,
                "lon": -73.65485
            },
            "bearing": 131,
            "speed": 27,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 6,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289182887",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "101",
                "routeLongName": "Saint-Patrick",
                "shapeLink": "/storage/shapes/stm/1010001.json",
                "shapeId": "1010001",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2020-01-27 12:34:08",
            "meta": {}
        },
        {
            "id": 3304,
            "ref": "40010",
            "isActive": true,
            "label": "40010",
            "timestamp": 1752849085,
            "tripId": "289182300",
            "routeId": "61",
            "startTime": "10:21:00",
            "position": {
                "lat": 45.48771,
                "lon": -73.55724
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 9,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289182300",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "61",
                "routeLongName": "Wellington",
                "shapeLink": "/storage/shapes/stm/610004.json",
                "shapeId": "610004",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2020-01-28 12:39:08",
            "meta": {}
        },
        {
            "id": 3305,
            "ref": "40025",
            "isActive": true,
            "label": "40025",
            "timestamp": 1752849095,
            "tripId": "289183150",
            "routeId": "104",
            "startTime": "10:00:00",
            "position": {
                "lat": 45.46885,
                "lon": -73.60968
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 27,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289183150",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "104",
                "routeLongName": "Cavendish",
                "shapeLink": "/storage/shapes/stm/1040002.json",
                "shapeId": "1040002",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2020-01-28 12:49:09",
            "meta": {}
        },
        {
            "id": 3306,
            "ref": "31047",
            "isActive": true,
            "label": "31047",
            "timestamp": 1752849104,
            "tripId": "289242006",
            "routeId": "22",
            "startTime": "10:27:00",
            "position": {
                "lat": 45.59959,
                "lon": -73.51237
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 8,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                3
            ],
            "trip": {
                "id": "289242006",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "22",
                "routeLongName": "Notre-Dame",
                "shapeLink": "/storage/shapes/stm/220001.json",
                "shapeId": "220001",
                "serviceId": "25U-H59U000S-83-S",
                "blockId": null
            },
            "createdAt": "2020-01-28 20:36:06",
            "meta": {}
        },
        {
            "id": 3319,
            "ref": "33841",
            "isActive": true,
            "label": "33841",
            "timestamp": 1752849103,
            "tripId": "289198491",
            "routeId": "165",
            "startTime": "10:03:00",
            "position": {
                "lat": 45.51291,
                "lon": -73.64304
            },
            "bearing": 356,
            "speed": 15,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 31,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                9
            ],
            "trip": {
                "id": "289198491",
                "headsign": "Nord",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "165",
                "routeLongName": "Côte-des-Neiges",
                "shapeLink": "/storage/shapes/stm/1650002.json",
                "shapeId": "1650002",
                "serviceId": "25U-H50U000S-82-S",
                "blockId": null
            },
            "createdAt": "2020-02-04 00:34:03",
            "meta": {}
        },
        {
            "id": 3322,
            "ref": "39081",
            "isActive": true,
            "label": "39081",
            "timestamp": 1752849103,
            "tripId": "289216512",
            "routeId": "33",
            "startTime": "10:27:00",
            "position": {
                "lat": 45.6239,
                "lon": -73.62207
            },
            "bearing": 0,
            "speed": 12,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 7,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                2
            ],
            "trip": {
                "id": "289216512",
                "headsign": "Sud",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "33",
                "routeLongName": "Langelier",
                "shapeLink": "/storage/shapes/stm/330001.json",
                "shapeId": "330001",
                "serviceId": "25U-H54U000S-81-S",
                "blockId": null
            },
            "createdAt": "2020-02-04 14:45:02",
            "meta": {}
        },
        {
            "id": 3324,
            "ref": "38017",
            "isActive": true,
            "label": "38017",
            "timestamp": 1752849094,
            "tripId": "289243584",
            "routeId": "24",
            "startTime": "10:24:00",
            "position": {
                "lat": 45.47731,
                "lon": -73.60537
            },
            "bearing": 40,
            "speed": 18,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 9,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                3
            ],
            "trip": {
                "id": "289243584",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "24",
                "routeLongName": "Sherbrooke",
                "shapeLink": "/storage/shapes/stm/240001.json",
                "shapeId": "240001",
                "serviceId": "25U-H59U000S-83-S",
                "blockId": null
            },
            "createdAt": "2020-02-05 03:04:07",
            "meta": {}
        },
        {
            "id": 3326,
            "ref": "40024",
            "isActive": true,
            "label": "40024",
            "timestamp": 1752849088,
            "tripId": "289183062",
            "routeId": "104",
            "startTime": "10:35:00",
            "position": {
                "lat": 45.47082,
                "lon": -73.66819
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 1,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289183062",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "104",
                "routeLongName": "Cavendish",
                "shapeLink": "/storage/shapes/stm/1040002.json",
                "shapeId": "1040002",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2020-02-05 15:11:05",
            "meta": {}
        },
        {
            "id": 3337,
            "ref": "39085",
            "isActive": true,
            "label": "39085",
            "timestamp": 1752849100,
            "tripId": "289214769",
            "routeId": "192",
            "startTime": "09:48:00",
            "position": {
                "lat": 45.61694,
                "lon": -73.58018
            },
            "bearing": 32,
            "speed": 27,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 48,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                2
            ],
            "trip": {
                "id": "289214769",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "192",
                "routeLongName": "Robert",
                "shapeLink": "/storage/shapes/stm/1920002.json",
                "shapeId": "1920002",
                "serviceId": "25U-H54U000S-81-S",
                "blockId": null
            },
            "createdAt": "2020-02-07 17:47:08",
            "meta": {}
        },
        {
            "id": 3342,
            "ref": "40022",
            "isActive": true,
            "label": "40022",
            "timestamp": 1752849091,
            "tripId": "289184330",
            "routeId": "90",
            "startTime": "10:06:00",
            "position": {
                "lat": 45.45681,
                "lon": -73.63007
            },
            "bearing": 55,
            "speed": 27,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 34,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289184330",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "90",
                "routeLongName": "Saint-Jacques",
                "shapeLink": "/storage/shapes/stm/900001.json",
                "shapeId": "900001",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2020-02-10 16:32:04",
            "meta": {}
        },
        {
            "id": 3344,
            "ref": "37027",
            "isActive": true,
            "label": "37027",
            "timestamp": 1752849086,
            "tripId": "289199583",
            "routeId": "711",
            "startTime": "10:42:00",
            "position": {
                "lat": 45.48548,
                "lon": -73.62747
            },
            "bearing": 34,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 1,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                9
            ],
            "trip": {
                "id": "289199583",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "711",
                "routeLongName": "Parc-du-Mont-Royal / Oratoire",
                "shapeLink": "/storage/shapes/stm/7110001.json",
                "shapeId": "7110001",
                "serviceId": "25U-H50U000S-82-S",
                "blockId": null
            },
            "createdAt": "2020-02-10 16:46:04",
            "meta": {}
        },
        {
            "id": 3347,
            "ref": "31020",
            "isActive": true,
            "label": "31020",
            "timestamp": 1752849103,
            "tripId": "289200856",
            "routeId": "66",
            "startTime": "10:28:00",
            "position": {
                "lat": 45.47678,
                "lon": -73.63673
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 7,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                7
            ],
            "trip": {
                "id": "289200856",
                "headsign": "Sud",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "66",
                "routeLongName": "The Boulevard",
                "shapeLink": "/storage/shapes/stm/660003.json",
                "shapeId": "660003",
                "serviceId": "25U-H55U000S-81-S",
                "blockId": null
            },
            "createdAt": "2020-02-11 16:10:03",
            "meta": {}
        },
        {
            "id": 3356,
            "ref": "31802",
            "isActive": true,
            "label": "31802",
            "timestamp": 1752849099,
            "tripId": "289196498",
            "routeId": "80",
            "startTime": "10:23:00",
            "position": {
                "lat": 45.52893,
                "lon": -73.62534
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 8,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                9
            ],
            "trip": {
                "id": "289196498",
                "headsign": "Sud",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "80",
                "routeLongName": "Avenue du Parc",
                "shapeLink": "/storage/shapes/stm/800001.json",
                "shapeId": "800001",
                "serviceId": "25U-H50U000S-82-S",
                "blockId": null
            },
            "createdAt": "2020-02-14 01:52:07",
            "meta": {}
        },
        {
            "id": 3363,
            "ref": "40061",
            "isActive": true,
            "label": "40061",
            "timestamp": 1752849095,
            "tripId": "289185032",
            "routeId": "211",
            "startTime": "09:35:00",
            "position": {
                "lat": 45.44297,
                "lon": -73.64703
            },
            "bearing": 56,
            "speed": 71,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 47,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289185032",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "211",
                "routeLongName": "Bord-du-Lac",
                "shapeLink": "/storage/shapes/stm/2110002.json",
                "shapeId": "2110002",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2020-02-18 00:45:06",
            "meta": {}
        },
        {
            "id": 3370,
            "ref": "30113",
            "isActive": true,
            "label": "30113",
            "timestamp": 1752849094,
            "tripId": "289201743",
            "routeId": "18",
            "startTime": "09:45:00",
            "position": {
                "lat": 45.59507,
                "lon": -73.55633
            },
            "bearing": 24,
            "speed": 27,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 45,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                7
            ],
            "trip": {
                "id": "289201743",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "18",
                "routeLongName": "Beaubien",
                "shapeLink": "/storage/shapes/stm/180001.json",
                "shapeId": "180001",
                "serviceId": "25U-H55U000S-81-S",
                "blockId": null
            },
            "createdAt": "2020-02-20 02:03:04",
            "meta": {}
        },
        {
            "id": 3381,
            "ref": "31073",
            "isActive": true,
            "label": "31073",
            "timestamp": 1752849088,
            "tripId": "289215476",
            "routeId": "141",
            "startTime": "10:23:00",
            "position": {
                "lat": 45.61367,
                "lon": -73.55421
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 14,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                2
            ],
            "trip": {
                "id": "289215476",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "141",
                "routeLongName": "Jean-Talon Est",
                "shapeLink": "/storage/shapes/stm/1410003.json",
                "shapeId": "1410003",
                "serviceId": "25U-H54U000S-81-S",
                "blockId": null
            },
            "createdAt": "2020-02-26 17:34:06",
            "meta": {}
        },
        {
            "id": 3391,
            "ref": "33815",
            "isActive": true,
            "label": "33815",
            "timestamp": 1752849104,
            "tripId": "289198228",
            "routeId": "165",
            "startTime": "10:34:00",
            "position": {
                "lat": 45.51601,
                "lon": -73.64405
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 1,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                9
            ],
            "trip": {
                "id": "289198228",
                "headsign": "Sud",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "165",
                "routeLongName": "Côte-des-Neiges",
                "shapeLink": "/storage/shapes/stm/1650001.json",
                "shapeId": "1650001",
                "serviceId": "25U-H50U000S-82-S",
                "blockId": null
            },
            "createdAt": "2020-02-28 22:00:06",
            "meta": {}
        },
        {
            "id": 3399,
            "ref": "30129",
            "isActive": true,
            "label": "30129",
            "timestamp": 1752849093,
            "tripId": "289216254",
            "routeId": "189",
            "startTime": "10:16:00",
            "position": {
                "lat": 45.63026,
                "lon": -73.49716
            },
            "bearing": 33,
            "speed": 24,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 33,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                2
            ],
            "trip": {
                "id": "289216254",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "189",
                "routeLongName": "Notre-Dame",
                "shapeLink": "/storage/shapes/stm/1890001.json",
                "shapeId": "1890001",
                "serviceId": "25U-H54U000S-81-S",
                "blockId": null
            },
            "createdAt": "2020-03-03 17:37:06",
            "meta": {}
        },
        {
            "id": 6417,
            "ref": "30120",
            "isActive": true,
            "label": "30120",
            "timestamp": 1752849093,
            "tripId": "289215165",
            "routeId": "141",
            "startTime": "10:12:00",
            "position": {
                "lat": 45.59855,
                "lon": -73.56938
            },
            "bearing": 205,
            "speed": 17,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 24,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                2
            ],
            "trip": {
                "id": "289215165",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "141",
                "routeLongName": "Jean-Talon Est",
                "shapeLink": "/storage/shapes/stm/1410003.json",
                "shapeId": "1410003",
                "serviceId": "25U-H54U000S-81-S",
                "blockId": null
            },
            "createdAt": "2020-03-05 14:40:03",
            "meta": {}
        },
        {
            "id": 7023,
            "ref": "30207",
            "isActive": true,
            "label": "30207",
            "timestamp": 1752849098,
            "tripId": "289202086",
            "routeId": "92",
            "startTime": "10:22:00",
            "position": {
                "lat": 45.52343,
                "lon": -73.6264
            },
            "bearing": 201,
            "speed": 54,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 11,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                7
            ],
            "trip": {
                "id": "289202086",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "92",
                "routeLongName": "Jean-Talon Ouest",
                "shapeLink": "/storage/shapes/stm/920002.json",
                "shapeId": "920002",
                "serviceId": "25U-H55U000S-81-S",
                "blockId": null
            },
            "createdAt": "2020-03-23 17:02:09",
            "meta": {}
        },
        {
            "id": 7024,
            "ref": "40053",
            "isActive": true,
            "label": "40053",
            "timestamp": 1752849087,
            "tripId": "289182975",
            "routeId": "102",
            "startTime": "10:08:00",
            "position": {
                "lat": 45.46048,
                "lon": -73.65044
            },
            "bearing": 300,
            "speed": 27,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 25,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289182975",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "102",
                "routeLongName": "Somerled",
                "shapeLink": "/storage/shapes/stm/1020002.json",
                "shapeId": "1020002",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2020-03-23 23:55:17",
            "meta": {}
        },
        {
            "id": 7076,
            "ref": "31169",
            "isActive": true,
            "label": "31169",
            "timestamp": 1752849091,
            "tripId": "289243431",
            "routeId": "185",
            "startTime": "10:16:00",
            "position": {
                "lat": 45.59053,
                "lon": -73.53865
            },
            "bearing": 204,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 17,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                3
            ],
            "trip": {
                "id": "289243431",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "185",
                "routeLongName": "Sherbrooke",
                "shapeLink": "/storage/shapes/stm/1850001.json",
                "shapeId": "1850001",
                "serviceId": "25U-H59U000S-83-S",
                "blockId": null
            },
            "createdAt": "2020-04-04 13:21:03",
            "meta": {}
        },
        {
            "id": 7291,
            "ref": "37009",
            "isActive": true,
            "label": "37009",
            "timestamp": 1752849097,
            "tripId": "289197979",
            "routeId": "160",
            "startTime": "10:06:00",
            "position": {
                "lat": 45.51908,
                "lon": -73.62278
            },
            "bearing": 113,
            "speed": 30,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 23,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                9
            ],
            "trip": {
                "id": "289197979",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "160",
                "routeLongName": "Barclay",
                "shapeLink": "/storage/shapes/stm/1600002.json",
                "shapeId": "1600002",
                "serviceId": "25U-H50U000S-82-S",
                "blockId": null
            },
            "createdAt": "2020-05-30 14:52:03",
            "meta": {}
        },
        {
            "id": 7408,
            "ref": "40090",
            "isActive": true,
            "label": "40090",
            "timestamp": 1752849091,
            "tripId": "289209662",
            "routeId": "97",
            "startTime": "10:35:00",
            "position": {
                "lat": 45.51595,
                "lon": -73.58958
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 1,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                6
            ],
            "trip": {
                "id": "289209662",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "97",
                "routeLongName": "Avenue-du-Mont-Royal",
                "shapeLink": "/storage/shapes/stm/970002.json",
                "shapeId": "970002",
                "serviceId": "25U-H57U000S-82-S",
                "blockId": null
            },
            "createdAt": "2020-08-04 05:02:05",
            "meta": {}
        },
        {
            "id": 7411,
            "ref": "40102",
            "isActive": true,
            "label": "40102",
            "timestamp": 1752849088,
            "tripId": "289209023",
            "routeId": "51",
            "startTime": "10:33:00",
            "position": {
                "lat": 45.45427,
                "lon": -73.64148
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 1,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                6
            ],
            "trip": {
                "id": "289209023",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "51",
                "routeLongName": "Édouard-Montpetit",
                "shapeLink": "/storage/shapes/stm/510001.json",
                "shapeId": "510001",
                "serviceId": "25U-H57U000S-82-S",
                "blockId": null
            },
            "createdAt": "2020-08-05 05:47:06",
            "meta": {}
        },
        {
            "id": 7416,
            "ref": "40117",
            "isActive": true,
            "label": "40117",
            "timestamp": 1752848726,
            "tripId": "289209817",
            "routeId": "97",
            "startTime": "09:45:00",
            "position": {
                "lat": 45.55458,
                "lon": -73.55476
            },
            "bearing": 114,
            "speed": 27,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 35,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                6
            ],
            "trip": {
                "id": "289209817",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "97",
                "routeLongName": "Avenue-du-Mont-Royal",
                "shapeLink": "/storage/shapes/stm/970002.json",
                "shapeId": "970002",
                "serviceId": "25U-H57U000S-82-S",
                "blockId": null
            },
            "createdAt": "2020-08-07 06:00:08",
            "meta": {}
        },
        {
            "id": 7425,
            "ref": "40104",
            "isActive": true,
            "label": "40104",
            "timestamp": 1752849092,
            "tripId": "289209747",
            "routeId": "25",
            "startTime": "10:31:00",
            "position": {
                "lat": 45.542,
                "lon": -73.55441
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 1,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                6
            ],
            "trip": {
                "id": "289209747",
                "headsign": "Nord",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "25",
                "routeLongName": "Angus",
                "shapeLink": "/storage/shapes/stm/250002.json",
                "shapeId": "250002",
                "serviceId": "25U-H57U000S-82-S",
                "blockId": null
            },
            "createdAt": "2020-08-12 05:50:05",
            "meta": {}
        },
        {
            "id": 7829,
            "ref": "40110",
            "isActive": true,
            "label": "40110",
            "timestamp": 1752849090,
            "tripId": "289209520",
            "routeId": "430",
            "startTime": "10:33:00",
            "position": {
                "lat": 45.68545,
                "lon": -73.49207
            },
            "bearing": 343,
            "speed": 36,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 2,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                6
            ],
            "trip": {
                "id": "289209520",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "430",
                "routeLongName": "Express Pointe-aux-Trembles",
                "shapeLink": "/storage/shapes/stm/4300002.json",
                "shapeId": "4300002",
                "serviceId": "25U-H57U000S-82-S",
                "blockId": null
            },
            "createdAt": "2020-08-14 16:10:12",
            "meta": {}
        },
        {
            "id": 7839,
            "ref": "40115",
            "isActive": true,
            "label": "40115",
            "timestamp": 1752849104,
            "tripId": "289209867",
            "routeId": "51",
            "startTime": "09:56:00",
            "position": {
                "lat": 45.48526,
                "lon": -73.6278
            },
            "bearing": 200,
            "speed": 9,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 33,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                6
            ],
            "trip": {
                "id": "289209867",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "51",
                "routeLongName": "Édouard-Montpetit",
                "shapeLink": "/storage/shapes/stm/510002.json",
                "shapeId": "510002",
                "serviceId": "25U-H57U000S-82-S",
                "blockId": null
            },
            "createdAt": "2020-08-14 18:00:13",
            "meta": {}
        },
        {
            "id": 7892,
            "ref": "40121",
            "isActive": true,
            "label": "40121",
            "timestamp": 1752849094,
            "tripId": "289209248",
            "routeId": "25",
            "startTime": "10:29:00",
            "position": {
                "lat": 45.53604,
                "lon": -73.59396
            },
            "bearing": 33,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 4,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                6
            ],
            "trip": {
                "id": "289209248",
                "headsign": "Sud",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "25",
                "routeLongName": "Angus",
                "shapeLink": "/storage/shapes/stm/250001.json",
                "shapeId": "250001",
                "serviceId": "25U-H57U000S-82-S",
                "blockId": null
            },
            "createdAt": "2020-08-20 15:11:09",
            "meta": {}
        },
        {
            "id": 7910,
            "ref": "40087",
            "isActive": true,
            "label": "40087",
            "timestamp": 1752849102,
            "tripId": "289185536",
            "routeId": "491",
            "startTime": "10:07:00",
            "position": {
                "lat": 45.48281,
                "lon": -73.58125
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 8,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289185536",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "491",
                "routeLongName": "Express Provost",
                "shapeLink": "/storage/shapes/stm/4910002.json",
                "shapeId": "4910002",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2020-08-22 05:07:05",
            "meta": {}
        },
        {
            "id": 7911,
            "ref": "40086",
            "isActive": true,
            "label": "40086",
            "timestamp": 1752849102,
            "tripId": "289182914",
            "routeId": "102",
            "startTime": "10:38:00",
            "position": {
                "lat": 45.47382,
                "lon": -73.60346
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 1,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289182914",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "102",
                "routeLongName": "Somerled",
                "shapeLink": "/storage/shapes/stm/1020002.json",
                "shapeId": "1020002",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2020-08-22 06:14:04",
            "meta": {}
        },
        {
            "id": 8102,
            "ref": "40100",
            "isActive": true,
            "label": "40100",
            "timestamp": 1752849090,
            "tripId": "289209301",
            "routeId": "47",
            "startTime": "10:18:00",
            "position": {
                "lat": 45.5465,
                "lon": -73.57584
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 11,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                6
            ],
            "trip": {
                "id": "289209301",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "47",
                "routeLongName": "Masson",
                "shapeLink": "/storage/shapes/stm/470002.json",
                "shapeId": "470002",
                "serviceId": "25U-H57U000S-82-S",
                "blockId": null
            },
            "createdAt": "2020-08-24 21:08:04",
            "meta": {}
        },
        {
            "id": 8602,
            "ref": "40075",
            "isActive": true,
            "label": "40075",
            "timestamp": 1752849103,
            "tripId": "289182490",
            "routeId": "63",
            "startTime": "10:25:00",
            "position": {
                "lat": 45.48196,
                "lon": -73.63054
            },
            "bearing": 55,
            "speed": 27,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 7,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289182490",
                "headsign": "Sud",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "63",
                "routeLongName": "Girouard",
                "shapeLink": "/storage/shapes/stm/630002.json",
                "shapeId": "630002",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2020-08-28 22:49:05",
            "meta": {}
        },
        {
            "id": 8634,
            "ref": "40071",
            "isActive": true,
            "label": "40071",
            "timestamp": 1752849097,
            "tripId": "289181746",
            "routeId": "36",
            "startTime": "09:54:00",
            "position": {
                "lat": 45.44916,
                "lon": -73.60446
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 31,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289181746",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "36",
                "routeLongName": "Monk",
                "shapeLink": "/storage/shapes/stm/360003.json",
                "shapeId": "360003",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2020-08-31 13:51:07",
            "meta": {}
        },
        {
            "id": 8766,
            "ref": "40113",
            "isActive": true,
            "label": "40113",
            "timestamp": 1752849076,
            "tripId": "289196674",
            "routeId": "171",
            "startTime": "09:56:00",
            "position": {
                "lat": 45.5024,
                "lon": -73.70618
            },
            "bearing": 311,
            "speed": 27,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 34,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                6
            ],
            "trip": {
                "id": "289196674",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "171",
                "routeLongName": "Henri-Bourassa",
                "shapeLink": "/storage/shapes/stm/1710001.json",
                "shapeId": "1710001",
                "serviceId": "25U-H50U000S-82-S",
                "blockId": null
            },
            "createdAt": "2020-09-08 07:51:15",
            "meta": {}
        },
        {
            "id": 8807,
            "ref": "40078",
            "isActive": true,
            "label": "40078",
            "timestamp": 1752849097,
            "tripId": "289182614",
            "routeId": "90",
            "startTime": "09:32:00",
            "position": {
                "lat": 45.44379,
                "lon": -73.68033
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 52,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289182614",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "90",
                "routeLongName": "Saint-Jacques",
                "shapeLink": "/storage/shapes/stm/900002.json",
                "shapeId": "900002",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2020-09-12 11:28:06",
            "meta": {}
        },
        {
            "id": 8838,
            "ref": "40073",
            "isActive": true,
            "label": "40073",
            "timestamp": 1752849100,
            "tripId": "289184909",
            "routeId": "211",
            "startTime": "10:23:00",
            "position": {
                "lat": 45.45668,
                "lon": -73.62392
            },
            "bearing": 226,
            "speed": 90,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 2,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289184909",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "211",
                "routeLongName": "Bord-du-Lac",
                "shapeLink": "/storage/shapes/stm/2110001.json",
                "shapeId": "2110001",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2020-09-17 17:20:19",
            "meta": {}
        },
        {
            "id": 8848,
            "ref": "40095",
            "isActive": true,
            "label": "40095",
            "timestamp": 1752849097,
            "tripId": "289199463",
            "routeId": "485",
            "startTime": "09:46:00",
            "position": {
                "lat": 45.44831,
                "lon": -73.71934
            },
            "bearing": 92,
            "speed": 90,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 26,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                6
            ],
            "trip": {
                "id": "289199463",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "485",
                "routeLongName": "Express Antoine-Faucon",
                "shapeLink": "/storage/shapes/stm/4850003.json",
                "shapeId": "4850003",
                "serviceId": "25U-H50U000S-82-S",
                "blockId": null
            },
            "createdAt": "2020-09-18 15:36:11",
            "meta": {}
        },
        {
            "id": 8849,
            "ref": "40096",
            "isActive": true,
            "label": "40096",
            "timestamp": 1752849096,
            "tripId": "289209177",
            "routeId": "97",
            "startTime": "10:21:00",
            "position": {
                "lat": 45.54506,
                "lon": -73.56081
            },
            "bearing": 203,
            "speed": 14,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 12,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                6
            ],
            "trip": {
                "id": "289209177",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "97",
                "routeLongName": "Avenue-du-Mont-Royal",
                "shapeLink": "/storage/shapes/stm/970001.json",
                "shapeId": "970001",
                "serviceId": "25U-H57U000S-82-S",
                "blockId": null
            },
            "createdAt": "2020-09-19 15:06:08",
            "meta": {}
        },
        {
            "id": 8857,
            "ref": "40108",
            "isActive": true,
            "label": "40108",
            "timestamp": 1752849096,
            "tripId": "289208997",
            "routeId": "51",
            "startTime": "10:11:00",
            "position": {
                "lat": 45.48468,
                "lon": -73.6282
            },
            "bearing": 36,
            "speed": 18,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 23,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                6
            ],
            "trip": {
                "id": "289208997",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "51",
                "routeLongName": "Édouard-Montpetit",
                "shapeLink": "/storage/shapes/stm/510001.json",
                "shapeId": "510001",
                "serviceId": "25U-H57U000S-82-S",
                "blockId": null
            },
            "createdAt": "2020-09-21 05:53:05",
            "meta": {}
        },
        {
            "id": 8893,
            "ref": "40105",
            "isActive": true,
            "label": "40105",
            "timestamp": 1752849092,
            "tripId": "289210562",
            "routeId": "721",
            "startTime": "10:19:00",
            "position": {
                "lat": 45.45796,
                "lon": -73.44873
            },
            "bearing": 316,
            "speed": 99,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 4,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                6
            ],
            "trip": {
                "id": "289210562",
                "headsign": "Nord",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "721",
                "routeLongName": "Service spécial REM A1",
                "shapeLink": "/storage/shapes/stm/7210010.json",
                "shapeId": "7210010",
                "serviceId": "25U-H57U000S-82-S",
                "blockId": null
            },
            "createdAt": "2020-09-24 17:10:14",
            "meta": {}
        },
        {
            "id": 8894,
            "ref": "40076",
            "isActive": true,
            "label": "40076",
            "timestamp": 1752849092,
            "tripId": "289184281",
            "routeId": "112",
            "startTime": "10:35:00",
            "position": {
                "lat": 45.45691,
                "lon": -73.58224
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 1,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289184281",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "112",
                "routeLongName": "Airlie",
                "shapeLink": "/storage/shapes/stm/1120002.json",
                "shapeId": "1120002",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2020-09-24 17:16:12",
            "meta": {}
        },
        {
            "id": 8917,
            "ref": "40111",
            "isActive": true,
            "label": "40111",
            "timestamp": 1752849102,
            "tripId": "289209116",
            "routeId": "27",
            "startTime": "10:17:00",
            "position": {
                "lat": 45.54652,
                "lon": -73.57001
            },
            "bearing": 33,
            "speed": 27,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 15,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                6
            ],
            "trip": {
                "id": "289209116",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "27",
                "routeLongName": "Boulevard Saint-Joseph",
                "shapeLink": "/storage/shapes/stm/270002.json",
                "shapeId": "270002",
                "serviceId": "25U-H57U000S-82-S",
                "blockId": null
            },
            "createdAt": "2020-09-30 07:33:10",
            "meta": {}
        },
        {
            "id": 9051,
            "ref": "40139",
            "isActive": true,
            "label": "40139",
            "timestamp": 1752849103,
            "tripId": "286059555",
            "routeId": "468",
            "startTime": "09:51:00",
            "position": {
                "lat": 45.51461,
                "lon": -73.74696
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 34,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286059555",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "468",
                "routeLongName": "Express Pierrefonds / Gouin",
                "shapeLink": "/storage/shapes/stm/4680001.json",
                "shapeId": "4680001",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2020-10-05 15:50:09",
            "meta": {}
        },
        {
            "id": 9098,
            "ref": "40133",
            "isActive": true,
            "label": "40133",
            "timestamp": 1752849086,
            "tripId": "286058924",
            "routeId": "17",
            "startTime": "09:45:00",
            "position": {
                "lat": 45.5116,
                "lon": -73.67847
            },
            "bearing": 307,
            "speed": 27,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 37,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286058924",
                "headsign": "Nord",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "17",
                "routeLongName": "Décarie",
                "shapeLink": "/storage/shapes/stm/170001.json",
                "shapeId": "170001",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2020-10-14 07:22:13",
            "meta": {}
        },
        {
            "id": 9099,
            "ref": "40178",
            "isActive": true,
            "label": "40178",
            "timestamp": 1752849090,
            "tripId": "286059424",
            "routeId": "196",
            "startTime": "10:12:00",
            "position": {
                "lat": 45.4694,
                "lon": -73.69689
            },
            "bearing": 222,
            "speed": 36,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 21,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286059424",
                "headsign": "Sud",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "196",
                "routeLongName": "Parc-Industriel-Lachine",
                "shapeLink": "/storage/shapes/stm/1960002.json",
                "shapeId": "1960002",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2020-10-14 07:59:19",
            "meta": {}
        },
        {
            "id": 9102,
            "ref": "40140",
            "isActive": true,
            "label": "40140",
            "timestamp": 1752849097,
            "tripId": "286061109",
            "routeId": "72",
            "startTime": "10:14:00",
            "position": {
                "lat": 45.48587,
                "lon": -73.78032
            },
            "bearing": 55,
            "speed": 45,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 18,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286061109",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "72",
                "routeLongName": "Alfred-Nobel",
                "shapeLink": "/storage/shapes/stm/720003.json",
                "shapeId": "720003",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2020-10-14 16:02:09",
            "meta": {}
        },
        {
            "id": 9111,
            "ref": "40175",
            "isActive": true,
            "label": "40175",
            "timestamp": 1752849091,
            "tripId": "286060379",
            "routeId": "206",
            "startTime": "10:30:00",
            "position": {
                "lat": 45.50923,
                "lon": -73.80641
            },
            "bearing": 154,
            "speed": 14,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 5,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286060379",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "206",
                "routeLongName": "Roger-Pilon",
                "shapeLink": "/storage/shapes/stm/2060001.json",
                "shapeId": "2060001",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2020-10-16 15:28:14",
            "meta": {}
        },
        {
            "id": 9203,
            "ref": "40124",
            "isActive": true,
            "label": "40124",
            "timestamp": 1752849089,
            "tripId": "286060105",
            "routeId": "196",
            "startTime": "09:49:00",
            "position": {
                "lat": 45.50623,
                "lon": -73.6927
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 56,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 5,
                "label": "Full"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286060105",
                "headsign": "Nord",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "196",
                "routeLongName": "Parc-Industriel-Lachine",
                "shapeLink": "/storage/shapes/stm/1960001.json",
                "shapeId": "1960001",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2020-12-01 08:02:11",
            "meta": {}
        },
        {
            "id": 9204,
            "ref": "40126",
            "isActive": true,
            "label": "40126",
            "timestamp": 1752849097,
            "tripId": "286059119",
            "routeId": "202",
            "startTime": "10:19:00",
            "position": {
                "lat": 45.48797,
                "lon": -73.68892
            },
            "bearing": 226,
            "speed": 27,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 13,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286059119",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "202",
                "routeLongName": "Dawson",
                "shapeLink": "/storage/shapes/stm/2020002.json",
                "shapeId": "2020002",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2020-12-01 08:02:11",
            "meta": {}
        },
        {
            "id": 9205,
            "ref": "40129",
            "isActive": true,
            "label": "40129",
            "timestamp": 1752849091,
            "tripId": "286060485",
            "routeId": "202",
            "startTime": "09:55:00",
            "position": {
                "lat": 45.44424,
                "lon": -73.77666
            },
            "bearing": 317,
            "speed": 36,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 47,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286060485",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "202",
                "routeLongName": "Dawson",
                "shapeLink": "/storage/shapes/stm/2020002.json",
                "shapeId": "2020002",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2020-12-01 08:02:12",
            "meta": {}
        },
        {
            "id": 9212,
            "ref": "40141",
            "isActive": true,
            "label": "40141",
            "timestamp": 1752849103,
            "tripId": "286059849",
            "routeId": "203",
            "startTime": "10:44:00",
            "position": {
                "lat": 45.44862,
                "lon": -73.74297
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 1,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286059849",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "203",
                "routeLongName": "Carson",
                "shapeLink": "/storage/shapes/stm/2030001.json",
                "shapeId": "2030001",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2020-12-01 08:02:12",
            "meta": {}
        },
        {
            "id": 9213,
            "ref": "40142",
            "isActive": true,
            "label": "40142",
            "timestamp": 1752849098,
            "tripId": "286060685",
            "routeId": "207",
            "startTime": "10:35:00",
            "position": {
                "lat": 45.46513,
                "lon": -73.83118
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 1,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286060685",
                "headsign": "Nord",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "207",
                "routeLongName": "Jacques-Bizard",
                "shapeLink": "/storage/shapes/stm/2070001.json",
                "shapeId": "2070001",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2020-12-01 08:02:12",
            "meta": {}
        },
        {
            "id": 9214,
            "ref": "40144",
            "isActive": true,
            "label": "40144",
            "timestamp": 1752849093,
            "tripId": "286059725",
            "routeId": "209",
            "startTime": "10:07:00",
            "position": {
                "lat": 45.46748,
                "lon": -73.78835
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 19,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286059725",
                "headsign": "Sud",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "209",
                "routeLongName": "Des Sources / YUL Aéroport",
                "shapeLink": "/storage/shapes/stm/2090001.json",
                "shapeId": "2090001",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2020-12-01 08:02:12",
            "meta": {}
        },
        {
            "id": 9215,
            "ref": "40147",
            "isActive": true,
            "label": "40147",
            "timestamp": 1752849091,
            "tripId": "286061275",
            "routeId": "202",
            "startTime": "10:04:00",
            "position": {
                "lat": 45.44178,
                "lon": -73.74911
            },
            "bearing": 92,
            "speed": 18,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 32,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286061275",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "202",
                "routeLongName": "Dawson",
                "shapeLink": "/storage/shapes/stm/2020001.json",
                "shapeId": "2020001",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2020-12-01 08:02:12",
            "meta": {}
        },
        {
            "id": 9216,
            "ref": "40148",
            "isActive": true,
            "label": "40148",
            "timestamp": 1752849104,
            "tripId": "286058860",
            "routeId": "419",
            "startTime": "10:17:00",
            "position": {
                "lat": 45.42961,
                "lon": -73.917
            },
            "bearing": 233,
            "speed": 9,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 12,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286058860",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "419",
                "routeLongName": "Express John Abbott",
                "shapeLink": "/storage/shapes/stm/4190002.json",
                "shapeId": "4190002",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2020-12-01 08:02:12",
            "meta": {}
        },
        {
            "id": 9221,
            "ref": "40158",
            "isActive": true,
            "label": "40158",
            "timestamp": 1752849094,
            "tripId": "286059820",
            "routeId": "203",
            "startTime": "10:02:00",
            "position": {
                "lat": 45.45547,
                "lon": -73.78243
            },
            "bearing": 177,
            "speed": 27,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 33,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286059820",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "203",
                "routeLongName": "Carson",
                "shapeLink": "/storage/shapes/stm/2030002.json",
                "shapeId": "2030002",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2020-12-01 08:02:12",
            "meta": {}
        },
        {
            "id": 9222,
            "ref": "40159",
            "isActive": true,
            "label": "40159",
            "timestamp": 1752849103,
            "tripId": "286060161",
            "routeId": "177",
            "startTime": "10:21:00",
            "position": {
                "lat": 45.49534,
                "lon": -73.71507
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 10,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286060161",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "177",
                "routeLongName": "Thimens",
                "shapeLink": "/storage/shapes/stm/1770001.json",
                "shapeId": "1770001",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2020-12-01 08:02:12",
            "meta": {}
        },
        {
            "id": 9227,
            "ref": "40173",
            "isActive": true,
            "label": "40173",
            "timestamp": 1752849102,
            "tripId": "286060199",
            "routeId": "196",
            "startTime": "10:18:00",
            "position": {
                "lat": 45.45187,
                "lon": -73.72669
            },
            "bearing": 258,
            "speed": 27,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 14,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286060199",
                "headsign": "Nord",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "196",
                "routeLongName": "Parc-Industriel-Lachine",
                "shapeLink": "/storage/shapes/stm/1960001.json",
                "shapeId": "1960001",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2020-12-01 08:02:12",
            "meta": {}
        },
        {
            "id": 9230,
            "ref": "40181",
            "isActive": true,
            "label": "40181",
            "timestamp": 1752849091,
            "tripId": "286060917",
            "routeId": "217",
            "startTime": "10:28:00",
            "position": {
                "lat": 45.45624,
                "lon": -73.84504
            },
            "bearing": 253,
            "speed": 36,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 4,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286060917",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "217",
                "routeLongName": "Anse-à-l'Orme",
                "shapeLink": "/storage/shapes/stm/2170003.json",
                "shapeId": "2170003",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2020-12-01 08:02:12",
            "meta": {}
        },
        {
            "id": 9231,
            "ref": "40182",
            "isActive": true,
            "label": "40182",
            "timestamp": 1752849096,
            "tripId": "286059612",
            "routeId": "208",
            "startTime": "10:15:00",
            "position": {
                "lat": 45.49399,
                "lon": -73.80614
            },
            "bearing": 53,
            "speed": 12,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 13,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286059612",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "208",
                "routeLongName": "Brunswick",
                "shapeLink": "/storage/shapes/stm/2080002.json",
                "shapeId": "2080002",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2020-12-01 08:02:12",
            "meta": {}
        },
        {
            "id": 9232,
            "ref": "40185",
            "isActive": true,
            "label": "40185",
            "timestamp": 1752849097,
            "tripId": "286062367",
            "routeId": "968",
            "startTime": "10:00:00",
            "position": {
                "lat": 45.51292,
                "lon": -73.81635
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 3,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286062367",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "968",
                "routeLongName": "Trainbus Roxboro / Côte-Vertu",
                "shapeLink": "/storage/shapes/stm/9680001.json",
                "shapeId": "9680001",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2020-12-01 08:02:12",
            "meta": {}
        },
        {
            "id": 9233,
            "ref": "40186",
            "isActive": true,
            "label": "40186",
            "timestamp": 1752849103,
            "tripId": "286060778",
            "routeId": "204",
            "startTime": "10:09:00",
            "position": {
                "lat": 45.45042,
                "lon": -73.78769
            },
            "bearing": 271,
            "speed": 45,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 19,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286060778",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "204",
                "routeLongName": "Cardinal",
                "shapeLink": "/storage/shapes/stm/2040002.json",
                "shapeId": "2040002",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2020-12-01 08:02:13",
            "meta": {}
        },
        {
            "id": 9234,
            "ref": "40187",
            "isActive": true,
            "label": "40187",
            "timestamp": 1752849104,
            "tripId": "286061403",
            "routeId": "164",
            "startTime": "09:49:00",
            "position": {
                "lat": 45.50977,
                "lon": -73.7347
            },
            "bearing": 222,
            "speed": 9,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 38,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286061403",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "164",
                "routeLongName": "Dudemaine",
                "shapeLink": "/storage/shapes/stm/1640002.json",
                "shapeId": "1640002",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2020-12-01 08:02:13",
            "meta": {}
        },
        {
            "id": 9236,
            "ref": "40192",
            "isActive": true,
            "label": "40192",
            "timestamp": 1752849086,
            "tripId": "286060352",
            "routeId": "209",
            "startTime": "09:54:00",
            "position": {
                "lat": 45.49755,
                "lon": -73.81091
            },
            "bearing": 326,
            "speed": 45,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 33,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286060352",
                "headsign": "Nord",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "209",
                "routeLongName": "Des Sources / YUL Aéroport",
                "shapeLink": "/storage/shapes/stm/2090002.json",
                "shapeId": "2090002",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2020-12-01 08:02:13",
            "meta": {}
        },
        {
            "id": 9245,
            "ref": "40152",
            "isActive": true,
            "label": "40152",
            "timestamp": 1752849092,
            "tripId": "286061069",
            "routeId": "72",
            "startTime": "09:46:00",
            "position": {
                "lat": 45.50304,
                "lon": -73.67891
            },
            "bearing": 41,
            "speed": 18,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 34,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286061069",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "72",
                "routeLongName": "Alfred-Nobel",
                "shapeLink": "/storage/shapes/stm/720003.json",
                "shapeId": "720003",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2020-12-01 08:08:15",
            "meta": {}
        },
        {
            "id": 9246,
            "ref": "40162",
            "isActive": true,
            "label": "40162",
            "timestamp": 1752849089,
            "tripId": "286059341",
            "routeId": "204",
            "startTime": "10:30:00",
            "position": {
                "lat": 45.46659,
                "lon": -73.83102
            },
            "bearing": 53,
            "speed": 45,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 2,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286059341",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "204",
                "routeLongName": "Cardinal",
                "shapeLink": "/storage/shapes/stm/2040001.json",
                "shapeId": "2040001",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2020-12-01 08:08:15",
            "meta": {}
        },
        {
            "id": 9247,
            "ref": "40190",
            "isActive": true,
            "label": "40190",
            "timestamp": 1752849104,
            "tripId": "286060078",
            "routeId": "70",
            "startTime": "10:34:00",
            "position": {
                "lat": 45.51397,
                "lon": -73.68354
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 1,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286060078",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "70",
                "routeLongName": "Bois-Franc",
                "shapeLink": "/storage/shapes/stm/700002.json",
                "shapeId": "700002",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2020-12-01 08:14:10",
            "meta": {}
        },
        {
            "id": 9252,
            "ref": "40136",
            "isActive": true,
            "label": "40136",
            "timestamp": 1752848977,
            "tripId": "286059488",
            "routeId": "164",
            "startTime": "09:47:00",
            "position": {
                "lat": 45.55562,
                "lon": -73.66786
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 47,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286059488",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "164",
                "routeLongName": "Dudemaine",
                "shapeLink": "/storage/shapes/stm/1640001.json",
                "shapeId": "1640001",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2020-12-01 15:45:16",
            "meta": {}
        },
        {
            "id": 9258,
            "ref": "40191",
            "isActive": true,
            "label": "40191",
            "timestamp": 1752849094,
            "tripId": "286060523",
            "routeId": "68",
            "startTime": "10:12:00",
            "position": {
                "lat": 45.46936,
                "lon": -73.87481
            },
            "bearing": 42,
            "speed": 45,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 19,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286060523",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "68",
                "routeLongName": "Pierrefonds",
                "shapeLink": "/storage/shapes/stm/680005.json",
                "shapeId": "680005",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2020-12-02 05:59:06",
            "meta": {}
        },
        {
            "id": 9263,
            "ref": "40217",
            "isActive": true,
            "label": "40217",
            "timestamp": 1752849092,
            "tripId": "289185075",
            "routeId": "211",
            "startTime": "09:52:00",
            "position": {
                "lat": 45.42867,
                "lon": -73.82775
            },
            "bearing": 265,
            "speed": 27,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 18,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289185075",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "211",
                "routeLongName": "Bord-du-Lac",
                "shapeLink": "/storage/shapes/stm/2110001.json",
                "shapeId": "2110001",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2020-12-02 16:09:15",
            "meta": {}
        },
        {
            "id": 9265,
            "ref": "40219",
            "isActive": true,
            "label": "40219",
            "timestamp": 1752849093,
            "tripId": "289182223",
            "routeId": "425",
            "startTime": "10:04:00",
            "position": {
                "lat": 45.4493,
                "lon": -73.78679
            },
            "bearing": 88,
            "speed": 81,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 25,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289182223",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "425",
                "routeLongName": "Express Anse-à-l'Orme",
                "shapeLink": "/storage/shapes/stm/4250002.json",
                "shapeId": "4250002",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2020-12-03 06:57:10",
            "meta": {}
        },
        {
            "id": 9266,
            "ref": "40220",
            "isActive": true,
            "label": "40220",
            "timestamp": 1752849090,
            "tripId": "289185684",
            "routeId": "496",
            "startTime": "10:03:00",
            "position": {
                "lat": 45.44404,
                "lon": -73.71827
            },
            "bearing": 287,
            "speed": 27,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 18,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289185684",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "496",
                "routeLongName": "Express Victoria",
                "shapeLink": "/storage/shapes/stm/4960002.json",
                "shapeId": "4960002",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2020-12-03 16:10:16",
            "meta": {}
        },
        {
            "id": 9269,
            "ref": "40212",
            "isActive": true,
            "label": "40212",
            "timestamp": 1752849098,
            "tripId": "286059273",
            "routeId": "409",
            "startTime": "10:01:00",
            "position": {
                "lat": 45.49041,
                "lon": -73.7486
            },
            "bearing": 88,
            "speed": 63,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 35,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286059273",
                "headsign": "Sud via Davignon",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "409",
                "routeLongName": "Express Des Sources",
                "shapeLink": "/storage/shapes/stm/4090002.json",
                "shapeId": "4090002",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2020-12-04 05:21:03",
            "meta": {}
        },
        {
            "id": 9276,
            "ref": "40227",
            "isActive": true,
            "label": "40227",
            "timestamp": 1752849103,
            "tripId": "289183720",
            "routeId": "112",
            "startTime": "10:03:00",
            "position": {
                "lat": 45.42307,
                "lon": -73.64135
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 38,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289183720",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "112",
                "routeLongName": "Airlie",
                "shapeLink": "/storage/shapes/stm/1120002.json",
                "shapeId": "1120002",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2020-12-07 15:26:10",
            "meta": {}
        },
        {
            "id": 9277,
            "ref": "40229",
            "isActive": true,
            "label": "40229",
            "timestamp": 1752849094,
            "tripId": "289184365",
            "routeId": "138",
            "startTime": "10:01:00",
            "position": {
                "lat": 45.46488,
                "lon": -73.63158
            },
            "bearing": 303,
            "speed": 45,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 30,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289184365",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "138",
                "routeLongName": "Notre-Dame-de-Grâce",
                "shapeLink": "/storage/shapes/stm/1380001.json",
                "shapeId": "1380001",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2020-12-07 17:08:16",
            "meta": {}
        },
        {
            "id": 9281,
            "ref": "40160",
            "isActive": true,
            "label": "40160",
            "timestamp": 1752849098,
            "tripId": "286058980",
            "routeId": "70",
            "startTime": "10:03:00",
            "position": {
                "lat": 45.49361,
                "lon": -73.73979
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 29,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286058980",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "70",
                "routeLongName": "Bois-Franc",
                "shapeLink": "/storage/shapes/stm/700002.json",
                "shapeId": "700002",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2020-12-09 13:15:09",
            "meta": {}
        },
        {
            "id": 9282,
            "ref": "40214",
            "isActive": true,
            "label": "40214",
            "timestamp": 1752849104,
            "tripId": "286060646",
            "routeId": "164",
            "startTime": "10:15:00",
            "position": {
                "lat": 45.54034,
                "lon": -73.68715
            },
            "bearing": 223,
            "speed": 18,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 10,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286060646",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "164",
                "routeLongName": "Dudemaine",
                "shapeLink": "/storage/shapes/stm/1640002.json",
                "shapeId": "1640002",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2020-12-09 15:39:15",
            "meta": {}
        },
        {
            "id": 9285,
            "ref": "40189",
            "isActive": true,
            "label": "40189",
            "timestamp": 1752849094,
            "tripId": "286058905",
            "routeId": "17",
            "startTime": "10:00:00",
            "position": {
                "lat": 45.47087,
                "lon": -73.60838
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 36,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286058905",
                "headsign": "Sud",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "17",
                "routeLongName": "Décarie",
                "shapeLink": "/storage/shapes/stm/170002.json",
                "shapeId": "170002",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2020-12-09 16:16:17",
            "meta": {}
        },
        {
            "id": 9286,
            "ref": "40208",
            "isActive": true,
            "label": "40208",
            "timestamp": 1752849104,
            "tripId": "286059963",
            "routeId": "215",
            "startTime": "10:05:00",
            "position": {
                "lat": 45.50315,
                "lon": -73.74348
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 31,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286059963",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "215",
                "routeLongName": "Henri-Bourassa",
                "shapeLink": "/storage/shapes/stm/2150001.json",
                "shapeId": "2150001",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2020-12-09 17:07:08",
            "meta": {}
        },
        {
            "id": 9290,
            "ref": "40228",
            "isActive": true,
            "label": "40228",
            "timestamp": 1752849094,
            "tripId": "289184871",
            "routeId": "198",
            "startTime": "09:42:00",
            "position": {
                "lat": 45.42763,
                "lon": -73.6288
            },
            "bearing": 0,
            "speed": 5,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 44,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289184871",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "198",
                "routeLongName": "Broadway",
                "shapeLink": "/storage/shapes/stm/1980014.json",
                "shapeId": "1980014",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2020-12-12 04:55:05",
            "meta": {}
        },
        {
            "id": 9296,
            "ref": "40223",
            "isActive": true,
            "label": "40223",
            "timestamp": 1752849100,
            "tripId": "289183448",
            "routeId": "107",
            "startTime": "10:25:00",
            "position": {
                "lat": 45.43541,
                "lon": -73.59721
            },
            "bearing": 99,
            "speed": 12,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 9,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289183448",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "107",
                "routeLongName": "Verdun",
                "shapeLink": "/storage/shapes/stm/1070002.json",
                "shapeId": "1070002",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2020-12-14 23:03:07",
            "meta": {}
        },
        {
            "id": 9297,
            "ref": "40153",
            "isActive": true,
            "label": "40153",
            "timestamp": 1752849102,
            "tripId": "286060438",
            "routeId": "208",
            "startTime": "10:00:00",
            "position": {
                "lat": 45.49957,
                "lon": -73.7906
            },
            "bearing": 197,
            "speed": 12,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 37,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286060438",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "208",
                "routeLongName": "Brunswick",
                "shapeLink": "/storage/shapes/stm/2080001.json",
                "shapeId": "2080001",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2020-12-15 05:49:04",
            "meta": {}
        },
        {
            "id": 9298,
            "ref": "40201",
            "isActive": true,
            "label": "40201",
            "timestamp": 1752849103,
            "tripId": "286060293",
            "routeId": "196",
            "startTime": "09:46:00",
            "position": {
                "lat": 45.44902,
                "lon": -73.72083
            },
            "bearing": 350,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 49,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286060293",
                "headsign": "Sud",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "196",
                "routeLongName": "Parc-Industriel-Lachine",
                "shapeLink": "/storage/shapes/stm/1960002.json",
                "shapeId": "1960002",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2020-12-15 06:41:10",
            "meta": {}
        },
        {
            "id": 9305,
            "ref": "40145",
            "isActive": true,
            "label": "40145",
            "timestamp": 1752849088,
            "tripId": "286061041",
            "routeId": "68",
            "startTime": "10:41:00",
            "position": {
                "lat": 45.45621,
                "lon": -73.93381
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 1,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286061041",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "68",
                "routeLongName": "Pierrefonds",
                "shapeLink": "/storage/shapes/stm/680005.json",
                "shapeId": "680005",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2020-12-16 14:49:08",
            "meta": {}
        },
        {
            "id": 9312,
            "ref": "40207",
            "isActive": true,
            "label": "40207",
            "timestamp": 1752849103,
            "tripId": "286059880",
            "routeId": "205",
            "startTime": "10:22:00",
            "position": {
                "lat": 45.51255,
                "lon": -73.83076
            },
            "bearing": 279,
            "speed": 18,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 9,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286059880",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "205",
                "routeLongName": "Gouin",
                "shapeLink": "/storage/shapes/stm/2050002.json",
                "shapeId": "2050002",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2020-12-18 06:30:08",
            "meta": {}
        },
        {
            "id": 9316,
            "ref": "40235",
            "isActive": true,
            "label": "40235",
            "timestamp": 1752849087,
            "tripId": "289184160",
            "routeId": "114",
            "startTime": "10:17:00",
            "position": {
                "lat": 45.44676,
                "lon": -73.59047
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 18,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289184160",
                "headsign": "Nord",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "114",
                "routeLongName": "Angrignon",
                "shapeLink": "/storage/shapes/stm/1140001.json",
                "shapeId": "1140001",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2020-12-19 04:57:04",
            "meta": {}
        },
        {
            "id": 9318,
            "ref": "40248",
            "isActive": true,
            "label": "40248",
            "timestamp": 1752849090,
            "tripId": "289184929",
            "routeId": "211",
            "startTime": "10:07:00",
            "position": {
                "lat": 45.43957,
                "lon": -73.82695
            },
            "bearing": 68,
            "speed": 27,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 37,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289184929",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "211",
                "routeLongName": "Bord-du-Lac",
                "shapeLink": "/storage/shapes/stm/2110002.json",
                "shapeId": "2110002",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2020-12-19 06:13:05",
            "meta": {}
        },
        {
            "id": 9321,
            "ref": "40199",
            "isActive": true,
            "label": "40199",
            "timestamp": 1752849103,
            "tripId": "286059784",
            "routeId": "64",
            "startTime": "10:21:00",
            "position": {
                "lat": 45.52321,
                "lon": -73.70603
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 9,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286059784",
                "headsign": "Sud",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "64",
                "routeLongName": "Grenet",
                "shapeLink": "/storage/shapes/stm/640002.json",
                "shapeId": "640002",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2020-12-22 17:03:15",
            "meta": {}
        },
        {
            "id": 9323,
            "ref": "40209",
            "isActive": true,
            "label": "40209",
            "timestamp": 1752849097,
            "tripId": "286062388",
            "routeId": "968",
            "startTime": "10:25:00",
            "position": {
                "lat": 45.50468,
                "lon": -73.78498
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 2,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286062388",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "968",
                "routeLongName": "Trainbus Roxboro / Côte-Vertu",
                "shapeLink": "/storage/shapes/stm/9680028.json",
                "shapeId": "9680028",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2020-12-23 06:26:09",
            "meta": {}
        },
        {
            "id": 9325,
            "ref": "40170",
            "isActive": true,
            "label": "40170",
            "timestamp": 1752849104,
            "tripId": "286059909",
            "routeId": "468",
            "startTime": "10:14:00",
            "position": {
                "lat": 45.52779,
                "lon": -73.72853
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 8,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286059909",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "468",
                "routeLongName": "Express Pierrefonds / Gouin",
                "shapeLink": "/storage/shapes/stm/4680002.json",
                "shapeId": "4680002",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2020-12-26 15:57:12",
            "meta": {}
        },
        {
            "id": 9329,
            "ref": "40243",
            "isActive": true,
            "label": "40243",
            "timestamp": 1752849103,
            "tripId": "289182063",
            "routeId": "37",
            "startTime": "10:12:00",
            "position": {
                "lat": 45.45567,
                "lon": -73.58165
            },
            "bearing": 21,
            "speed": 45,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 14,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289182063",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "37",
                "routeLongName": "Jolicoeur",
                "shapeLink": "/storage/shapes/stm/370001.json",
                "shapeId": "370001",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2020-12-29 14:29:10",
            "meta": {}
        },
        {
            "id": 9331,
            "ref": "40247",
            "isActive": true,
            "label": "40247",
            "timestamp": 1752849087,
            "tripId": "289183545",
            "routeId": "108",
            "startTime": "10:12:00",
            "position": {
                "lat": 45.46196,
                "lon": -73.57578
            },
            "bearing": 183,
            "speed": 45,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 18,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289183545",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "108",
                "routeLongName": "Bannantyne",
                "shapeLink": "/storage/shapes/stm/1080002.json",
                "shapeId": "1080002",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2020-12-29 20:38:06",
            "meta": {}
        },
        {
            "id": 9358,
            "ref": "40233",
            "isActive": true,
            "label": "40233",
            "timestamp": 1752849094,
            "tripId": "289183644",
            "routeId": "110",
            "startTime": "09:39:00",
            "position": {
                "lat": 45.43297,
                "lon": -73.60603
            },
            "bearing": 44,
            "speed": 18,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 61,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289183644",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "110",
                "routeLongName": "Centrale",
                "shapeLink": "/storage/shapes/stm/1100001.json",
                "shapeId": "1100001",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2021-01-15 13:04:10",
            "meta": {}
        },
        {
            "id": 9740,
            "ref": "40246",
            "isActive": true,
            "label": "40246",
            "timestamp": 1752849102,
            "tripId": "289181804",
            "routeId": "37",
            "startTime": "10:23:00",
            "position": {
                "lat": 45.44718,
                "lon": -73.60567
            },
            "bearing": 267,
            "speed": 27,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 2,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289181804",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "37",
                "routeLongName": "Jolicoeur",
                "shapeLink": "/storage/shapes/stm/370002.json",
                "shapeId": "370002",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2021-02-01 14:34:08",
            "meta": {}
        },
        {
            "id": 10671,
            "ref": "41004",
            "isActive": true,
            "label": "41004",
            "timestamp": 1752849090,
            "tripId": "289209931",
            "routeId": "51",
            "startTime": "10:32:00",
            "position": {
                "lat": 45.52648,
                "lon": -73.58653
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 1,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                6
            ],
            "trip": {
                "id": "289209931",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "51",
                "routeLongName": "Édouard-Montpetit",
                "shapeLink": "/storage/shapes/stm/510002.json",
                "shapeId": "510002",
                "serviceId": "25U-H57U000S-82-S",
                "blockId": null
            },
            "createdAt": "2021-07-09 11:30:07",
            "meta": {}
        },
        {
            "id": 10677,
            "ref": "41003",
            "isActive": true,
            "label": "41003",
            "timestamp": 1752849104,
            "tripId": "289209614",
            "routeId": "51",
            "startTime": "10:03:00",
            "position": {
                "lat": 45.49706,
                "lon": -73.61839
            },
            "bearing": 331,
            "speed": 24,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 30,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                6
            ],
            "trip": {
                "id": "289209614",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "51",
                "routeLongName": "Édouard-Montpetit",
                "shapeLink": "/storage/shapes/stm/510001.json",
                "shapeId": "510001",
                "serviceId": "25U-H57U000S-82-S",
                "blockId": null
            },
            "createdAt": "2021-07-09 16:36:04",
            "meta": {}
        },
        {
            "id": 10681,
            "ref": "41009",
            "isActive": true,
            "label": "41009",
            "timestamp": 1752849094,
            "tripId": "289209693",
            "routeId": "427",
            "startTime": "09:22:00",
            "position": {
                "lat": 45.45707,
                "lon": -73.63982
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 29,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 3,
                "label": "Congestion"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                6
            ],
            "trip": {
                "id": "289209693",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "427",
                "routeLongName": "Express Saint-Joseph",
                "shapeLink": "/storage/shapes/stm/4270001.json",
                "shapeId": "4270001",
                "serviceId": "25U-H57U000S-82-S",
                "blockId": null
            },
            "createdAt": "2021-07-12 16:12:05",
            "meta": {}
        },
        {
            "id": 10685,
            "ref": "41021",
            "isActive": true,
            "label": "41021",
            "timestamp": 1752849095,
            "tripId": "289210551",
            "routeId": "721",
            "startTime": "09:59:00",
            "position": {
                "lat": 45.49866,
                "lon": -73.56603
            },
            "bearing": 42,
            "speed": 27,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 4,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                6
            ],
            "trip": {
                "id": "289210551",
                "headsign": "Nord",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "721",
                "routeLongName": "Service spécial REM A1",
                "shapeLink": "/storage/shapes/stm/7210010.json",
                "shapeId": "7210010",
                "serviceId": "25U-H57U000S-82-S",
                "blockId": null
            },
            "createdAt": "2021-07-13 16:13:03",
            "meta": {}
        },
        {
            "id": 10686,
            "ref": "41020",
            "isActive": true,
            "label": "41020",
            "timestamp": 1752849100,
            "tripId": "289209583",
            "routeId": "27",
            "startTime": "10:34:00",
            "position": {
                "lat": 45.55792,
                "lon": -73.56573
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 1,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                6
            ],
            "trip": {
                "id": "289209583",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "27",
                "routeLongName": "Boulevard Saint-Joseph",
                "shapeLink": "/storage/shapes/stm/270001.json",
                "shapeId": "270001",
                "serviceId": "25U-H57U000S-82-S",
                "blockId": null
            },
            "createdAt": "2021-07-13 18:03:04",
            "meta": {}
        },
        {
            "id": 10687,
            "ref": "41022",
            "isActive": true,
            "label": "41022",
            "timestamp": 1752849088,
            "tripId": "289210570",
            "routeId": "721",
            "startTime": "10:29:00",
            "position": {
                "lat": 45.43824,
                "lon": -73.43732
            },
            "bearing": 315,
            "speed": 45,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 2,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                6
            ],
            "trip": {
                "id": "289210570",
                "headsign": "Nord",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "721",
                "routeLongName": "Service spécial REM A1",
                "shapeLink": "/storage/shapes/stm/7210010.json",
                "shapeId": "7210010",
                "serviceId": "25U-H57U000S-82-S",
                "blockId": null
            },
            "createdAt": "2021-07-13 18:45:04",
            "meta": {}
        },
        {
            "id": 10693,
            "ref": "41028",
            "isActive": true,
            "label": "41028",
            "timestamp": 1752849094,
            "tripId": "289209541",
            "routeId": "51",
            "startTime": "10:22:00",
            "position": {
                "lat": 45.46325,
                "lon": -73.64644
            },
            "bearing": 6,
            "speed": 27,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 10,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                6
            ],
            "trip": {
                "id": "289209541",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "51",
                "routeLongName": "Édouard-Montpetit",
                "shapeLink": "/storage/shapes/stm/510001.json",
                "shapeId": "510001",
                "serviceId": "25U-H57U000S-82-S",
                "blockId": null
            },
            "createdAt": "2021-07-15 16:45:05",
            "meta": {}
        },
        {
            "id": 10709,
            "ref": "41002",
            "isActive": true,
            "label": "41002",
            "timestamp": 1752849021,
            "tripId": "289210540",
            "routeId": "721",
            "startTime": "09:49:00",
            "position": {
                "lat": 45.49882,
                "lon": -73.56636
            },
            "bearing": 40,
            "speed": 18,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 4,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                6
            ],
            "trip": {
                "id": "289210540",
                "headsign": "Nord",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "721",
                "routeLongName": "Service spécial REM A1",
                "shapeLink": "/storage/shapes/stm/7210010.json",
                "shapeId": "7210010",
                "serviceId": "25U-H57U000S-82-S",
                "blockId": null
            },
            "createdAt": "2021-07-22 16:31:05",
            "meta": {}
        },
        {
            "id": 10720,
            "ref": "41018",
            "isActive": true,
            "label": "41018",
            "timestamp": 1752849092,
            "tripId": "289209354",
            "routeId": "51",
            "startTime": "09:57:00",
            "position": {
                "lat": 45.50319,
                "lon": -73.61892
            },
            "bearing": 25,
            "speed": 9,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 34,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                6
            ],
            "trip": {
                "id": "289209354",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "51",
                "routeLongName": "Édouard-Montpetit",
                "shapeLink": "/storage/shapes/stm/510001.json",
                "shapeId": "510001",
                "serviceId": "25U-H57U000S-82-S",
                "blockId": null
            },
            "createdAt": "2021-07-24 08:44:04",
            "meta": {}
        },
        {
            "id": 10721,
            "ref": "41001",
            "isActive": true,
            "label": "41001",
            "timestamp": 1752849091,
            "tripId": "289209794",
            "routeId": "11",
            "startTime": "10:09:00",
            "position": {
                "lat": 45.5128,
                "lon": -73.59563
            },
            "bearing": 237,
            "speed": 36,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 15,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                6
            ],
            "trip": {
                "id": "289209794",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "11",
                "routeLongName": "Parc-du-Mont-Royal / Ridgewood",
                "shapeLink": "/storage/shapes/stm/110001.json",
                "shapeId": "110001",
                "serviceId": "25U-H57U000S-82-S",
                "blockId": null
            },
            "createdAt": "2021-07-24 09:18:04",
            "meta": {}
        },
        {
            "id": 10731,
            "ref": "41034",
            "isActive": true,
            "label": "41034",
            "timestamp": 1752849103,
            "tripId": "289196836",
            "routeId": "100",
            "startTime": "10:49:00",
            "position": {
                "lat": 45.54567,
                "lon": -73.63886
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 1,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                6
            ],
            "trip": {
                "id": "289196836",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "100",
                "routeLongName": "Crémazie",
                "shapeLink": "/storage/shapes/stm/1000001.json",
                "shapeId": "1000001",
                "serviceId": "25U-H50U000S-82-S",
                "blockId": null
            },
            "createdAt": "2021-07-27 18:46:04",
            "meta": {}
        },
        {
            "id": 10734,
            "ref": "41025",
            "isActive": true,
            "label": "41025",
            "timestamp": 1752849080,
            "tripId": "289209588",
            "routeId": "51",
            "startTime": "09:38:00",
            "position": {
                "lat": 45.52633,
                "lon": -73.58772
            },
            "bearing": 27,
            "speed": 27,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 51,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                6
            ],
            "trip": {
                "id": "289209588",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "51",
                "routeLongName": "Édouard-Montpetit",
                "shapeLink": "/storage/shapes/stm/510001.json",
                "shapeId": "510001",
                "serviceId": "25U-H57U000S-82-S",
                "blockId": null
            },
            "createdAt": "2021-07-28 14:28:05",
            "meta": {}
        },
        {
            "id": 10741,
            "ref": "41023",
            "isActive": true,
            "label": "41023",
            "timestamp": 1752849102,
            "tripId": "289209150",
            "routeId": "97",
            "startTime": "10:10:00",
            "position": {
                "lat": 45.53901,
                "lon": -73.56878
            },
            "bearing": 46,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 21,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                6
            ],
            "trip": {
                "id": "289209150",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "97",
                "routeLongName": "Avenue-du-Mont-Royal",
                "shapeLink": "/storage/shapes/stm/970002.json",
                "shapeId": "970002",
                "serviceId": "25U-H57U000S-82-S",
                "blockId": null
            },
            "createdAt": "2021-07-30 17:54:06",
            "meta": {}
        },
        {
            "id": 10746,
            "ref": "41031",
            "isActive": true,
            "label": "41031",
            "timestamp": 1752849095,
            "tripId": "289209053",
            "routeId": "51",
            "startTime": "09:45:00",
            "position": {
                "lat": 45.5195,
                "lon": -73.59592
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 46,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                6
            ],
            "trip": {
                "id": "289209053",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "51",
                "routeLongName": "Édouard-Montpetit",
                "shapeLink": "/storage/shapes/stm/510001.json",
                "shapeId": "510001",
                "serviceId": "25U-H57U000S-82-S",
                "blockId": null
            },
            "createdAt": "2021-08-03 15:01:04",
            "meta": {}
        },
        {
            "id": 10747,
            "ref": "41041",
            "isActive": true,
            "label": "41041",
            "timestamp": 1752849088,
            "tripId": "289209463",
            "routeId": "51",
            "startTime": "10:20:00",
            "position": {
                "lat": 45.51583,
                "lon": -73.60165
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 9,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                6
            ],
            "trip": {
                "id": "289209463",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "51",
                "routeLongName": "Édouard-Montpetit",
                "shapeLink": "/storage/shapes/stm/510002.json",
                "shapeId": "510002",
                "serviceId": "25U-H57U000S-82-S",
                "blockId": null
            },
            "createdAt": "2021-08-03 17:22:05",
            "meta": {}
        },
        {
            "id": 10753,
            "ref": "41007",
            "isActive": true,
            "label": "41007",
            "timestamp": 1752849094,
            "tripId": "289209399",
            "routeId": "97",
            "startTime": "10:00:00",
            "position": {
                "lat": 45.53384,
                "lon": -73.58089
            },
            "bearing": 215,
            "speed": 18,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 43,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                6
            ],
            "trip": {
                "id": "289209399",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "97",
                "routeLongName": "Avenue-du-Mont-Royal",
                "shapeLink": "/storage/shapes/stm/970001.json",
                "shapeId": "970001",
                "serviceId": "25U-H57U000S-82-S",
                "blockId": null
            },
            "createdAt": "2021-08-05 05:56:04",
            "meta": {}
        },
        {
            "id": 10765,
            "ref": "41039",
            "isActive": true,
            "label": "41039",
            "timestamp": 1752849087,
            "tripId": "289209095",
            "routeId": "14",
            "startTime": "10:25:00",
            "position": {
                "lat": 45.52008,
                "lon": -73.56278
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 9,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                6
            ],
            "trip": {
                "id": "289209095",
                "headsign": "Nord",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "14",
                "routeLongName": "Atateken",
                "shapeLink": "/storage/shapes/stm/140002.json",
                "shapeId": "140002",
                "serviceId": "25U-H57U000S-82-S",
                "blockId": null
            },
            "createdAt": "2021-08-10 07:18:04",
            "meta": {}
        },
        {
            "id": 10766,
            "ref": "41015",
            "isActive": true,
            "label": "41015",
            "timestamp": 1752849095,
            "tripId": "289209487",
            "routeId": "14",
            "startTime": "10:22:00",
            "position": {
                "lat": 45.52214,
                "lon": -73.56721
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 11,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                6
            ],
            "trip": {
                "id": "289209487",
                "headsign": "Sud",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "14",
                "routeLongName": "Atateken",
                "shapeLink": "/storage/shapes/stm/140001.json",
                "shapeId": "140001",
                "serviceId": "25U-H57U000S-82-S",
                "blockId": null
            },
            "createdAt": "2021-08-10 08:12:05",
            "meta": {}
        },
        {
            "id": 10781,
            "ref": "41006",
            "isActive": true,
            "label": "41006",
            "timestamp": 1752849100,
            "tripId": "289209951",
            "routeId": "47",
            "startTime": "10:22:00",
            "position": {
                "lat": 45.53762,
                "lon": -73.58356
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 8,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                6
            ],
            "trip": {
                "id": "289209951",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "47",
                "routeLongName": "Masson",
                "shapeLink": "/storage/shapes/stm/470001.json",
                "shapeId": "470001",
                "serviceId": "25U-H57U000S-82-S",
                "blockId": null
            },
            "createdAt": "2021-08-19 17:18:05",
            "meta": {}
        },
        {
            "id": 10792,
            "ref": "41043",
            "isActive": true,
            "label": "41043",
            "timestamp": 1752849087,
            "tripId": "289200819",
            "routeId": "197",
            "startTime": "10:10:00",
            "position": {
                "lat": 45.56245,
                "lon": -73.57224
            },
            "bearing": 20,
            "speed": 5,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 21,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "289200819",
                "headsign": "Est via de la Pépinière",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "197",
                "routeLongName": "Rosemont",
                "shapeLink": "/storage/shapes/stm/1970003.json",
                "shapeId": "1970003",
                "serviceId": "25U-H55U000S-81-S",
                "blockId": null
            },
            "createdAt": "2021-08-24 17:17:08",
            "meta": {}
        },
        {
            "id": 10795,
            "ref": "41049",
            "isActive": true,
            "label": "41049",
            "timestamp": 1752849091,
            "tripId": "286208901",
            "routeId": "55",
            "startTime": "10:42:00",
            "position": {
                "lat": 45.55692,
                "lon": -73.66805
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 1,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "286208901",
                "headsign": "Sud",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "55",
                "routeLongName": "Boulevard Saint-Laurent",
                "shapeLink": "/storage/shapes/stm/550002.json",
                "shapeId": "550002",
                "serviceId": "25U-H58U000S-80-S",
                "blockId": null
            },
            "createdAt": "2021-08-25 15:58:12",
            "meta": {}
        },
        {
            "id": 10803,
            "ref": "41051",
            "isActive": true,
            "label": "41051",
            "timestamp": 1752849099,
            "tripId": "286207078",
            "routeId": "140",
            "startTime": "10:02:00",
            "position": {
                "lat": 45.5866,
                "lon": -73.63267
            },
            "bearing": 324,
            "speed": 27,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 29,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "286207078",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "140",
                "routeLongName": "Fleury",
                "shapeLink": "/storage/shapes/stm/1400001.json",
                "shapeId": "1400001",
                "serviceId": "25U-H58U000S-80-S",
                "blockId": null
            },
            "createdAt": "2021-08-30 05:22:04",
            "meta": {}
        },
        {
            "id": 10806,
            "ref": "41045",
            "isActive": true,
            "label": "41045",
            "timestamp": 1752849092,
            "tripId": "289214587",
            "routeId": "43",
            "startTime": "10:10:00",
            "position": {
                "lat": 45.59213,
                "lon": -73.62999
            },
            "bearing": 53,
            "speed": 27,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 19,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "289214587",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "43",
                "routeLongName": "Monselet",
                "shapeLink": "/storage/shapes/stm/430002.json",
                "shapeId": "430002",
                "serviceId": "25U-H54U000S-81-S",
                "blockId": null
            },
            "createdAt": "2021-08-31 16:55:07",
            "meta": {}
        },
        {
            "id": 10807,
            "ref": "41053",
            "isActive": true,
            "label": "41053",
            "timestamp": 1752849091,
            "tripId": "286208029",
            "routeId": "469",
            "startTime": "10:31:00",
            "position": {
                "lat": 45.55644,
                "lon": -73.66702
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 1,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "286208029",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "469",
                "routeLongName": "Express Henri-Bourassa",
                "shapeLink": "/storage/shapes/stm/4690001.json",
                "shapeId": "4690001",
                "serviceId": "25U-H58U000S-80-S",
                "blockId": null
            },
            "createdAt": "2021-09-01 16:12:05",
            "meta": {}
        },
        {
            "id": 10813,
            "ref": "41052",
            "isActive": true,
            "label": "41052",
            "timestamp": 1752849092,
            "tripId": "286208300",
            "routeId": "55",
            "startTime": "10:04:00",
            "position": {
                "lat": 45.5328,
                "lon": -73.61606
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 23,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "286208300",
                "headsign": "Sud",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "55",
                "routeLongName": "Boulevard Saint-Laurent",
                "shapeLink": "/storage/shapes/stm/550002.json",
                "shapeId": "550002",
                "serviceId": "25U-H58U000S-80-S",
                "blockId": null
            },
            "createdAt": "2021-09-02 14:59:05",
            "meta": {}
        },
        {
            "id": 10853,
            "ref": "41056",
            "isActive": true,
            "label": "41056",
            "timestamp": 1752849089,
            "tripId": "289197858",
            "routeId": "128",
            "startTime": "10:03:00",
            "position": {
                "lat": 45.50236,
                "lon": -73.69783
            },
            "bearing": 218,
            "speed": 18,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 29,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "289197858",
                "headsign": "Nord",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "128",
                "routeLongName": "Saint-Laurent",
                "shapeLink": "/storage/shapes/stm/1280002.json",
                "shapeId": "1280002",
                "serviceId": "25U-H50U000S-82-S",
                "blockId": null
            },
            "createdAt": "2021-09-07 13:37:04",
            "meta": {}
        },
        {
            "id": 10868,
            "ref": "41057",
            "isActive": true,
            "label": "41057",
            "timestamp": 1752849087,
            "tripId": "286207595",
            "routeId": "45",
            "startTime": "10:30:00",
            "position": {
                "lat": 45.57345,
                "lon": -73.65677
            },
            "bearing": 24,
            "speed": 6,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 3,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "286207595",
                "headsign": "Sud",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "45",
                "routeLongName": "Papineau",
                "shapeLink": "/storage/shapes/stm/450003.json",
                "shapeId": "450003",
                "serviceId": "25U-H58U000S-80-S",
                "blockId": null
            },
            "createdAt": "2021-09-09 14:59:06",
            "meta": {}
        },
        {
            "id": 10877,
            "ref": "41048",
            "isActive": true,
            "label": "41048",
            "timestamp": 1752849102,
            "tripId": "286207438",
            "routeId": "54",
            "startTime": "10:15:00",
            "position": {
                "lat": 45.54608,
                "lon": -73.63852
            },
            "bearing": 214,
            "speed": 9,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 22,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "286207438",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "54",
                "routeLongName": "Charland / Chabanel",
                "shapeLink": "/storage/shapes/stm/540003.json",
                "shapeId": "540003",
                "serviceId": "25U-H58U000S-80-S",
                "blockId": null
            },
            "createdAt": "2021-09-15 06:57:04",
            "meta": {}
        },
        {
            "id": 10879,
            "ref": "41050",
            "isActive": true,
            "label": "41050",
            "timestamp": 1752849103,
            "tripId": "286208806",
            "routeId": "48",
            "startTime": "10:10:00",
            "position": {
                "lat": 45.6314,
                "lon": -73.6092
            },
            "bearing": 218,
            "speed": 9,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 24,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "286208806",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "48",
                "routeLongName": "Perras",
                "shapeLink": "/storage/shapes/stm/480002.json",
                "shapeId": "480002",
                "serviceId": "25U-H58U000S-80-S",
                "blockId": null
            },
            "createdAt": "2021-09-15 16:54:08",
            "meta": {}
        },
        {
            "id": 10883,
            "ref": "41067",
            "isActive": true,
            "label": "41067",
            "timestamp": 1752849099,
            "tripId": "286206971",
            "routeId": "19",
            "startTime": "10:27:00",
            "position": {
                "lat": 45.53401,
                "lon": -73.65668
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 3,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "286206971",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "19",
                "routeLongName": "Chabanel / Marché Central",
                "shapeLink": "/storage/shapes/stm/190001.json",
                "shapeId": "190001",
                "serviceId": "25U-H58U000S-80-S",
                "blockId": null
            },
            "createdAt": "2021-09-16 15:31:09",
            "meta": {}
        },
        {
            "id": 10893,
            "ref": "41072",
            "isActive": true,
            "label": "41072",
            "timestamp": 1752849091,
            "tripId": "289197679",
            "routeId": "124",
            "startTime": "10:16:00",
            "position": {
                "lat": 45.50064,
                "lon": -73.65057
            },
            "bearing": 112,
            "speed": 27,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 16,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "289197679",
                "headsign": "Sud",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "124",
                "routeLongName": "Victoria",
                "shapeLink": "/storage/shapes/stm/1240002.json",
                "shapeId": "1240002",
                "serviceId": "25U-H50U000S-82-S",
                "blockId": null
            },
            "createdAt": "2021-09-21 15:01:04",
            "meta": {}
        },
        {
            "id": 10910,
            "ref": "41062",
            "isActive": true,
            "label": "41062",
            "timestamp": 1752849094,
            "tripId": "286208091",
            "routeId": "55",
            "startTime": "10:24:00",
            "position": {
                "lat": 45.55013,
                "lon": -73.67023
            },
            "bearing": 106,
            "speed": 12,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 5,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 5,
                "label": "Full"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "286208091",
                "headsign": "Sud",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "55",
                "routeLongName": "Boulevard Saint-Laurent",
                "shapeLink": "/storage/shapes/stm/550002.json",
                "shapeId": "550002",
                "serviceId": "25U-H58U000S-80-S",
                "blockId": null
            },
            "createdAt": "2021-09-30 15:12:10",
            "meta": {}
        },
        {
            "id": 10944,
            "ref": "41070",
            "isActive": true,
            "label": "41070",
            "timestamp": 1752849104,
            "tripId": "286208421",
            "routeId": "41",
            "startTime": "10:27:00",
            "position": {
                "lat": 45.54995,
                "lon": -73.65139
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 2,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "286208421",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "41",
                "routeLongName": "Saint-Michel / Ahuntsic",
                "shapeLink": "/storage/shapes/stm/410001.json",
                "shapeId": "410001",
                "serviceId": "25U-H58U000S-80-S",
                "blockId": null
            },
            "createdAt": "2021-10-26 17:35:06",
            "meta": {}
        },
        {
            "id": 11006,
            "ref": "40926",
            "isActive": true,
            "label": "40926",
            "timestamp": 1752849092,
            "tripId": "289199478",
            "routeId": "485",
            "startTime": "07:52:00",
            "position": {
                "lat": 45.52143,
                "lon": -73.66637
            },
            "bearing": 24,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 26,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                1,
                9
            ],
            "trip": {
                "id": "289199478",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "485",
                "routeLongName": "Express Antoine-Faucon",
                "shapeLink": "/storage/shapes/stm/4850003.json",
                "shapeId": "4850003",
                "serviceId": "25U-H50U000S-82-S",
                "blockId": null
            },
            "createdAt": "2021-12-14 05:49:03",
            "meta": {}
        },
        {
            "id": 11049,
            "ref": "41113",
            "isActive": true,
            "label": "41113",
            "timestamp": 1752849089,
            "tripId": "286209110",
            "routeId": "55",
            "startTime": "09:59:00",
            "position": {
                "lat": 45.53892,
                "lon": -73.63112
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 32,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "286209110",
                "headsign": "Nord",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "55",
                "routeLongName": "Boulevard Saint-Laurent",
                "shapeLink": "/storage/shapes/stm/550001.json",
                "shapeId": "550001",
                "serviceId": "25U-H58U000S-80-S",
                "blockId": null
            },
            "createdAt": "2022-01-28 05:13:05",
            "meta": {}
        },
        {
            "id": 11057,
            "ref": "41110",
            "isActive": true,
            "label": "41110",
            "timestamp": 1752849103,
            "tripId": "286208110",
            "routeId": "48",
            "startTime": "09:59:00",
            "position": {
                "lat": 45.62383,
                "lon": -73.62098
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 19,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "286208110",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "48",
                "routeLongName": "Perras",
                "shapeLink": "/storage/shapes/stm/480001.json",
                "shapeId": "480001",
                "serviceId": "25U-H58U000S-80-S",
                "blockId": null
            },
            "createdAt": "2022-01-28 16:11:05",
            "meta": {}
        },
        {
            "id": 11059,
            "ref": "41104",
            "isActive": true,
            "label": "41104",
            "timestamp": 1752849100,
            "tripId": "286208276",
            "routeId": "55",
            "startTime": "09:06:00",
            "position": {
                "lat": 45.54293,
                "lon": -73.64561
            },
            "bearing": 291,
            "speed": 18,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 47,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "286208276",
                "headsign": "Sud",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "55",
                "routeLongName": "Boulevard Saint-Laurent",
                "shapeLink": "/storage/shapes/stm/550002.json",
                "shapeId": "550002",
                "serviceId": "25U-H58U000S-80-S",
                "blockId": null
            },
            "createdAt": "2022-01-28 16:31:04",
            "meta": {}
        },
        {
            "id": 11063,
            "ref": "41100",
            "isActive": true,
            "label": "41100",
            "timestamp": 1752849103,
            "tripId": "289214727",
            "routeId": "86",
            "startTime": "10:15:00",
            "position": {
                "lat": 45.63278,
                "lon": -73.5116
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 22,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "289214727",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "86",
                "routeLongName": "Pointe-aux-Trembles",
                "shapeLink": "/storage/shapes/stm/860002.json",
                "shapeId": "860002",
                "serviceId": "25U-H54U000S-81-S",
                "blockId": null
            },
            "createdAt": "2022-01-29 05:26:03",
            "meta": {}
        },
        {
            "id": 11071,
            "ref": "41107",
            "isActive": true,
            "label": "41107",
            "timestamp": 1752849086,
            "tripId": "286207747",
            "routeId": "193",
            "startTime": "10:14:00",
            "position": {
                "lat": 45.5508,
                "lon": -73.62122
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 15,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "286207747",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "193",
                "routeLongName": "Jarry",
                "shapeLink": "/storage/shapes/stm/1930001.json",
                "shapeId": "1930001",
                "serviceId": "25U-H58U000S-80-S",
                "blockId": null
            },
            "createdAt": "2022-02-02 17:05:04",
            "meta": {}
        },
        {
            "id": 11072,
            "ref": "41117",
            "isActive": true,
            "label": "41117",
            "timestamp": 1752849092,
            "tripId": "286207725",
            "routeId": "460",
            "startTime": "09:35:00",
            "position": {
                "lat": 45.59258,
                "lon": -73.57862
            },
            "bearing": 55,
            "speed": 6,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 35,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "286207725",
                "headsign": "Est via Jarry",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "460",
                "routeLongName": "Express Métropolitaine",
                "shapeLink": "/storage/shapes/stm/4600006.json",
                "shapeId": "4600006",
                "serviceId": "25U-H58U000S-80-S",
                "blockId": null
            },
            "createdAt": "2022-02-03 04:57:04",
            "meta": {}
        },
        {
            "id": 11084,
            "ref": "41077",
            "isActive": true,
            "label": "41077",
            "timestamp": 1752849094,
            "tripId": "286208517",
            "routeId": "139",
            "startTime": "10:00:00",
            "position": {
                "lat": 45.56078,
                "lon": -73.57416
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 28,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "286208517",
                "headsign": "Sud",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "139",
                "routeLongName": "Pie-IX",
                "shapeLink": "/storage/shapes/stm/1390002.json",
                "shapeId": "1390002",
                "serviceId": "25U-H58U000S-80-S",
                "blockId": null
            },
            "createdAt": "2022-02-10 15:40:05",
            "meta": {}
        },
        {
            "id": 11098,
            "ref": "41097",
            "isActive": true,
            "label": "41097",
            "timestamp": 1752849090,
            "tripId": "286207984",
            "routeId": "139",
            "startTime": "10:29:00",
            "position": {
                "lat": 45.59118,
                "lon": -73.63779
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 4,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "286207984",
                "headsign": "Sud",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "139",
                "routeLongName": "Pie-IX",
                "shapeLink": "/storage/shapes/stm/1390002.json",
                "shapeId": "1390002",
                "serviceId": "25U-H58U000S-80-S",
                "blockId": null
            },
            "createdAt": "2022-02-17 04:23:04",
            "meta": {}
        },
        {
            "id": 11110,
            "ref": "41127",
            "isActive": true,
            "label": "41127",
            "timestamp": 1752849103,
            "tripId": "286208718",
            "routeId": "54",
            "startTime": "09:45:00",
            "position": {
                "lat": 45.52873,
                "lon": -73.66854
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 43,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "286208718",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "54",
                "routeLongName": "Charland / Chabanel",
                "shapeLink": "/storage/shapes/stm/540003.json",
                "shapeId": "540003",
                "serviceId": "25U-H58U000S-80-S",
                "blockId": null
            },
            "createdAt": "2022-02-24 15:32:05",
            "meta": {}
        },
        {
            "id": 11143,
            "ref": "41080",
            "isActive": true,
            "label": "41080",
            "timestamp": 1752849099,
            "tripId": "286206887",
            "routeId": "19",
            "startTime": "10:28:00",
            "position": {
                "lat": 45.54406,
                "lon": -73.64977
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 7,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "286206887",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "19",
                "routeLongName": "Chabanel / Marché Central",
                "shapeLink": "/storage/shapes/stm/190002.json",
                "shapeId": "190002",
                "serviceId": "25U-H58U000S-80-S",
                "blockId": null
            },
            "createdAt": "2022-03-21 15:23:05",
            "meta": {}
        },
        {
            "id": 11145,
            "ref": "41129",
            "isActive": true,
            "label": "41129",
            "timestamp": 1752849089,
            "tripId": "286208673",
            "routeId": "469",
            "startTime": "10:29:00",
            "position": {
                "lat": 45.61849,
                "lon": -73.62281
            },
            "bearing": 143,
            "speed": 27,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 4,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "286208673",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "469",
                "routeLongName": "Express Henri-Bourassa",
                "shapeLink": "/storage/shapes/stm/4690002.json",
                "shapeId": "4690002",
                "serviceId": "25U-H58U000S-80-S",
                "blockId": null
            },
            "createdAt": "2022-03-22 17:24:04",
            "meta": {}
        },
        {
            "id": 11160,
            "ref": "41099",
            "isActive": true,
            "label": "41099",
            "timestamp": 1752849085,
            "tripId": "286208237",
            "routeId": "48",
            "startTime": "09:41:00",
            "position": {
                "lat": 45.57407,
                "lon": -73.65667
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 48,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "286208237",
                "headsign": "Ouest via Gouin / Ozias-Leduc",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "48",
                "routeLongName": "Perras",
                "shapeLink": "/storage/shapes/stm/480003.json",
                "shapeId": "480003",
                "serviceId": "25U-H58U000S-80-S",
                "blockId": null
            },
            "createdAt": "2022-04-04 07:19:04",
            "meta": {}
        },
        {
            "id": 11169,
            "ref": "41076",
            "isActive": true,
            "label": "41076",
            "timestamp": 1752849086,
            "tripId": "286207576",
            "routeId": "48",
            "startTime": "10:39:00",
            "position": {
                "lat": 45.66189,
                "lon": -73.53839
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 1,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "286207576",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "48",
                "routeLongName": "Perras",
                "shapeLink": "/storage/shapes/stm/480002.json",
                "shapeId": "480002",
                "serviceId": "25U-H58U000S-80-S",
                "blockId": null
            },
            "createdAt": "2022-04-26 15:36:04",
            "meta": {}
        },
        {
            "id": 11171,
            "ref": "41084",
            "isActive": true,
            "label": "41084",
            "timestamp": 1752849103,
            "tripId": "286207356",
            "routeId": "146",
            "startTime": "10:25:00",
            "position": {
                "lat": 45.5371,
                "lon": -73.65379
            },
            "bearing": 110,
            "speed": 12,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 8,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "286207356",
                "headsign": "Est destination Georges-Baril / Henri-Bourassa",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "146",
                "routeLongName": "Christophe-Colomb / Meilleur",
                "shapeLink": "/storage/shapes/stm/1460003.json",
                "shapeId": "1460003",
                "serviceId": "25U-H58U000S-80-S",
                "blockId": null
            },
            "createdAt": "2022-04-27 06:03:05",
            "meta": {}
        },
        {
            "id": 11173,
            "ref": "41082",
            "isActive": true,
            "label": "41082",
            "timestamp": 1752849102,
            "tripId": "286209158",
            "routeId": "469",
            "startTime": "10:00:00",
            "position": {
                "lat": 45.61485,
                "lon": -73.6189
            },
            "bearing": 324,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 13,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "286209158",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "469",
                "routeLongName": "Express Henri-Bourassa",
                "shapeLink": "/storage/shapes/stm/4690001.json",
                "shapeId": "4690001",
                "serviceId": "25U-H58U000S-80-S",
                "blockId": null
            },
            "createdAt": "2022-05-02 13:08:07",
            "meta": {}
        },
        {
            "id": 12375,
            "ref": "41083",
            "isActive": true,
            "label": "41083",
            "timestamp": 1752849100,
            "tripId": "286209018",
            "routeId": "55",
            "startTime": "09:30:00",
            "position": {
                "lat": 45.50335,
                "lon": -73.56026
            },
            "bearing": 49,
            "speed": 36,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 46,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "286209018",
                "headsign": "Sud",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "55",
                "routeLongName": "Boulevard Saint-Laurent",
                "shapeLink": "/storage/shapes/stm/550002.json",
                "shapeId": "550002",
                "serviceId": "25U-H58U000S-80-S",
                "blockId": null
            },
            "createdAt": "2022-06-29 05:31:04",
            "meta": {}
        },
        {
            "id": 12440,
            "ref": "42029",
            "isActive": true,
            "label": "42029",
            "timestamp": 1752849092,
            "tripId": "286208157",
            "routeId": "193",
            "startTime": "10:15:00",
            "position": {
                "lat": 45.57594,
                "lon": -73.5988
            },
            "bearing": 209,
            "speed": 9,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 20,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "286208157",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "193",
                "routeLongName": "Jarry",
                "shapeLink": "/storage/shapes/stm/1930002.json",
                "shapeId": "1930002",
                "serviceId": "25U-H58U000S-80-S",
                "blockId": null
            },
            "createdAt": "2022-08-30 15:52:07",
            "meta": {}
        },
        {
            "id": 12442,
            "ref": "42003",
            "isActive": true,
            "label": "42003",
            "timestamp": 1752849103,
            "tripId": "286208742",
            "routeId": "45",
            "startTime": "09:50:00",
            "position": {
                "lat": 45.52489,
                "lon": -73.5573
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 39,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "286208742",
                "headsign": "Sud",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "45",
                "routeLongName": "Papineau",
                "shapeLink": "/storage/shapes/stm/450003.json",
                "shapeId": "450003",
                "serviceId": "25U-H58U000S-80-S",
                "blockId": null
            },
            "createdAt": "2022-08-31 14:04:05",
            "meta": {}
        },
        {
            "id": 12461,
            "ref": "42001",
            "isActive": true,
            "label": "42001",
            "timestamp": 1752849097,
            "tripId": "286209001",
            "routeId": "193",
            "startTime": "09:44:00",
            "position": {
                "lat": 45.59473,
                "lon": -73.58174
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 41,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "286209001",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "193",
                "routeLongName": "Jarry",
                "shapeLink": "/storage/shapes/stm/1930001.json",
                "shapeId": "1930001",
                "serviceId": "25U-H58U000S-80-S",
                "blockId": null
            },
            "createdAt": "2022-09-16 16:46:04",
            "meta": {}
        },
        {
            "id": 12612,
            "ref": "42008",
            "isActive": true,
            "label": "42008",
            "timestamp": 1752849095,
            "tripId": "286208940",
            "routeId": "41",
            "startTime": "10:11:00",
            "position": {
                "lat": 45.56029,
                "lon": -73.59704
            },
            "bearing": 204,
            "speed": 5,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 21,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "286208940",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "41",
                "routeLongName": "Saint-Michel / Ahuntsic",
                "shapeLink": "/storage/shapes/stm/410002.json",
                "shapeId": "410002",
                "serviceId": "25U-H58U000S-80-S",
                "blockId": null
            },
            "createdAt": "2022-09-28 06:47:06",
            "meta": {}
        },
        {
            "id": 12621,
            "ref": "42007",
            "isActive": true,
            "label": "42007",
            "timestamp": 1752849099,
            "tripId": "289216140",
            "routeId": "40",
            "startTime": "10:04:00",
            "position": {
                "lat": 45.63313,
                "lon": -73.57009
            },
            "bearing": 227,
            "speed": 63,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 27,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "289216140",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "40",
                "routeLongName": "Henri-Bourassa-Est",
                "shapeLink": "/storage/shapes/stm/400002.json",
                "shapeId": "400002",
                "serviceId": "25U-H54U000S-81-S",
                "blockId": null
            },
            "createdAt": "2022-10-03 08:28:06",
            "meta": {}
        },
        {
            "id": 12625,
            "ref": "42010",
            "isActive": true,
            "label": "42010",
            "timestamp": 1752849102,
            "tripId": "286207969",
            "routeId": "139",
            "startTime": "10:03:00",
            "position": {
                "lat": 45.57383,
                "lon": -73.60767
            },
            "bearing": 303,
            "speed": 27,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 27,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "286207969",
                "headsign": "Nord",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "139",
                "routeLongName": "Pie-IX",
                "shapeLink": "/storage/shapes/stm/1390001.json",
                "shapeId": "1390001",
                "serviceId": "25U-H58U000S-80-S",
                "blockId": null
            },
            "createdAt": "2022-10-03 16:14:07",
            "meta": {}
        },
        {
            "id": 12631,
            "ref": "42009",
            "isActive": true,
            "label": "42009",
            "timestamp": 1752849094,
            "tripId": "286208993",
            "routeId": "55",
            "startTime": "09:44:00",
            "position": {
                "lat": 45.54688,
                "lon": -73.65953
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 43,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "286208993",
                "headsign": "Nord",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "55",
                "routeLongName": "Boulevard Saint-Laurent",
                "shapeLink": "/storage/shapes/stm/550001.json",
                "shapeId": "550001",
                "serviceId": "25U-H58U000S-80-S",
                "blockId": null
            },
            "createdAt": "2022-10-04 15:08:06",
            "meta": {}
        },
        {
            "id": 12636,
            "ref": "42020",
            "isActive": true,
            "label": "42020",
            "timestamp": 1752849086,
            "tripId": "286208690",
            "routeId": "469",
            "startTime": "10:06:00",
            "position": {
                "lat": 45.60258,
                "lon": -73.63233
            },
            "bearing": 243,
            "speed": 30,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 17,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "286208690",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "469",
                "routeLongName": "Express Henri-Bourassa",
                "shapeLink": "/storage/shapes/stm/4690002.json",
                "shapeId": "4690002",
                "serviceId": "25U-H58U000S-80-S",
                "blockId": null
            },
            "createdAt": "2022-10-05 06:14:05",
            "meta": {}
        },
        {
            "id": 12638,
            "ref": "42027",
            "isActive": true,
            "label": "42027",
            "timestamp": 1752849104,
            "tripId": "286208781",
            "routeId": "41",
            "startTime": "09:30:00",
            "position": {
                "lat": 45.58369,
                "lon": -73.62959
            },
            "bearing": 324,
            "speed": 12,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 54,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "286208781",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "41",
                "routeLongName": "Saint-Michel / Ahuntsic",
                "shapeLink": "/storage/shapes/stm/410001.json",
                "shapeId": "410001",
                "serviceId": "25U-H58U000S-80-S",
                "blockId": null
            },
            "createdAt": "2022-10-05 11:40:06",
            "meta": {}
        },
        {
            "id": 12650,
            "ref": "42014",
            "isActive": true,
            "label": "42014",
            "timestamp": 1752849088,
            "tripId": "286208572",
            "routeId": "460",
            "startTime": "09:19:00",
            "position": {
                "lat": 45.45464,
                "lon": -73.73839
            },
            "bearing": 221,
            "speed": 14,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 38,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "286208572",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "460",
                "routeLongName": "Express Métropolitaine",
                "shapeLink": "/storage/shapes/stm/4600001.json",
                "shapeId": "4600001",
                "serviceId": "25U-H58U000S-80-S",
                "blockId": null
            },
            "createdAt": "2022-10-07 15:47:06",
            "meta": {}
        },
        {
            "id": 12651,
            "ref": "42021",
            "isActive": true,
            "label": "42021",
            "timestamp": 1752849104,
            "tripId": "289209218",
            "routeId": "51",
            "startTime": "10:08:00",
            "position": {
                "lat": 45.49902,
                "lon": -73.62205
            },
            "bearing": 128,
            "speed": 6,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 23,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "289209218",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "51",
                "routeLongName": "Édouard-Montpetit",
                "shapeLink": "/storage/shapes/stm/510002.json",
                "shapeId": "510002",
                "serviceId": "25U-H57U000S-82-S",
                "blockId": null
            },
            "createdAt": "2022-10-07 16:17:08",
            "meta": {}
        },
        {
            "id": 12654,
            "ref": "42042",
            "isActive": true,
            "label": "42042",
            "timestamp": 1752849104,
            "tripId": "286208623",
            "routeId": "139",
            "startTime": "10:32:00",
            "position": {
                "lat": 45.54726,
                "lon": -73.5338
            },
            "bearing": 261,
            "speed": 12,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 1,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "286208623",
                "headsign": "Nord",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "139",
                "routeLongName": "Pie-IX",
                "shapeLink": "/storage/shapes/stm/1390001.json",
                "shapeId": "1390001",
                "serviceId": "25U-H58U000S-80-S",
                "blockId": null
            },
            "createdAt": "2022-10-09 17:59:02",
            "meta": {}
        },
        {
            "id": 12655,
            "ref": "42030",
            "isActive": true,
            "label": "42030",
            "timestamp": 1752849095,
            "tripId": "286207869",
            "routeId": "41",
            "startTime": "10:00:00",
            "position": {
                "lat": 45.56775,
                "lon": -73.61868
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 27,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "286207869",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "41",
                "routeLongName": "Saint-Michel / Ahuntsic",
                "shapeLink": "/storage/shapes/stm/410001.json",
                "shapeId": "410001",
                "serviceId": "25U-H58U000S-80-S",
                "blockId": null
            },
            "createdAt": "2022-10-10 05:31:05",
            "meta": {}
        },
        {
            "id": 12659,
            "ref": "42022",
            "isActive": true,
            "label": "42022",
            "timestamp": 1752849094,
            "tripId": "286208449",
            "routeId": "55",
            "startTime": "09:44:00",
            "position": {
                "lat": 45.50993,
                "lon": -73.5675
            },
            "bearing": 117,
            "speed": 18,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 42,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "286208449",
                "headsign": "Sud",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "55",
                "routeLongName": "Boulevard Saint-Laurent",
                "shapeLink": "/storage/shapes/stm/550002.json",
                "shapeId": "550002",
                "serviceId": "25U-H58U000S-80-S",
                "blockId": null
            },
            "createdAt": "2022-10-11 07:16:04",
            "meta": {}
        },
        {
            "id": 12660,
            "ref": "42011",
            "isActive": true,
            "label": "42011",
            "timestamp": 1752849097,
            "tripId": "286208850",
            "routeId": "460",
            "startTime": "08:57:00",
            "position": {
                "lat": 45.45728,
                "lon": -73.75161
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 40,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "286208850",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "460",
                "routeLongName": "Express Métropolitaine",
                "shapeLink": "/storage/shapes/stm/4600001.json",
                "shapeId": "4600001",
                "serviceId": "25U-H58U000S-80-S",
                "blockId": null
            },
            "createdAt": "2022-10-11 15:45:06",
            "meta": {}
        },
        {
            "id": 12671,
            "ref": "42031",
            "isActive": true,
            "label": "42031",
            "timestamp": 1752849078,
            "tripId": "286207320",
            "routeId": "180",
            "startTime": "10:02:00",
            "position": {
                "lat": 45.55121,
                "lon": -73.65757
            },
            "bearing": 112,
            "speed": 9,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 32,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "286207320",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "180",
                "routeLongName": "De Salaberry",
                "shapeLink": "/storage/shapes/stm/1800001.json",
                "shapeId": "1800001",
                "serviceId": "25U-H58U000S-80-S",
                "blockId": null
            },
            "createdAt": "2022-10-18 04:47:05",
            "meta": {}
        },
        {
            "id": 12675,
            "ref": "42039",
            "isActive": true,
            "label": "42039",
            "timestamp": 1752849093,
            "tripId": "286208362",
            "routeId": "48",
            "startTime": "10:12:00",
            "position": {
                "lat": 45.60222,
                "lon": -73.63664
            },
            "bearing": 324,
            "speed": 36,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 8,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "286208362",
                "headsign": "Est via Gouin / Ozias-Leduc",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "48",
                "routeLongName": "Perras",
                "shapeLink": "/storage/shapes/stm/480004.json",
                "shapeId": "480004",
                "serviceId": "25U-H58U000S-80-S",
                "blockId": null
            },
            "createdAt": "2022-10-18 16:09:07",
            "meta": {}
        },
        {
            "id": 12681,
            "ref": "42037",
            "isActive": true,
            "label": "42037",
            "timestamp": 1752849103,
            "tripId": "286207478",
            "routeId": "45",
            "startTime": "10:10:00",
            "position": {
                "lat": 45.54641,
                "lon": -73.60368
            },
            "bearing": 118,
            "speed": 18,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 25,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "286207478",
                "headsign": "Sud",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "45",
                "routeLongName": "Papineau",
                "shapeLink": "/storage/shapes/stm/450003.json",
                "shapeId": "450003",
                "serviceId": "25U-H58U000S-80-S",
                "blockId": null
            },
            "createdAt": "2022-10-20 15:09:06",
            "meta": {}
        },
        {
            "id": 12682,
            "ref": "42026",
            "isActive": true,
            "label": "42026",
            "timestamp": 1752849085,
            "tripId": "286208321",
            "routeId": "48",
            "startTime": "10:25:00",
            "position": {
                "lat": 45.64515,
                "lon": -73.57159
            },
            "bearing": 222,
            "speed": 18,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 9,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "286208321",
                "headsign": "Ouest via Gouin / Ozias-Leduc",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "48",
                "routeLongName": "Perras",
                "shapeLink": "/storage/shapes/stm/480003.json",
                "shapeId": "480003",
                "serviceId": "25U-H58U000S-80-S",
                "blockId": null
            },
            "createdAt": "2022-10-20 15:22:05",
            "meta": {}
        },
        {
            "id": 12721,
            "ref": "42048",
            "isActive": true,
            "label": "42048",
            "timestamp": 1752849091,
            "tripId": "286208340",
            "routeId": "193",
            "startTime": "09:59:00",
            "position": {
                "lat": 45.55817,
                "lon": -73.61465
            },
            "bearing": 227,
            "speed": 18,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 31,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "286208340",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "193",
                "routeLongName": "Jarry",
                "shapeLink": "/storage/shapes/stm/1930002.json",
                "shapeId": "1930002",
                "serviceId": "25U-H58U000S-80-S",
                "blockId": null
            },
            "createdAt": "2022-11-03 05:42:06",
            "meta": {}
        },
        {
            "id": 12734,
            "ref": "42044",
            "isActive": true,
            "label": "42044",
            "timestamp": 1752849092,
            "tripId": "286207765",
            "routeId": "48",
            "startTime": "09:46:00",
            "position": {
                "lat": 45.63828,
                "lon": -73.59715
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 32,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "286207765",
                "headsign": "Est via Gouin / Ozias-Leduc",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "48",
                "routeLongName": "Perras",
                "shapeLink": "/storage/shapes/stm/480004.json",
                "shapeId": "480004",
                "serviceId": "25U-H58U000S-80-S",
                "blockId": null
            },
            "createdAt": "2022-11-15 06:32:06",
            "meta": {}
        },
        {
            "id": 12735,
            "ref": "42018",
            "isActive": true,
            "label": "42018",
            "timestamp": 1752849092,
            "tripId": "286208604",
            "routeId": "41",
            "startTime": "09:41:00",
            "position": {
                "lat": 45.55489,
                "lon": -73.66106
            },
            "bearing": 199,
            "speed": 18,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 53,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "286208604",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "41",
                "routeLongName": "Saint-Michel / Ahuntsic",
                "shapeLink": "/storage/shapes/stm/410002.json",
                "shapeId": "410002",
                "serviceId": "25U-H58U000S-80-S",
                "blockId": null
            },
            "createdAt": "2022-11-15 06:57:04",
            "meta": {}
        },
        {
            "id": 12756,
            "ref": "42005",
            "isActive": true,
            "label": "42005",
            "timestamp": 1752849092,
            "tripId": "286207263",
            "routeId": "140",
            "startTime": "10:15:00",
            "position": {
                "lat": 45.58647,
                "lon": -73.6328
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 19,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "286207263",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "140",
                "routeLongName": "Fleury",
                "shapeLink": "/storage/shapes/stm/1400002.json",
                "shapeId": "1400002",
                "serviceId": "25U-H58U000S-80-S",
                "blockId": null
            },
            "createdAt": "2022-11-24 06:49:05",
            "meta": {}
        },
        {
            "id": 12761,
            "ref": "42034",
            "isActive": true,
            "label": "42034",
            "timestamp": 1752849090,
            "tripId": "286207949",
            "routeId": "193",
            "startTime": "09:43:00",
            "position": {
                "lat": 45.53143,
                "lon": -73.63564
            },
            "bearing": 196,
            "speed": 18,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 47,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": "286207949",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "193",
                "routeLongName": "Jarry",
                "shapeLink": "/storage/shapes/stm/1930002.json",
                "shapeId": "1930002",
                "serviceId": "25U-H58U000S-80-S",
                "blockId": null
            },
            "createdAt": "2022-11-29 06:52:04",
            "meta": {}
        },
        {
            "id": 12826,
            "ref": "31237",
            "isActive": true,
            "label": "31237",
            "timestamp": 1752849095,
            "tripId": "289243338",
            "routeId": "24",
            "startTime": "10:00:00",
            "position": {
                "lat": 45.51095,
                "lon": -73.57008
            },
            "bearing": 18,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 29,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                3
            ],
            "trip": {
                "id": "289243338",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "24",
                "routeLongName": "Sherbrooke",
                "shapeLink": "/storage/shapes/stm/240001.json",
                "shapeId": "240001",
                "serviceId": "25U-H59U000S-83-S",
                "blockId": null
            },
            "createdAt": "2022-12-14 06:59:05",
            "meta": {}
        },
        {
            "id": 2928815,
            "ref": "44011",
            "isActive": true,
            "label": "44011",
            "timestamp": 1752849054,
            "tripId": "289184400",
            "routeId": "138",
            "startTime": "09:42:00",
            "position": {
                "lat": 45.48941,
                "lon": -73.58478
            },
            "bearing": 133,
            "speed": 5,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 43,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289184400",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "138",
                "routeLongName": "Notre-Dame-de-Grâce",
                "shapeLink": "/storage/shapes/stm/1380002.json",
                "shapeId": "1380002",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2024-12-18 22:00:08",
            "meta": {}
        },
        {
            "id": 2928821,
            "ref": "44004",
            "isActive": true,
            "label": "44004",
            "timestamp": 1752849099,
            "tripId": "289184656",
            "routeId": "110",
            "startTime": "10:40:00",
            "position": {
                "lat": 45.43736,
                "lon": -73.68871
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 1,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289184656",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "110",
                "routeLongName": "Centrale",
                "shapeLink": "/storage/shapes/stm/1100001.json",
                "shapeId": "1100001",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2024-12-19 17:08:06",
            "meta": {}
        },
        {
            "id": 2928839,
            "ref": "44003",
            "isActive": true,
            "label": "44003",
            "timestamp": 1752849104,
            "tripId": "289183671",
            "routeId": "110",
            "startTime": "10:10:00",
            "position": {
                "lat": 45.42742,
                "lon": -73.6585
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 28,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289183671",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "110",
                "routeLongName": "Centrale",
                "shapeLink": "/storage/shapes/stm/1100001.json",
                "shapeId": "1100001",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2024-12-23 15:50:07",
            "meta": {}
        },
        {
            "id": 2928840,
            "ref": "44014",
            "isActive": true,
            "label": "44014",
            "timestamp": 1752849014,
            "tripId": "289182105",
            "routeId": "38",
            "startTime": "09:37:00",
            "position": {
                "lat": 45.47035,
                "lon": -73.56566
            },
            "bearing": 156,
            "speed": 27,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 22,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289182105",
                "headsign": "Sud",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "38",
                "routeLongName": "De l'Église",
                "shapeLink": "/storage/shapes/stm/380010.json",
                "shapeId": "380010",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2024-12-23 18:02:03",
            "meta": {}
        },
        {
            "id": 2928880,
            "ref": "44018",
            "isActive": true,
            "label": "44018",
            "timestamp": 1752849102,
            "tripId": "289183133",
            "routeId": "104",
            "startTime": "10:19:00",
            "position": {
                "lat": 45.47914,
                "lon": -73.60331
            },
            "bearing": 212,
            "speed": 18,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 12,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289183133",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "104",
                "routeLongName": "Cavendish",
                "shapeLink": "/storage/shapes/stm/1040003.json",
                "shapeId": "1040003",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2025-01-09 16:45:05",
            "meta": {}
        },
        {
            "id": 2928924,
            "ref": "44017",
            "isActive": true,
            "label": "44017",
            "timestamp": 1752848548,
            "tripId": "289182846",
            "routeId": "101",
            "startTime": "10:32:00",
            "position": {
                "lat": 45.48239,
                "lon": -73.58102
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 2,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289182846",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "101",
                "routeLongName": "Saint-Patrick",
                "shapeLink": "/storage/shapes/stm/1010002.json",
                "shapeId": "1010002",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2025-01-22 16:06:04",
            "meta": {}
        },
        {
            "id": 2928925,
            "ref": "44015",
            "isActive": true,
            "label": "44015",
            "timestamp": 1752849091,
            "tripId": "289181870",
            "routeId": "106",
            "startTime": "10:03:00",
            "position": {
                "lat": 45.41738,
                "lon": -73.64424
            },
            "bearing": 195,
            "speed": 27,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 22,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289181870",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "106",
                "routeLongName": "Newman",
                "shapeLink": "/storage/shapes/stm/1060001.json",
                "shapeId": "1060001",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2025-01-23 06:54:06",
            "meta": {}
        },
        {
            "id": 2928953,
            "ref": "44023",
            "isActive": true,
            "label": "44023",
            "timestamp": 1752849102,
            "tripId": "289181731",
            "routeId": "36",
            "startTime": "09:52:00",
            "position": {
                "lat": 45.50083,
                "lon": -73.55967
            },
            "bearing": 357,
            "speed": 12,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 35,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289181731",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "36",
                "routeLongName": "Monk",
                "shapeLink": "/storage/shapes/stm/360002.json",
                "shapeId": "360002",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2025-02-05 16:07:06",
            "meta": {}
        },
        {
            "id": 2928954,
            "ref": "44033",
            "isActive": true,
            "label": "44033",
            "timestamp": 1752849091,
            "tripId": "289181495",
            "routeId": "12",
            "startTime": "10:20:00",
            "position": {
                "lat": 45.46198,
                "lon": -73.56855
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 3,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289181495",
                "headsign": "Sud",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "12",
                "routeLongName": "Île-des-Soeurs",
                "shapeLink": "/storage/shapes/stm/120002.json",
                "shapeId": "120002",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2025-02-05 16:14:08",
            "meta": {}
        },
        {
            "id": 2928987,
            "ref": "44002",
            "isActive": true,
            "label": "44002",
            "timestamp": 1752849091,
            "tripId": "289185294",
            "routeId": "211",
            "startTime": "10:36:00",
            "position": {
                "lat": 45.40363,
                "lon": -73.94096
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 1,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289185294",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "211",
                "routeLongName": "Bord-du-Lac",
                "shapeLink": "/storage/shapes/stm/2110002.json",
                "shapeId": "2110002",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2025-02-21 16:33:06",
            "meta": {}
        },
        {
            "id": 2929054,
            "ref": "44006",
            "isActive": true,
            "label": "44006",
            "timestamp": 1752849096,
            "tripId": "289182707",
            "routeId": "195",
            "startTime": "10:14:00",
            "position": {
                "lat": 45.43743,
                "lon": -73.69453
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 20,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289182707",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "195",
                "routeLongName": "Dorval / Angrignon",
                "shapeLink": "/storage/shapes/stm/1950001.json",
                "shapeId": "1950001",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2025-03-18 14:04:05",
            "meta": {}
        },
        {
            "id": 2929150,
            "ref": "44032",
            "isActive": true,
            "label": "44032",
            "timestamp": 1752849094,
            "tripId": "289185637",
            "routeId": "35",
            "startTime": "10:29:00",
            "position": {
                "lat": 45.44577,
                "lon": -73.59633
            },
            "bearing": 102,
            "speed": 14,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 4,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289185637",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "35",
                "routeLongName": "Griffintown",
                "shapeLink": "/storage/shapes/stm/350021.json",
                "shapeId": "350021",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2025-04-16 08:53:08",
            "meta": {}
        },
        {
            "id": 2929156,
            "ref": "44031",
            "isActive": true,
            "label": "44031",
            "timestamp": 1752849098,
            "tripId": "289182249",
            "routeId": "112",
            "startTime": "10:11:00",
            "position": {
                "lat": 45.42281,
                "lon": -73.60276
            },
            "bearing": 27,
            "speed": 6,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 21,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289182249",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "112",
                "routeLongName": "Airlie",
                "shapeLink": "/storage/shapes/stm/1120001.json",
                "shapeId": "1120001",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2025-04-17 05:01:04",
            "meta": {}
        },
        {
            "id": 2929189,
            "ref": "44030",
            "isActive": true,
            "label": "44030",
            "timestamp": 1752849090,
            "tripId": "289183964",
            "routeId": "496",
            "startTime": "10:28:00",
            "position": {
                "lat": 45.44686,
                "lon": -73.74276
            },
            "bearing": 138,
            "speed": 18,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 2,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289183964",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "496",
                "routeLongName": "Express Victoria",
                "shapeLink": "/storage/shapes/stm/4960001.json",
                "shapeId": "4960001",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2025-05-01 05:45:09",
            "meta": {}
        },
        {
            "id": 2929190,
            "ref": "44029",
            "isActive": true,
            "label": "44029",
            "timestamp": 1752849097,
            "tripId": "289209679",
            "routeId": "51",
            "startTime": "09:52:00",
            "position": {
                "lat": 45.51458,
                "lon": -73.60927
            },
            "bearing": 69,
            "speed": 45,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 43,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289209679",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "51",
                "routeLongName": "Édouard-Montpetit",
                "shapeLink": "/storage/shapes/stm/510001.json",
                "shapeId": "510001",
                "serviceId": "25U-H57U000S-82-S",
                "blockId": null
            },
            "createdAt": "2025-05-01 05:46:07",
            "meta": {}
        }
    ],
    "timestamp": 1752849104,
    "count": 599,
    "geojson": {
        "type": "FeatureCollection",
        "features": [
            {
                "type": "Feature",
                "properties": {
                    "id": 111,
                    "label": "27520",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.64193,
                        45.4508
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 135,
                    "label": "28052",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.87636,
                        45.42053
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 136,
                    "label": "28057",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.57834,
                        45.48103
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 169,
                    "label": "29002",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.61126,
                        45.53147
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 173,
                    "label": "29018",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.62612,
                        45.5276
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 174,
                    "label": "29019",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.65169,
                        45.49595
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 179,
                    "label": "29034",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.67113,
                        45.46262
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 185,
                    "label": "29054",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.61395,
                        45.43068
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 189,
                    "label": "29064",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.57472,
                        45.48189
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 191,
                    "label": "29070",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.74716,
                        45.51443
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 193,
                    "label": "29074",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.56176,
                        45.4831
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 195,
                    "label": "29076",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.59865,
                        45.47689
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 198,
                    "label": "29082",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.56805,
                        45.47011
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 199,
                    "label": "29083",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.56567,
                        45.46873
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 200,
                    "label": "29085",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.55841,
                        45.48127
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 202,
                    "label": "29088",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.59547,
                        45.46445
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 205,
                    "label": "29092",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.58145,
                        45.4827
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 208,
                    "label": "29103",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.60906,
                        45.44753
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 218,
                    "label": "29138",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.65134,
                        45.44121
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 219,
                    "label": "29139",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.55244,
                        45.4661
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 222,
                    "label": "29142",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.60307,
                        45.46619
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 223,
                    "label": "29143",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.58791,
                        45.46315
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 225,
                    "label": "29146",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.56573,
                        45.49783
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 226,
                    "label": "29147",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.64796,
                        45.44223
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 239,
                    "label": "29826",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.65097,
                        45.5844
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 240,
                    "label": "29828",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.66866,
                        45.52935
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 257,
                    "label": "29858",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.60855,
                        45.61138
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 258,
                    "label": "30003",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.57043,
                        45.62022
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 262,
                    "label": "30041",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.55724,
                        45.51388
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 266,
                    "label": "30049",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.58965,
                        45.63127
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 268,
                    "label": "30051",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.65795,
                        45.42965
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 281,
                    "label": "30103",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.5957,
                        45.58598
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 282,
                    "label": "30104",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.6089,
                        45.48732
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 283,
                    "label": "30105",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.51633,
                        45.60785
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 289,
                    "label": "30124",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.61534,
                        45.60816
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 291,
                    "label": "30131",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.51978,
                        45.60155
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 293,
                    "label": "30138",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.60484,
                        45.62239
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 300,
                    "label": "30149",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.58462,
                        45.51472
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 310,
                    "label": "30174",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.86968,
                        45.43688
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 321,
                    "label": "30217",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.58807,
                        45.5972
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 326,
                    "label": "30234",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.7177,
                        45.48671
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 328,
                    "label": "30243",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.93951,
                        45.40387
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 330,
                    "label": "30247",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.84637,
                        45.4892
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 337,
                    "label": "30806",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.7188,
                        45.53158
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 344,
                    "label": "30825",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.59617,
                        45.56874
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 346,
                    "label": "30830",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.56165,
                        45.55694
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 355,
                    "label": "30847",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.55104,
                        45.54746
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 356,
                    "label": "30850",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.64976,
                        45.58348
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 357,
                    "label": "30853",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.66283,
                        45.54263
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 360,
                    "label": "30862",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.57053,
                        45.55021
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 362,
                    "label": "30869",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.57462,
                        45.56093
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 363,
                    "label": "30871",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.58986,
                        45.55613
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 371,
                    "label": "31007",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.56035,
                        45.51496
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 376,
                    "label": "31031",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.59281,
                        45.56423
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 377,
                    "label": "31037",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.53752,
                        45.59207
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 382,
                    "label": "31046",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.58184,
                        45.55156
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 383,
                    "label": "31048",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.61939,
                        45.60693
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 384,
                    "label": "31049",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.53839,
                        45.66189
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 387,
                    "label": "31052",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.56111,
                        45.53954
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 388,
                    "label": "31058",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.55228,
                        45.62527
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 391,
                    "label": "31069",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.57252,
                        45.58284
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 392,
                    "label": "31072",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.5817,
                        45.60458
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 393,
                    "label": "31075",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.53366,
                        45.59895
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 394,
                    "label": "31079",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.59301,
                        45.54732
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 395,
                    "label": "31084",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.5392,
                        45.46511
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 400,
                    "label": "31101",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.60502,
                        45.53396
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 403,
                    "label": "31111",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.85568,
                        45.49149
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 404,
                    "label": "31114",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.64088,
                        45.54947
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 405,
                    "label": "31117",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.65537,
                        45.55067
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 407,
                    "label": "31119",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.6689,
                        45.55463
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 408,
                    "label": "31123",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.59116,
                        45.5223
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 409,
                    "label": "31124",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.67267,
                        45.51127
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 412,
                    "label": "31135",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.64377,
                        45.59454
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 413,
                    "label": "31139",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.56548,
                        45.5173
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 417,
                    "label": "31146",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.57146,
                        45.50419
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 418,
                    "label": "31147",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.59811,
                        45.52679
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 420,
                    "label": "31151",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.54904,
                        45.55115
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 421,
                    "label": "31152",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.54692,
                        45.56121
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 424,
                    "label": "31158",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.55102,
                        45.57031
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 427,
                    "label": "31163",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.55198,
                        45.52522
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 433,
                    "label": "31175",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.5808,
                        45.5064
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 439,
                    "label": "31192",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.51024,
                        45.66776
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 441,
                    "label": "31203",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.61117,
                        45.53797
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 442,
                    "label": "31204",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.56374,
                        45.5829
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 445,
                    "label": "31209",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.56328,
                        45.49958
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 449,
                    "label": "31224",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.56652,
                        45.49916
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 453,
                    "label": "31231",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.53233,
                        45.51193
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 454,
                    "label": "31232",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.57729,
                        45.54267
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 455,
                    "label": "31233",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.53453,
                        45.5214
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 456,
                    "label": "31234",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.59761,
                        45.53097
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 460,
                    "label": "31811",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.63808,
                        45.50345
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 463,
                    "label": "31816",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.60757,
                        45.49557
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 464,
                    "label": "31817",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.68354,
                        45.51372
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 465,
                    "label": "31823",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.66798,
                        45.55542
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 466,
                    "label": "31825",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.65667,
                        45.55033
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 473,
                    "label": "31839",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.5338,
                        45.54726
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 474,
                    "label": "31840",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.57034,
                        45.55015
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 475,
                    "label": "31841",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.68987,
                        45.5086
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 476,
                    "label": "31842",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.85022,
                        45.48908
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 477,
                    "label": "31843",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.70981,
                        45.49798
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 478,
                    "label": "31846",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.68037,
                        45.5159
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 479,
                    "label": "31851",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.64275,
                        45.57177
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 484,
                    "label": "31857",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.63854,
                        45.60027
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 486,
                    "label": "31860",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.64324,
                        45.57119
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 487,
                    "label": "32004",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.56702,
                        45.498
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 489,
                    "label": "32008",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.57526,
                        45.56768
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 490,
                    "label": "32010",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.65472,
                        45.5505
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 493,
                    "label": "32018",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.49545,
                        45.63582
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 497,
                    "label": "32027",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.58204,
                        45.5012
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 499,
                    "label": "32801",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.62769,
                        45.58242
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 501,
                    "label": "32805",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.66022,
                        45.61148
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 503,
                    "label": "32807",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.60755,
                        45.62098
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 512,
                    "label": "33825",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.84018,
                        45.47856
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 513,
                    "label": "33827",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.62763,
                        45.49876
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 515,
                    "label": "33832",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.59436,
                        45.51896
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 525,
                    "label": "36009",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.55791,
                        45.66206
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 527,
                    "label": "36014",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.55051,
                        45.60516
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 529,
                    "label": "36020",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.66109,
                        45.53158
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 531,
                    "label": "36027",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.4953,
                        45.65034
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 535,
                    "label": "36039",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.54449,
                        45.60986
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 538,
                    "label": "37001",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.62888,
                        45.46892
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 540,
                    "label": "37010",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.62742,
                        45.47054
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 541,
                    "label": "37011",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.61388,
                        45.53894
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 542,
                    "label": "37014",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.58083,
                        45.48223
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 544,
                    "label": "37021",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.68576,
                        45.49763
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 545,
                    "label": "37023",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.61296,
                        45.51306
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 549,
                    "label": "37037",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.65079,
                        45.48899
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 550,
                    "label": "37038",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.64735,
                        45.5232
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 552,
                    "label": "37041",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.6536,
                        45.52278
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 553,
                    "label": "37043",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.6597,
                        45.4605
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 556,
                    "label": "37055",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.57065,
                        45.49828
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 557,
                    "label": "37056",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.5688,
                        45.50044
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 558,
                    "label": "37060",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.56876,
                        45.50048
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 559,
                    "label": "37062",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.57888,
                        45.48254
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 563,
                    "label": "37073",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.67261,
                        45.54771
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 564,
                    "label": "37076",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.59128,
                        45.52256
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 565,
                    "label": "37077",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.76596,
                        45.49833
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 568,
                    "label": "37081",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.62341,
                        45.51882
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 571,
                    "label": "37091",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.66081,
                        45.50739
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 572,
                    "label": "37095",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.69366,
                        45.52145
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 575,
                    "label": "38003",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.61013,
                        45.60075
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 577,
                    "label": "38007",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.53221,
                        45.5117
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 579,
                    "label": "38012",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.60905,
                        45.55674
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 580,
                    "label": "38016",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.53221,
                        45.5117
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 583,
                    "label": "38024",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.61084,
                        45.58702
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 592,
                    "label": "38049",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.82982,
                        45.46736
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 595,
                    "label": "38055",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.68383,
                        45.5146
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 598,
                    "label": "38066",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.83078,
                        45.46519
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 599,
                    "label": "38067",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.84745,
                        45.44992
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 606,
                    "label": "38085",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.80977,
                        45.46534
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 612,
                    "label": "38092",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.53645,
                        45.59718
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 613,
                    "label": "38094",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.56296,
                        45.53099
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 614,
                    "label": "38095",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.6196,
                        45.47975
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 615,
                    "label": "38097",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.59709,
                        45.57756
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 616,
                    "label": "38099",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.58357,
                        45.49449
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 617,
                    "label": "38100",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.58382,
                        45.48988
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 624,
                    "label": "39015",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.58024,
                        45.48179
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 627,
                    "label": "39028",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.5605,
                        45.5242
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 628,
                    "label": "39029",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.53733,
                        45.58954
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 629,
                    "label": "39032",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.54968,
                        45.45068
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 630,
                    "label": "39033",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.55017,
                        45.62436
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 632,
                    "label": "39036",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.55899,
                        45.51199
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 636,
                    "label": "39045",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.55769,
                        45.60872
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 638,
                    "label": "39047",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.52324,
                        45.56762
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 643,
                    "label": "39055",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.51897,
                        45.57865
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 646,
                    "label": "39064",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.61622,
                        45.62851
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 653,
                    "label": "39084",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.59753,
                        45.63832
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 661,
                    "label": "39102",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.56492,
                        45.59575
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 667,
                    "label": "39115",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.54004,
                        45.58956
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 668,
                    "label": "39116",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.60744,
                        45.62104
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 669,
                    "label": "39119",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.64089,
                        45.598
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 671,
                    "label": "39123",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.59621,
                        45.58643
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 673,
                    "label": "39125",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.50034,
                        45.64177
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 826,
                    "label": "29123",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.64685,
                        45.44209
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 827,
                    "label": "29149",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.62617,
                        45.45513
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 830,
                    "label": "29856",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.65033,
                        45.58421
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 831,
                    "label": "30143",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.74263,
                        45.44676
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 833,
                    "label": "30196",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.57732,
                        45.65068
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 834,
                    "label": "30222",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.83115,
                        45.4656
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 840,
                    "label": "31172",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.54517,
                        45.53078
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 849,
                    "label": "36035",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.53465,
                        45.5965
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 850,
                    "label": "37002",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.61893,
                        45.50318
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 860,
                    "label": "38039",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.82591,
                        45.46257
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1049,
                    "label": "39031",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.55672,
                        45.56603
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1071,
                    "label": "30802",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.62342,
                        45.60558
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1083,
                    "label": "29067",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.60355,
                        45.47413
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1106,
                    "label": "37044",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.62435,
                        45.53057
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1107,
                    "label": "38056",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.68392,
                        45.51394
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1114,
                    "label": "39039",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.52641,
                        45.5867
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1125,
                    "label": "38075",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.74688,
                        45.45017
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1128,
                    "label": "31137",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.66684,
                        45.56063
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1129,
                    "label": "39003",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.75159,
                        45.45713
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1134,
                    "label": "29100",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.65084,
                        45.43145
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1139,
                    "label": "31210",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.55817,
                        45.50733
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1142,
                    "label": "29052",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.61214,
                        45.44573
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1145,
                    "label": "37102",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.67159,
                        45.52361
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1158,
                    "label": "39105",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.5451,
                        45.66363
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1168,
                    "label": "30211",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.4818,
                        45.70107
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1187,
                    "label": "31115",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.55167,
                        45.53331
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1190,
                    "label": "38065",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.86887,
                        45.47762
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1204,
                    "label": "31136",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.72341,
                        45.5313
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1222,
                    "label": "32003",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.59792,
                        45.53164
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1223,
                    "label": "37050",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.60489,
                        45.55037
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1225,
                    "label": "37066",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.68038,
                        45.50188
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1233,
                    "label": "30082",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.58654,
                        45.52782
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1235,
                    "label": "30249",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.68677,
                        45.51099
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1253,
                    "label": "30079",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.57094,
                        45.50373
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1260,
                    "label": "31194",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.56122,
                        45.53623
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1262,
                    "label": "36002",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.57148,
                        45.59118
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1265,
                    "label": "37093",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.66512,
                        45.52155
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1289,
                    "label": "39023",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.57114,
                        45.5047
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1290,
                    "label": "39074",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.49014,
                        45.68757
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1303,
                    "label": "31145",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.59193,
                        45.61813
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1306,
                    "label": "31189",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.75018,
                        45.51241
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1313,
                    "label": "37046",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.68082,
                        45.53458
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1339,
                    "label": "31080",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.5824,
                        45.4958
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1352,
                    "label": "37072",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.6162,
                        45.47037
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1366,
                    "label": "29037",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.63876,
                        45.55017
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1374,
                    "label": "31044",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.61492,
                        45.52046
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1427,
                    "label": "29117",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.58642,
                        45.48252
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1443,
                    "label": "39021",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.57785,
                        45.52216
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1471,
                    "label": "30151",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.60495,
                        45.53395
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1474,
                    "label": "30203",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.55843,
                        45.50062
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1480,
                    "label": "31035",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.83673,
                        45.51308
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1486,
                    "label": "31198",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.54877,
                        45.5321
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1488,
                    "label": "37083",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.70208,
                        45.53602
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1490,
                    "label": "38010",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.55137,
                        45.54612
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1491,
                    "label": "38093",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.43207,
                        45.43689
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1511,
                    "label": "31104",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.64288,
                        45.48874
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1519,
                    "label": "37025",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.59404,
                        45.5193
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1522,
                    "label": "38084",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.79019,
                        45.45514
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1531,
                    "label": "28081",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.61919,
                        45.45983
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1538,
                    "label": "30026",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.56248,
                        45.46604
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1555,
                    "label": "38033",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.54651,
                        45.56185
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1575,
                    "label": "29043",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.5443,
                        45.59549
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1578,
                    "label": "29095",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.69225,
                        45.43836
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1599,
                    "label": "37065",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.60835,
                        45.4959
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1620,
                    "label": "37087",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.66556,
                        45.50871
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1684,
                    "label": "30849",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.63886,
                        45.5764
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1686,
                    "label": "31094",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.53386,
                        45.52132
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1696,
                    "label": "37022",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.7211,
                        45.48608
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1697,
                    "label": "38031",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.55726,
                        45.48766
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1699,
                    "label": "39016",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.61312,
                        45.47623
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1748,
                    "label": "30091",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.48025,
                        45.46529
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1750,
                    "label": "30172",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.75029,
                        45.49839
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1763,
                    "label": "38079",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.8613,
                        45.4828
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1764,
                    "label": "39089",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.57234,
                        45.58277
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1788,
                    "label": "30101",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.51042,
                        45.65403
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1793,
                    "label": "30240",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.85169,
                        45.49205
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1795,
                    "label": "30866",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.6412,
                        45.59733
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1804,
                    "label": "38014",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.53163,
                        45.51205
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1830,
                    "label": "30226",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.54257,
                        45.58268
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1840,
                    "label": "31196",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.5842,
                        45.62342
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1845,
                    "label": "38077",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.75269,
                        45.49665
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1874,
                    "label": "38062",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.82806,
                        45.46815
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1901,
                    "label": "31107",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.54675,
                        45.56146
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1903,
                    "label": "36033",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.56522,
                        45.58979
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1981,
                    "label": "38005",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.54599,
                        45.56889
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 1982,
                    "label": "38043",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.80701,
                        45.4561
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2021,
                    "label": "29055",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.56837,
                        45.51882
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2027,
                    "label": "31055",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.56837,
                        45.51491
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2051,
                    "label": "29023",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.60073,
                        45.54954
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2058,
                    "label": "30214",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.57941,
                        45.4939
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2080,
                    "label": "30053",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.58773,
                        45.48625
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2082,
                    "label": "30827",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.61868,
                        45.56775
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2093,
                    "label": "31036",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.60777,
                        45.54826
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2102,
                    "label": "29038",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.63556,
                        45.54927
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2111,
                    "label": "31125",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.64387,
                        45.56575
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2143,
                    "label": "30055",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.57103,
                        45.53825
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2146,
                    "label": "32005",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.56696,
                        45.5775
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2153,
                    "label": "38048",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.82526,
                        45.44043
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2154,
                    "label": "38051",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.8629,
                        45.49773
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2156,
                    "label": "39020",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.53559,
                        45.46964
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2157,
                    "label": "39026",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.53571,
                        45.46828
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2159,
                    "label": "39038",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.57435,
                        45.50407
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2160,
                    "label": "39042",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.64273,
                        45.58698
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2162,
                    "label": "39100",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.5826,
                        45.57816
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2180,
                    "label": "29846",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.58313,
                        45.56374
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2185,
                    "label": "37106",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.70511,
                        45.47855
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2187,
                    "label": "30208",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.55349,
                        45.52312
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2195,
                    "label": "31838",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.62524,
                        45.60654
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2224,
                    "label": "31806",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.89178,
                        45.46498
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2326,
                    "label": "30177",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.61556,
                        45.47412
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2403,
                    "label": "37024",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.60477,
                        45.47364
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2446,
                    "label": "37085",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.68065,
                        45.50985
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2463,
                    "label": "31024",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.62561,
                        45.5078
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2477,
                    "label": "31070",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.53551,
                        45.46964
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2490,
                    "label": "36036",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.57719,
                        45.65079
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2493,
                    "label": "30117",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.59146,
                        45.58358
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2494,
                    "label": "31053",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.72191,
                        45.49419
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2501,
                    "label": "38042",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.69061,
                        45.51932
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2512,
                    "label": "31017",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.63541,
                        45.48293
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2514,
                    "label": "30826",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.61749,
                        45.56735
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2517,
                    "label": "30156",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.61379,
                        45.51261
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2523,
                    "label": "31066",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.60971,
                        45.55235
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2529,
                    "label": "30807",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.65546,
                        45.55159
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2531,
                    "label": "37078",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.87849,
                        45.45454
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2532,
                    "label": "37004",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.64149,
                        45.45451
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2541,
                    "label": "30076",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.57246,
                        45.47381
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2566,
                    "label": "31078",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.53481,
                        45.54966
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2584,
                    "label": "30251",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.55077,
                        45.48671
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2587,
                    "label": "38013",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.58182,
                        45.57953
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2589,
                    "label": "39073",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.53818,
                        45.66201
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2607,
                    "label": "31229",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.55489,
                        45.51361
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2613,
                    "label": "38029",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.56593,
                        45.52263
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2617,
                    "label": "39071",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.51859,
                        45.62766
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2626,
                    "label": "38061",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.68041,
                        45.50186
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2630,
                    "label": "36040",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.5642,
                        45.6587
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2632,
                    "label": "38025",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.55231,
                        45.52406
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2639,
                    "label": "38050",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.83083,
                        45.46526
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2651,
                    "label": "29084",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.58424,
                        45.43828
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2661,
                    "label": "37089",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.84892,
                        45.4662
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2690,
                    "label": "29119",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.59236,
                        45.48191
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2714,
                    "label": "39131",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.64662,
                        45.59041
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2715,
                    "label": "37016",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.66864,
                        45.55428
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2722,
                    "label": "38041",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.72737,
                        45.48806
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2744,
                    "label": "36006",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.58129,
                        45.61856
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2745,
                    "label": "39093",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.48846,
                        45.69257
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2747,
                    "label": "37100",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.81047,
                        45.44363
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2759,
                    "label": "39129",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.51431,
                        45.57864
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2762,
                    "label": "30865",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.63393,
                        45.58752
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2763,
                    "label": "38002",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.57027,
                        45.57053
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2770,
                    "label": "30180",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.82659,
                        45.46507
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2772,
                    "label": "30130",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.49846,
                        45.68829
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2774,
                    "label": "37101",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.64924,
                        45.47062
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2776,
                    "label": "32007",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.64938,
                        45.47954
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2790,
                    "label": "31086",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.5704,
                        45.51023
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2798,
                    "label": "37026",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.70885,
                        45.47833
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2802,
                    "label": "31128",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.69776,
                        45.53907
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2817,
                    "label": "33823",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.56782,
                        45.50941
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2828,
                    "label": "31200",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.55136,
                        45.54692
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2831,
                    "label": "37061",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.67007,
                        45.44676
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2835,
                    "label": "39062",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.61926,
                        45.55579
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2851,
                    "label": "31206",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.63859,
                        45.60675
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2855,
                    "label": "39027",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.58633,
                        45.54169
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2859,
                    "label": "30122",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.53384,
                        45.59864
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2867,
                    "label": "29065",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.63042,
                        45.50288
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2870,
                    "label": "30877",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.61124,
                        45.56461
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2879,
                    "label": "31022",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.53414,
                        45.59782
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2888,
                    "label": "30225",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.66125,
                        45.53468
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2894,
                    "label": "29810",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.8217,
                        45.46564
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2900,
                    "label": "29057",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.58349,
                        45.55824
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2917,
                    "label": "37068",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.432,
                        45.43693
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2928,
                    "label": "30223",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.56804,
                        45.50105
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2931,
                    "label": "39138",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.60287,
                        45.56646
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2940,
                    "label": "30820",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.70244,
                        45.49937
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2953,
                    "label": "32015",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.6357,
                        45.60562
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2961,
                    "label": "29148",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.88875,
                        45.43882
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2978,
                    "label": "30159",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.51817,
                        45.64957
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2983,
                    "label": "31814",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.62327,
                        45.49677
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2993,
                    "label": "39149",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.61969,
                        45.60521
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2995,
                    "label": "30028",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.60345,
                        45.43463
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3001,
                    "label": "37094",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.60517,
                        45.4733
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3006,
                    "label": "31057",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.71355,
                        45.52367
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3007,
                    "label": "30224",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.59724,
                        45.55361
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3010,
                    "label": "31179",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.55176,
                        45.52547
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3014,
                    "label": "37063",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.56004,
                        45.51084
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3021,
                    "label": "30164",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.56545,
                        45.50558
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3023,
                    "label": "37019",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.6619,
                        45.47554
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3026,
                    "label": "33826",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.59446,
                        45.51901
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3031,
                    "label": "30135",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.53946,
                        45.66085
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3033,
                    "label": "39141",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.60933,
                        45.60164
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3040,
                    "label": "27529",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.64805,
                        45.42542
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3049,
                    "label": "33810",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.57883,
                        45.4955
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3059,
                    "label": "30192",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.66254,
                        45.56252
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3060,
                    "label": "31023",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.67103,
                        45.45776
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3061,
                    "label": "30035",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.6449,
                        45.46545
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3063,
                    "label": "30071",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.54403,
                        45.45584
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3070,
                    "label": "29078",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.60962,
                        45.42856
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3071,
                    "label": "37105",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.6042,
                        45.47364
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3077,
                    "label": "30238",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.67067,
                        45.50979
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3080,
                    "label": "30011",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.62585,
                        45.4443
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3084,
                    "label": "31810",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.57594,
                        45.49276
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3086,
                    "label": "32810",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.63646,
                        45.57591
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3089,
                    "label": "30069",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.59754,
                        45.46252
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3102,
                    "label": "33843",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.56782,
                        45.50941
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3103,
                    "label": "39061",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.52324,
                        45.56762
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3104,
                    "label": "29108",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.63387,
                        45.44904
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3110,
                    "label": "30037",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.57459,
                        45.52594
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3115,
                    "label": "40011",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.56161,
                        45.50033
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3124,
                    "label": "40030",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.74377,
                        45.44758
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3130,
                    "label": "40018",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.63271,
                        45.43127
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3137,
                    "label": "39130",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.5517,
                        45.64486
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3144,
                    "label": "30229",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.89178,
                        45.46498
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3149,
                    "label": "30852",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.57904,
                        45.5623
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3158,
                    "label": "29096",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.55315,
                        45.47903
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3165,
                    "label": "40037",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.59391,
                        45.43266
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3169,
                    "label": "30855",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.58673,
                        45.56469
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3173,
                    "label": "40038",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.61102,
                        45.4262
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3178,
                    "label": "31087",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.68119,
                        45.53434
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3193,
                    "label": "30189",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.54158,
                        45.65955
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3199,
                    "label": "30199",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.53412,
                        45.59695
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3201,
                    "label": "40040",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.64069,
                        45.43858
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3203,
                    "label": "30221",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.7358,
                        45.52354
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3209,
                    "label": "31071",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.57982,
                        45.65025
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3212,
                    "label": "31089",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.63541,
                        45.48293
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3213,
                    "label": "37092",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.64849,
                        45.49147
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3221,
                    "label": "40013",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.794,
                        45.44872
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3223,
                    "label": "40041",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.5563,
                        45.49485
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3231,
                    "label": "40009",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.68861,
                        45.43658
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3236,
                    "label": "29127",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.57877,
                        45.49005
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3241,
                    "label": "40046",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.55717,
                        45.50019
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3242,
                    "label": "40042",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.60825,
                        45.42904
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3249,
                    "label": "40002",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.61471,
                        45.47113
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3251,
                    "label": "29024",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.60167,
                        45.53768
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3256,
                    "label": "30002",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.50549,
                        45.6746
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3260,
                    "label": "40035",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.59472,
                        45.44319
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3262,
                    "label": "40012",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.57997,
                        45.48356
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3268,
                    "label": "31028",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.6127,
                        45.53949
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3272,
                    "label": "40051",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.69226,
                        45.43961
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3282,
                    "label": "30161",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.62074,
                        45.60729
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3290,
                    "label": "40027",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.65429,
                        45.47448
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3293,
                    "label": "40047",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.94028,
                        45.40363
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3297,
                    "label": "40059",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.65485,
                        45.42255
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3304,
                    "label": "40010",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.55724,
                        45.48771
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3305,
                    "label": "40025",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.60968,
                        45.46885
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3306,
                    "label": "31047",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.51237,
                        45.59959
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3319,
                    "label": "33841",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.64304,
                        45.51291
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3322,
                    "label": "39081",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.62207,
                        45.6239
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3324,
                    "label": "38017",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.60537,
                        45.47731
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3326,
                    "label": "40024",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.66819,
                        45.47082
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3337,
                    "label": "39085",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.58018,
                        45.61694
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3342,
                    "label": "40022",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.63007,
                        45.45681
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3344,
                    "label": "37027",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.62747,
                        45.48548
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3347,
                    "label": "31020",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.63673,
                        45.47678
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3356,
                    "label": "31802",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.62534,
                        45.52893
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3363,
                    "label": "40061",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.64703,
                        45.44297
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3370,
                    "label": "30113",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.55633,
                        45.59507
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3381,
                    "label": "31073",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.55421,
                        45.61367
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3391,
                    "label": "33815",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.64405,
                        45.51601
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 3399,
                    "label": "30129",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.49716,
                        45.63026
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 6417,
                    "label": "30120",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.56938,
                        45.59855
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 7023,
                    "label": "30207",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.6264,
                        45.52343
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 7024,
                    "label": "40053",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.65044,
                        45.46048
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 7076,
                    "label": "31169",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.53865,
                        45.59053
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 7291,
                    "label": "37009",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.62278,
                        45.51908
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 7408,
                    "label": "40090",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.58958,
                        45.51595
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 7411,
                    "label": "40102",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.64148,
                        45.45427
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 7416,
                    "label": "40117",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.55476,
                        45.55458
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 7425,
                    "label": "40104",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.55441,
                        45.542
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 7829,
                    "label": "40110",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.49207,
                        45.68545
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 7839,
                    "label": "40115",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.6278,
                        45.48526
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 7892,
                    "label": "40121",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.59396,
                        45.53604
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 7910,
                    "label": "40087",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.58125,
                        45.48281
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 7911,
                    "label": "40086",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.60346,
                        45.47382
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 8102,
                    "label": "40100",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.57584,
                        45.5465
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 8602,
                    "label": "40075",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.63054,
                        45.48196
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 8634,
                    "label": "40071",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.60446,
                        45.44916
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 8766,
                    "label": "40113",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.70618,
                        45.5024
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 8807,
                    "label": "40078",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.68033,
                        45.44379
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 8838,
                    "label": "40073",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.62392,
                        45.45668
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 8848,
                    "label": "40095",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.71934,
                        45.44831
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 8849,
                    "label": "40096",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.56081,
                        45.54506
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 8857,
                    "label": "40108",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.6282,
                        45.48468
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 8893,
                    "label": "40105",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.44873,
                        45.45796
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 8894,
                    "label": "40076",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.58224,
                        45.45691
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 8917,
                    "label": "40111",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.57001,
                        45.54652
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 9051,
                    "label": "40139",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.74696,
                        45.51461
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 9098,
                    "label": "40133",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.67847,
                        45.5116
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 9099,
                    "label": "40178",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.69689,
                        45.4694
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 9102,
                    "label": "40140",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.78032,
                        45.48587
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 9111,
                    "label": "40175",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.80641,
                        45.50923
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 9203,
                    "label": "40124",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.6927,
                        45.50623
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 9204,
                    "label": "40126",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.68892,
                        45.48797
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 9205,
                    "label": "40129",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.77666,
                        45.44424
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 9212,
                    "label": "40141",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.74297,
                        45.44862
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 9213,
                    "label": "40142",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.83118,
                        45.46513
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 9214,
                    "label": "40144",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.78835,
                        45.46748
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 9215,
                    "label": "40147",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.74911,
                        45.44178
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 9216,
                    "label": "40148",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.917,
                        45.42961
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 9221,
                    "label": "40158",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.78243,
                        45.45547
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 9222,
                    "label": "40159",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.71507,
                        45.49534
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 9227,
                    "label": "40173",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.72669,
                        45.45187
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 9230,
                    "label": "40181",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.84504,
                        45.45624
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 9231,
                    "label": "40182",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.80614,
                        45.49399
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 9232,
                    "label": "40185",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.81635,
                        45.51292
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 9233,
                    "label": "40186",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.78769,
                        45.45042
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 9234,
                    "label": "40187",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.7347,
                        45.50977
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 9236,
                    "label": "40192",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.81091,
                        45.49755
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 9245,
                    "label": "40152",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.67891,
                        45.50304
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 9246,
                    "label": "40162",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.83102,
                        45.46659
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 9247,
                    "label": "40190",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.68354,
                        45.51397
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 9252,
                    "label": "40136",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.66786,
                        45.55562
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 9258,
                    "label": "40191",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.87481,
                        45.46936
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 9263,
                    "label": "40217",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.82775,
                        45.42867
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 9265,
                    "label": "40219",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.78679,
                        45.4493
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 9266,
                    "label": "40220",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.71827,
                        45.44404
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 9269,
                    "label": "40212",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.7486,
                        45.49041
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 9276,
                    "label": "40227",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.64135,
                        45.42307
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 9277,
                    "label": "40229",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.63158,
                        45.46488
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 9281,
                    "label": "40160",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.73979,
                        45.49361
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 9282,
                    "label": "40214",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.68715,
                        45.54034
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 9285,
                    "label": "40189",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.60838,
                        45.47087
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 9286,
                    "label": "40208",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.74348,
                        45.50315
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 9290,
                    "label": "40228",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.6288,
                        45.42763
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 9296,
                    "label": "40223",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.59721,
                        45.43541
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 9297,
                    "label": "40153",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.7906,
                        45.49957
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 9298,
                    "label": "40201",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.72083,
                        45.44902
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 9305,
                    "label": "40145",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.93381,
                        45.45621
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 9312,
                    "label": "40207",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.83076,
                        45.51255
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 9316,
                    "label": "40235",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.59047,
                        45.44676
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 9318,
                    "label": "40248",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.82695,
                        45.43957
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 9321,
                    "label": "40199",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.70603,
                        45.52321
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 9323,
                    "label": "40209",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.78498,
                        45.50468
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 9325,
                    "label": "40170",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.72853,
                        45.52779
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 9329,
                    "label": "40243",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.58165,
                        45.45567
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 9331,
                    "label": "40247",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.57578,
                        45.46196
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 9358,
                    "label": "40233",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.60603,
                        45.43297
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 9740,
                    "label": "40246",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.60567,
                        45.44718
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 10671,
                    "label": "41004",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.58653,
                        45.52648
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 10677,
                    "label": "41003",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.61839,
                        45.49706
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 10681,
                    "label": "41009",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.63982,
                        45.45707
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 10685,
                    "label": "41021",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.56603,
                        45.49866
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 10686,
                    "label": "41020",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.56573,
                        45.55792
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 10687,
                    "label": "41022",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.43732,
                        45.43824
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 10693,
                    "label": "41028",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.64644,
                        45.46325
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 10709,
                    "label": "41002",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.56636,
                        45.49882
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 10720,
                    "label": "41018",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.61892,
                        45.50319
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 10721,
                    "label": "41001",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.59563,
                        45.5128
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 10731,
                    "label": "41034",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.63886,
                        45.54567
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 10734,
                    "label": "41025",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.58772,
                        45.52633
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 10741,
                    "label": "41023",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.56878,
                        45.53901
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 10746,
                    "label": "41031",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.59592,
                        45.5195
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 10747,
                    "label": "41041",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.60165,
                        45.51583
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 10753,
                    "label": "41007",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.58089,
                        45.53384
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 10765,
                    "label": "41039",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.56278,
                        45.52008
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 10766,
                    "label": "41015",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.56721,
                        45.52214
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 10781,
                    "label": "41006",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.58356,
                        45.53762
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 10792,
                    "label": "41043",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.57224,
                        45.56245
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 10795,
                    "label": "41049",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.66805,
                        45.55692
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 10803,
                    "label": "41051",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.63267,
                        45.5866
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 10806,
                    "label": "41045",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.62999,
                        45.59213
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 10807,
                    "label": "41053",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.66702,
                        45.55644
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 10813,
                    "label": "41052",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.61606,
                        45.5328
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 10853,
                    "label": "41056",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.69783,
                        45.50236
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 10868,
                    "label": "41057",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.65677,
                        45.57345
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 10877,
                    "label": "41048",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.63852,
                        45.54608
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 10879,
                    "label": "41050",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.6092,
                        45.6314
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 10883,
                    "label": "41067",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.65668,
                        45.53401
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 10893,
                    "label": "41072",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.65057,
                        45.50064
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 10910,
                    "label": "41062",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.67023,
                        45.55013
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 10944,
                    "label": "41070",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.65139,
                        45.54995
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 11006,
                    "label": "40926",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.66637,
                        45.52143
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 11049,
                    "label": "41113",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.63112,
                        45.53892
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 11057,
                    "label": "41110",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.62098,
                        45.62383
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 11059,
                    "label": "41104",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.64561,
                        45.54293
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 11063,
                    "label": "41100",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.5116,
                        45.63278
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 11071,
                    "label": "41107",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.62122,
                        45.5508
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 11072,
                    "label": "41117",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.57862,
                        45.59258
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 11084,
                    "label": "41077",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.57416,
                        45.56078
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 11098,
                    "label": "41097",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.63779,
                        45.59118
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 11110,
                    "label": "41127",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.66854,
                        45.52873
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 11143,
                    "label": "41080",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.64977,
                        45.54406
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 11145,
                    "label": "41129",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.62281,
                        45.61849
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 11160,
                    "label": "41099",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.65667,
                        45.57407
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 11169,
                    "label": "41076",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.53839,
                        45.66189
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 11171,
                    "label": "41084",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.65379,
                        45.5371
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 11173,
                    "label": "41082",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.6189,
                        45.61485
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 12375,
                    "label": "41083",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.56026,
                        45.50335
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 12440,
                    "label": "42029",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.5988,
                        45.57594
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 12442,
                    "label": "42003",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.5573,
                        45.52489
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 12461,
                    "label": "42001",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.58174,
                        45.59473
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 12612,
                    "label": "42008",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.59704,
                        45.56029
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 12621,
                    "label": "42007",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.57009,
                        45.63313
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 12625,
                    "label": "42010",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.60767,
                        45.57383
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 12631,
                    "label": "42009",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.65953,
                        45.54688
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 12636,
                    "label": "42020",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.63233,
                        45.60258
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 12638,
                    "label": "42027",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.62959,
                        45.58369
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 12650,
                    "label": "42014",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.73839,
                        45.45464
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 12651,
                    "label": "42021",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.62205,
                        45.49902
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 12654,
                    "label": "42042",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.5338,
                        45.54726
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 12655,
                    "label": "42030",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.61868,
                        45.56775
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 12659,
                    "label": "42022",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.5675,
                        45.50993
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 12660,
                    "label": "42011",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.75161,
                        45.45728
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 12671,
                    "label": "42031",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.65757,
                        45.55121
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 12675,
                    "label": "42039",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.63664,
                        45.60222
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 12681,
                    "label": "42037",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.60368,
                        45.54641
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 12682,
                    "label": "42026",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.57159,
                        45.64515
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 12721,
                    "label": "42048",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.61465,
                        45.55817
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 12734,
                    "label": "42044",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.59715,
                        45.63828
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 12735,
                    "label": "42018",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.66106,
                        45.55489
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 12756,
                    "label": "42005",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.6328,
                        45.58647
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 12761,
                    "label": "42034",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.63564,
                        45.53143
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 12826,
                    "label": "31237",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.57008,
                        45.51095
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2928815,
                    "label": "44011",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.58478,
                        45.48941
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2928821,
                    "label": "44004",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.68871,
                        45.43736
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2928839,
                    "label": "44003",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.6585,
                        45.42742
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2928840,
                    "label": "44014",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.56566,
                        45.47035
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2928880,
                    "label": "44018",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.60331,
                        45.47914
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2928924,
                    "label": "44017",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.58102,
                        45.48239
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2928925,
                    "label": "44015",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.64424,
                        45.41738
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2928953,
                    "label": "44023",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.55967,
                        45.50083
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2928954,
                    "label": "44033",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.56855,
                        45.46198
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2928987,
                    "label": "44002",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.94096,
                        45.40363
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2929054,
                    "label": "44006",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.69453,
                        45.43743
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2929150,
                    "label": "44032",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.59633,
                        45.44577
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2929156,
                    "label": "44031",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.60276,
                        45.42281
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2929189,
                    "label": "44030",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.74276,
                        45.44686
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "id": 2929190,
                    "label": "44029",
                    "marker-symbol": "tt-stm-bus"
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -73.60927,
                        45.51458
                    ]
                }
            }
        ]
    }
}
 

Request   

GET v2/agencies/{agency_slug}/vehicles

URL Parameters

agency_slug   string   

The slug of the agency. Example: stm

Query Parameters

geojson   boolean  optional  

Include a GeoJSON FeatureCollection to the response. Defaults to true. Example: false

GET v2/agencies/{agency}/vehicles.geojson

Example request:
curl --request GET \
    --get "https://api.transittracker.ca/v2/agencies/stm/vehicles.geojson"
$client = new \GuzzleHttp\Client();
$url = 'https://api.transittracker.ca/v2/agencies/stm/vehicles.geojson';
$response = $client->get($url);
$body = $response->getBody();
print_r(json_decode((string) $body));
import requests
import json

url = 'https://api.transittracker.ca/v2/agencies/stm/vehicles.geojson'
response = requests.request('GET', url, )
response.json()

Example response (200):

Show headers
cache-control: no-cache, private
content-type: application/json
x-ratelimit-limit: 138
x-ratelimit-remaining: 134
content-language: en
vary: Origin
 

{
    "type": "FeatureCollection",
    "features": [
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64193,
                    45.4508
                ]
            },
            "properties": {
                "trip": {
                    "id": "289184219",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:04:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H56U000S-81-S",
                    "shapeId": "1230002"
                },
                "route": {
                    "id": "123",
                    "shortName": "123",
                    "longName": "Dollard / Shevchenko",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "27520",
                    "label": "27520",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 19,
                    "odometer": 0,
                    "speed": 1
                },
                "agencyId": 1,
                "currentStopSequence": 22,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849098,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 111
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.87636,
                    45.42053
                ]
            },
            "properties": {
                "trip": {
                    "id": "289185196",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "09:56:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H56U000S-81-S",
                    "shapeId": "4050002"
                },
                "route": {
                    "id": "405",
                    "shortName": "405",
                    "longName": "Express Bord-du-Lac",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "28052",
                    "label": "28052",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 246,
                    "odometer": 0,
                    "speed": 35
                },
                "agencyId": 1,
                "currentStopSequence": 15,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849102,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 135
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57834,
                    45.48103
                ]
            },
            "properties": {
                "trip": {
                    "id": "289183415",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:00:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H56U000S-81-S",
                    "shapeId": "350021"
                },
                "route": {
                    "id": "35",
                    "shortName": "35",
                    "longName": "Griffintown",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "28057",
                    "label": "28057",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 55,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 25,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849094,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 136
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61126,
                    45.53147
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201796",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:32:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H55U000S-81-S",
                    "shapeId": "180001"
                },
                "route": {
                    "id": "18",
                    "shortName": "18",
                    "longName": "Beaubien",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29002",
                    "label": "29002",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 281,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 169
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62612,
                    45.5276
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201401",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:06:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H55U000S-81-S",
                    "shapeId": "1790001"
                },
                "route": {
                    "id": "179",
                    "shortName": "179",
                    "longName": "De l'Acadie",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29018",
                    "label": "29018",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 206,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 28,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849104,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 173
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.65169,
                    45.49595
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201519",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:24:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H55U000S-81-S",
                    "shapeId": "920001"
                },
                "route": {
                    "id": "92",
                    "shortName": "92",
                    "longName": "Jean-Talon Ouest",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29019",
                    "label": "29019",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 126,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 5,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 174
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.67113,
                    45.46262
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201692",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:35:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H55U000S-81-S",
                    "shapeId": "1610001"
                },
                "route": {
                    "id": "161",
                    "shortName": "161",
                    "longName": "Van Horne",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29034",
                    "label": "29034",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 29,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849088,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 179
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61395,
                    45.43068
                ]
            },
            "properties": {
                "trip": {
                    "id": "289183257",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:12:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H56U000S-81-S",
                    "shapeId": "1230001"
                },
                "route": {
                    "id": "123",
                    "shortName": "123",
                    "longName": "Dollard / Shevchenko",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29054",
                    "label": "29054",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 102,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 22,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849104,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 185
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57472,
                    45.48189
                ]
            },
            "properties": {
                "trip": {
                    "id": "289182359",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:24:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H56U000S-81-S",
                    "shapeId": "570002"
                },
                "route": {
                    "id": "57",
                    "shortName": "57",
                    "longName": "Charlevoix",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29064",
                    "label": "29064",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 139,
                    "odometer": 0,
                    "speed": 29
                },
                "agencyId": 1,
                "currentStopSequence": 7,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849098,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 189
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.74716,
                    45.51443
                ]
            },
            "properties": {
                "trip": {
                    "id": "286061134",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "09:43:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H60U000S-80-S",
                    "shapeId": "680005"
                },
                "route": {
                    "id": "68",
                    "shortName": "68",
                    "longName": "Pierrefonds",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29070",
                    "label": "29070",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 35,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 63,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849091,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 191
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56176,
                    45.4831
                ]
            },
            "properties": {
                "trip": {
                    "id": "289182564",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:13:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H56U000S-81-S",
                    "shapeId": "710001"
                },
                "route": {
                    "id": "71",
                    "shortName": "71",
                    "longName": "Pointe-Saint-Charles",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29074",
                    "label": "29074",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 32,
                    "odometer": 0,
                    "speed": 19
                },
                "agencyId": 1,
                "currentStopSequence": 12,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849097,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 193
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59865,
                    45.47689
                ]
            },
            "properties": {
                "trip": {
                    "id": "289182761",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "09:50:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H56U000S-81-S",
                    "shapeId": "900001"
                },
                "route": {
                    "id": "90",
                    "shortName": "90",
                    "longName": "Saint-Jacques",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29076",
                    "label": "29076",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 40,
                    "odometer": 0,
                    "speed": 20
                },
                "agencyId": 1,
                "currentStopSequence": 46,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849093,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 195
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56805,
                    45.47011
                ]
            },
            "properties": {
                "trip": {
                    "id": "289183894",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "09:33:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H56U000S-81-S",
                    "shapeId": "610004"
                },
                "route": {
                    "id": "61",
                    "shortName": "61",
                    "longName": "Wellington",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29082",
                    "label": "29082",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 144,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 18,
                "currentStatus": 1,
                "congestionLevel": 3,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849098,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 198
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56567,
                    45.46873
                ]
            },
            "properties": {
                "trip": {
                    "id": "289184804",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "09:56:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H56U000S-81-S",
                    "shapeId": "370002"
                },
                "route": {
                    "id": "37",
                    "shortName": "37",
                    "longName": "Jolicoeur",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29083",
                    "label": "29083",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 209,
                    "odometer": 0,
                    "speed": 26
                },
                "agencyId": 1,
                "currentStopSequence": 29,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849104,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 199
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55841,
                    45.48127
                ]
            },
            "properties": {
                "trip": {
                    "id": "289183282",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "09:59:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H56U000S-81-S",
                    "shapeId": "1070002"
                },
                "route": {
                    "id": "107",
                    "shortName": "107",
                    "longName": "Verdun",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29085",
                    "label": "29085",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 4,
                    "odometer": 0,
                    "speed": 22
                },
                "agencyId": 1,
                "currentStopSequence": 41,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849102,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 200
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59547,
                    45.46445
                ]
            },
            "properties": {
                "trip": {
                    "id": "289185559",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "09:58:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H56U000S-81-S",
                    "shapeId": "1010001"
                },
                "route": {
                    "id": "101",
                    "shortName": "101",
                    "longName": "Saint-Patrick",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29088",
                    "label": "29088",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 42,
                    "odometer": 0,
                    "speed": 38
                },
                "agencyId": 1,
                "currentStopSequence": 35,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849092,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 202
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58145,
                    45.4827
                ]
            },
            "properties": {
                "trip": {
                    "id": "289185217",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "09:57:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H56U000S-81-S",
                    "shapeId": "1900004"
                },
                "route": {
                    "id": "190",
                    "shortName": "190",
                    "longName": "Norman",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29092",
                    "label": "29092",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 44,
                    "odometer": 0,
                    "speed": 2
                },
                "agencyId": 1,
                "currentStopSequence": 34,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752848842,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 205
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60906,
                    45.44753
                ]
            },
            "properties": {
                "trip": {
                    "id": "289183231",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:23:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H56U000S-81-S",
                    "shapeId": "1060001"
                },
                "route": {
                    "id": "106",
                    "shortName": "106",
                    "longName": "Newman",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29103",
                    "label": "29103",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 326,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 2,
                "currentStatus": 2,
                "congestionLevel": 3,
                "occupancyStatus": 3,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849087,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 208
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.65134,
                    45.44121
                ]
            },
            "properties": {
                "trip": {
                    "id": "289185587",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:09:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H56U000S-81-S",
                    "shapeId": "1900001"
                },
                "route": {
                    "id": "190",
                    "shortName": "190",
                    "longName": "Norman",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29138",
                    "label": "29138",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 19,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849100,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 218
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55244,
                    45.4661
                ]
            },
            "properties": {
                "trip": {
                    "id": "289181466",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:17:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H56U000S-81-S",
                    "shapeId": "120001"
                },
                "route": {
                    "id": "12",
                    "shortName": "12",
                    "longName": "Île-des-Soeurs",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29139",
                    "label": "29139",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 92,
                    "odometer": 0,
                    "speed": 21
                },
                "agencyId": 1,
                "currentStopSequence": 17,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849091,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 219
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60307,
                    45.46619
                ]
            },
            "properties": {
                "trip": {
                    "id": "289184828",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "09:50:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H56U000S-81-S",
                    "shapeId": "4050001"
                },
                "route": {
                    "id": "405",
                    "shortName": "405",
                    "longName": "Express Bord-du-Lac",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29142",
                    "label": "29142",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 53,
                    "odometer": 0,
                    "speed": 81
                },
                "agencyId": 1,
                "currentStopSequence": 31,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849098,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 222
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58791,
                    45.46315
                ]
            },
            "properties": {
                "trip": {
                    "id": "289184696",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "09:56:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H56U000S-81-S",
                    "shapeId": "350001"
                },
                "route": {
                    "id": "35",
                    "shortName": "35",
                    "longName": "Griffintown",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29143",
                    "label": "29143",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 184,
                    "odometer": 0,
                    "speed": 22
                },
                "agencyId": 1,
                "currentStopSequence": 32,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849092,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 223
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56573,
                    45.49783
                ]
            },
            "properties": {
                "trip": {
                    "id": "289181676",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:19:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H56U000S-81-S",
                    "shapeId": "360003"
                },
                "route": {
                    "id": "36",
                    "shortName": "36",
                    "longName": "Monk",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29146",
                    "label": "29146",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 214,
                    "odometer": 0,
                    "speed": 24
                },
                "agencyId": 1,
                "currentStopSequence": 4,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849097,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 225
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64796,
                    45.44223
                ]
            },
            "properties": {
                "trip": {
                    "id": "289185819",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:05:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H56U000S-81-S",
                    "shapeId": "4960001"
                },
                "route": {
                    "id": "496",
                    "shortName": "496",
                    "longName": "Express Victoria",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29147",
                    "label": "29147",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 53,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 22,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849099,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 226
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.65097,
                    45.5844
                ]
            },
            "properties": {
                "trip": {
                    "id": "286208963",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:41:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H58U000S-80-S",
                    "shapeId": "670001"
                },
                "route": {
                    "id": "67",
                    "shortName": "67",
                    "longName": "Saint-Michel",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29826",
                    "label": "29826",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 312,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849093,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 239
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66866,
                    45.52935
                ]
            },
            "properties": {
                "trip": {
                    "id": "286207789",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:01:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H58U000S-80-S",
                    "shapeId": "1210002"
                },
                "route": {
                    "id": "121",
                    "shortName": "121",
                    "longName": "Sauvé / Côte-Vertu",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29828",
                    "label": "29828",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 198,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 31,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849100,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 240
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60855,
                    45.61138
                ]
            },
            "properties": {
                "trip": {
                    "id": "286209192",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "09:24:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H58U000S-80-S",
                    "shapeId": "690002"
                },
                "route": {
                    "id": "69",
                    "shortName": "69",
                    "longName": "Gouin",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29858",
                    "label": "29858",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 323,
                    "odometer": 0,
                    "speed": 41
                },
                "agencyId": 1,
                "currentStopSequence": 68,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849089,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 257
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57043,
                    45.62022
                ]
            },
            "properties": {
                "trip": {
                    "id": "289215982",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:04:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H54U000S-81-S",
                    "shapeId": "4490002"
                },
                "route": {
                    "id": "449",
                    "shortName": "449",
                    "longName": "Express Rivière-des-Prairies",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30003",
                    "label": "30003",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 120,
                    "odometer": 0,
                    "speed": 19
                },
                "agencyId": 1,
                "currentStopSequence": 36,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849098,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 258
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55724,
                    45.51388
                ]
            },
            "properties": {
                "trip": {
                    "id": "289209380",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "09:39:12",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H57U000S-82-S",
                    "shapeId": "4300002"
                },
                "route": {
                    "id": "430",
                    "shortName": "430",
                    "longName": "Express Pointe-aux-Trembles",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30041",
                    "label": "30041",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 214,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 26,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849096,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 262
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58965,
                    45.63127
                ]
            },
            "properties": {
                "trip": {
                    "id": "289216567",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "09:51:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H54U000S-81-S",
                    "shapeId": "490002"
                },
                "route": {
                    "id": "49",
                    "shortName": "49",
                    "longName": "Maurice-Duplessis",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30049",
                    "label": "30049",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 44,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 29,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849095,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 266
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.65795,
                    45.42965
                ]
            },
            "properties": {
                "trip": {
                    "id": "289182687",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "09:52:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H56U000S-81-S",
                    "shapeId": "1100002"
                },
                "route": {
                    "id": "110",
                    "shortName": "110",
                    "longName": "Centrale",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30051",
                    "label": "30051",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 262,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 44,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849104,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 268
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5957,
                    45.58598
                ]
            },
            "properties": {
                "trip": {
                    "id": "289216075",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:05:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H54U000S-81-S",
                    "shapeId": "320001"
                },
                "route": {
                    "id": "32",
                    "shortName": "32",
                    "longName": "Lacordaire",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30103",
                    "label": "30103",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 22,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849091,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 281
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6089,
                    45.48732
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201227",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:21:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H55U000S-81-S",
                    "shapeId": "660004"
                },
                "route": {
                    "id": "66",
                    "shortName": "66",
                    "longName": "The Boulevard",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30104",
                    "label": "30104",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 240,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 14,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849095,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 282
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.51633,
                    45.60785
                ]
            },
            "properties": {
                "trip": {
                    "id": "289216529",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:18:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H54U000S-81-S",
                    "shapeId": "260003"
                },
                "route": {
                    "id": "26",
                    "shortName": "26",
                    "longName": "Mercier-Est",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30105",
                    "label": "30105",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 16,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 18,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849093,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 283
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61534,
                    45.60816
                ]
            },
            "properties": {
                "trip": {
                    "id": "289215497",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "09:40:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H54U000S-81-S",
                    "shapeId": "330002"
                },
                "route": {
                    "id": "33",
                    "shortName": "33",
                    "longName": "Langelier",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30124",
                    "label": "30124",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 44,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849093,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 289
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.51978,
                    45.60155
                ]
            },
            "properties": {
                "trip": {
                    "id": "289215427",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:19:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H54U000S-81-S",
                    "shapeId": "260002"
                },
                "route": {
                    "id": "26",
                    "shortName": "26",
                    "longName": "Mercier-Est",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30131",
                    "label": "30131",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 255,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 17,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849095,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 291
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60484,
                    45.62239
                ]
            },
            "properties": {
                "trip": {
                    "id": "289215243",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:10:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H54U000S-81-S",
                    "shapeId": "490001"
                },
                "route": {
                    "id": "49",
                    "shortName": "49",
                    "longName": "Maurice-Duplessis",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30138",
                    "label": "30138",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 231,
                    "odometer": 0,
                    "speed": 54
                },
                "agencyId": 1,
                "currentStopSequence": 28,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849098,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 293
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58462,
                    45.51472
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201581",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:18:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H55U000S-81-S",
                    "shapeId": "1290002"
                },
                "route": {
                    "id": "129",
                    "shortName": "129",
                    "longName": "Côte-Sainte-Catherine",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30149",
                    "label": "30149",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 304,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 12,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849088,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 300
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.86968,
                    45.43688
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059372",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:22:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H60U000S-80-S",
                    "shapeId": "2170002"
                },
                "route": {
                    "id": "217",
                    "shortName": "217",
                    "longName": "Anse-à-l'Orme",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30174",
                    "label": "30174",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 11,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 310
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58807,
                    45.5972
                ]
            },
            "properties": {
                "trip": {
                    "id": "289215043",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:01:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H54U000S-81-S",
                    "shapeId": "330001"
                },
                "route": {
                    "id": "33",
                    "shortName": "33",
                    "longName": "Langelier",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30217",
                    "label": "30217",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 125,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 35,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849099,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 321
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.7177,
                    45.48671
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059053",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:18:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H60U000S-80-S",
                    "shapeId": "1740001"
                },
                "route": {
                    "id": "174",
                    "shortName": "174",
                    "longName": "Côte-Vertu",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30234",
                    "label": "30234",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 7,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849088,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 326
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.93951,
                    45.40387
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059028",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "09:58:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H60U000S-80-S",
                    "shapeId": "2000002"
                },
                "route": {
                    "id": "200",
                    "shortName": "200",
                    "longName": "Sainte-Anne-de-Bellevue",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30243",
                    "label": "30243",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 45,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849090,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 328
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.84637,
                    45.4892
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059401",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "09:36:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H60U000S-80-S",
                    "shapeId": "2010003"
                },
                "route": {
                    "id": "201",
                    "shortName": "201",
                    "longName": "Saint-Charles / Saint-Jean",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30247",
                    "label": "30247",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 193,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 59,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849095,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 330
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.7188,
                    45.53158
                ]
            },
            "properties": {
                "trip": {
                    "id": "286208138",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:34:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H58U000S-80-S",
                    "shapeId": "690002"
                },
                "route": {
                    "id": "69",
                    "shortName": "69",
                    "longName": "Gouin",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30806",
                    "label": "30806",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 226,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849087,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 337
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59617,
                    45.56874
                ]
            },
            "properties": {
                "trip": {
                    "id": "286206583",
                    "shortName": null,
                    "headsign": "Nord destination Laval",
                    "startTime": "09:59:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H58U000S-80-S",
                    "shapeId": "4390002"
                },
                "route": {
                    "id": "439",
                    "shortName": "439",
                    "longName": "Express Pie-IX",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30825",
                    "label": "30825",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 302,
                    "odometer": 0,
                    "speed": 47
                },
                "agencyId": 1,
                "currentStopSequence": 15,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849088,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 344
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56165,
                    45.55694
                ]
            },
            "properties": {
                "trip": {
                    "id": "286206599",
                    "shortName": null,
                    "headsign": "Nord destination Cégep Marie-Victorin",
                    "startTime": "10:19:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H58U000S-80-S",
                    "shapeId": "4390003"
                },
                "route": {
                    "id": "439",
                    "shortName": "439",
                    "longName": "Express Pie-IX",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30830",
                    "label": "30830",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 293,
                    "odometer": 0,
                    "speed": 41
                },
                "agencyId": 1,
                "currentStopSequence": 10,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849098,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 346
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55104,
                    45.54746
                ]
            },
            "properties": {
                "trip": {
                    "id": "286208008",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "09:53:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H58U000S-80-S",
                    "shapeId": "4670001"
                },
                "route": {
                    "id": "467",
                    "shortName": "467",
                    "longName": "Express Saint-Michel",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30847",
                    "label": "30847",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 205,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 18,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849085,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 355
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64976,
                    45.58348
                ]
            },
            "properties": {
                "trip": {
                    "id": "286208916",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:29:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H58U000S-80-S",
                    "shapeId": "670001"
                },
                "route": {
                    "id": "67",
                    "shortName": "67",
                    "longName": "Saint-Michel",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30850",
                    "label": "30850",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 132,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 3,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 356
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66283,
                    45.54263
                ]
            },
            "properties": {
                "trip": {
                    "id": "286207704",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:03:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H58U000S-80-S",
                    "shapeId": "1210001"
                },
                "route": {
                    "id": "121",
                    "shortName": "121",
                    "longName": "Sauvé / Côte-Vertu",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30853",
                    "label": "30853",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 26,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 357
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57053,
                    45.55021
                ]
            },
            "properties": {
                "trip": {
                    "id": "286209205",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "09:54:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H58U000S-80-S",
                    "shapeId": "670001"
                },
                "route": {
                    "id": "67",
                    "shortName": "67",
                    "longName": "Saint-Michel",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30862",
                    "label": "30862",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 112,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 34,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849086,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 360
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57462,
                    45.56093
                ]
            },
            "properties": {
                "trip": {
                    "id": "286206705",
                    "shortName": null,
                    "headsign": "Sud destination Pie-IX / Notre-Dame",
                    "startTime": "09:36:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H58U000S-80-S",
                    "shapeId": "4390004"
                },
                "route": {
                    "id": "439",
                    "shortName": "439",
                    "longName": "Express Pie-IX",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30869",
                    "label": "30869",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 113,
                    "odometer": 0,
                    "speed": 36
                },
                "agencyId": 1,
                "currentStopSequence": 27,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849100,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 362
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58986,
                    45.55613
                ]
            },
            "properties": {
                "trip": {
                    "id": "286208483",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:14:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H58U000S-80-S",
                    "shapeId": "670002"
                },
                "route": {
                    "id": "67",
                    "shortName": "67",
                    "longName": "Saint-Michel",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30871",
                    "label": "30871",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 15,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849095,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 363
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56035,
                    45.51496
                ]
            },
            "properties": {
                "trip": {
                    "id": "289199737",
                    "shortName": null,
                    "headsign": "Est trajet 1 gare d’autocars de Montréal.",
                    "startTime": "09:52:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H50U000S-82-S",
                    "shapeId": "7470001"
                },
                "route": {
                    "id": "747",
                    "shortName": "747",
                    "longName": "YUL Aéroport  / Centre-Ville",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31007",
                    "label": "31007",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 303,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 14,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849095,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 371
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59281,
                    45.56423
                ]
            },
            "properties": {
                "trip": {
                    "id": "289214814",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:28:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H54U000S-81-S",
                    "shapeId": "1410001"
                },
                "route": {
                    "id": "141",
                    "shortName": "141",
                    "longName": "Jean-Talon Est",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31031",
                    "label": "31031",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 23,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 6,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 376
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53752,
                    45.59207
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201638",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "09:34:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H55U000S-81-S",
                    "shapeId": "180001"
                },
                "route": {
                    "id": "18",
                    "shortName": "18",
                    "longName": "Beaubien",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31037",
                    "label": "31037",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 52,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849088,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 377
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58184,
                    45.55156
                ]
            },
            "properties": {
                "trip": {
                    "id": "289202165",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:08:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H55U000S-81-S",
                    "shapeId": "1970001"
                },
                "route": {
                    "id": "197",
                    "shortName": "197",
                    "longName": "Rosemont",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31046",
                    "label": "31046",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 25,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849089,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 382
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61939,
                    45.60693
                ]
            },
            "properties": {
                "trip": {
                    "id": "289215266",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:14:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H54U000S-81-S",
                    "shapeId": "330001"
                },
                "route": {
                    "id": "33",
                    "shortName": "33",
                    "longName": "Langelier",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31048",
                    "label": "31048",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 19,
                "currentStatus": 2,
                "congestionLevel": 3,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849096,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 383
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53839,
                    45.66189
                ]
            },
            "properties": {
                "trip": {
                    "id": "286207849",
                    "shortName": null,
                    "headsign": "Ouest via Gouin / Ozias-Leduc",
                    "startTime": "10:51:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H58U000S-80-S",
                    "shapeId": "480003"
                },
                "route": {
                    "id": "48",
                    "shortName": "48",
                    "longName": "Perras",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31049",
                    "label": "31049",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849100,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 384
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56111,
                    45.53954
                ]
            },
            "properties": {
                "trip": {
                    "id": "289242704",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "09:36:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H59U000S-83-S",
                    "shapeId": "240001"
                },
                "route": {
                    "id": "24",
                    "shortName": "24",
                    "longName": "Sherbrooke",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31052",
                    "label": "31052",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 111,
                    "odometer": 0,
                    "speed": 36
                },
                "agencyId": 1,
                "currentStopSequence": 47,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849091,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 387
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55228,
                    45.62527
                ]
            },
            "properties": {
                "trip": {
                    "id": "289243556",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "09:59:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H59U000S-83-S",
                    "shapeId": "1310003"
                },
                "route": {
                    "id": "131",
                    "shortName": "131",
                    "longName": "De l'Assomption",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31058",
                    "label": "31058",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 106,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 20,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849099,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 388
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57252,
                    45.58284
                ]
            },
            "properties": {
                "trip": {
                    "id": "289215303",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:00:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H54U000S-81-S",
                    "shapeId": "1410003"
                },
                "route": {
                    "id": "141",
                    "shortName": "141",
                    "longName": "Jean-Talon Est",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31069",
                    "label": "31069",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 209,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 33,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849104,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 391
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5817,
                    45.60458
                ]
            },
            "properties": {
                "trip": {
                    "id": "289214993",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:08:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H54U000S-81-S",
                    "shapeId": "440002"
                },
                "route": {
                    "id": "44",
                    "shortName": "44",
                    "longName": "Armand-Bombardier",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31072",
                    "label": "31072",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 115,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 23,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849098,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 392
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53366,
                    45.59895
                ]
            },
            "properties": {
                "trip": {
                    "id": "289216376",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "09:59:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H54U000S-81-S",
                    "shapeId": "1860002"
                },
                "route": {
                    "id": "186",
                    "shortName": "186",
                    "longName": "Sherbrooke-Est",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31075",
                    "label": "31075",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 201,
                    "odometer": 0,
                    "speed": 9
                },
                "agencyId": 1,
                "currentStopSequence": 44,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 0,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849098,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 393
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59301,
                    45.54732
                ]
            },
            "properties": {
                "trip": {
                    "id": "289202001",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "09:52:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H55U000S-81-S",
                    "shapeId": "180002"
                },
                "route": {
                    "id": "18",
                    "shortName": "18",
                    "longName": "Beaubien",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31079",
                    "label": "31079",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 203,
                    "odometer": 0,
                    "speed": 6
                },
                "agencyId": 1,
                "currentStopSequence": 38,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 5,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 394
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5392,
                    45.46511
                ]
            },
            "properties": {
                "trip": {
                    "id": "289242567",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:19:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H59U000S-83-S",
                    "shapeId": "1680002"
                },
                "route": {
                    "id": "168",
                    "shortName": "168",
                    "longName": "Cité-du-Havre",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31084",
                    "label": "31084",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 45,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 12,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849093,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 395
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60502,
                    45.53396
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201907",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "09:41:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H55U000S-81-S",
                    "shapeId": "180002"
                },
                "route": {
                    "id": "18",
                    "shortName": "18",
                    "longName": "Beaubien",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31101",
                    "label": "31101",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 209,
                    "odometer": 0,
                    "speed": 9
                },
                "agencyId": 1,
                "currentStopSequence": 48,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 400
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.85568,
                    45.49149
                ]
            },
            "properties": {
                "trip": {
                    "id": "286060855",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:14:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H60U000S-80-S",
                    "shapeId": "2010001"
                },
                "route": {
                    "id": "201",
                    "shortName": "201",
                    "longName": "Saint-Charles / Saint-Jean",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31111",
                    "label": "31111",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 221,
                    "odometer": 0,
                    "speed": 45
                },
                "agencyId": 1,
                "currentStopSequence": 13,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 403
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64088,
                    45.54947
                ]
            },
            "properties": {
                "trip": {
                    "id": "286207172",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:20:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H58U000S-80-S",
                    "shapeId": "1460002"
                },
                "route": {
                    "id": "146",
                    "shortName": "146",
                    "longName": "Christophe-Colomb / Meilleur",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31114",
                    "label": "31114",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 14,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 404
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.65537,
                    45.55067
                ]
            },
            "properties": {
                "trip": {
                    "id": "286207203",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:32:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H58U000S-80-S",
                    "shapeId": "1400001"
                },
                "route": {
                    "id": "140",
                    "shortName": "140",
                    "longName": "Fleury",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31117",
                    "label": "31117",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 111,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849090,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 405
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6689,
                    45.55463
                ]
            },
            "properties": {
                "trip": {
                    "id": "286209092",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:30:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H58U000S-80-S",
                    "shapeId": "480001"
                },
                "route": {
                    "id": "48",
                    "shortName": "48",
                    "longName": "Perras",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31119",
                    "label": "31119",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 2,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849088,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 407
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59116,
                    45.5223
                ]
            },
            "properties": {
                "trip": {
                    "id": "286208045",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:14:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H58U000S-80-S",
                    "shapeId": "550001"
                },
                "route": {
                    "id": "55",
                    "shortName": "55",
                    "longName": "Boulevard Saint-Laurent",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31123",
                    "label": "31123",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 299,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 17,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 408
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.67267,
                    45.51127
                ]
            },
            "properties": {
                "trip": {
                    "id": "286060324",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:29:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H60U000S-80-S",
                    "shapeId": "1170002"
                },
                "route": {
                    "id": "117",
                    "shortName": "117",
                    "longName": "O'Brien",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31124",
                    "label": "31124",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 5,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849099,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 409
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64377,
                    45.59454
                ]
            },
            "properties": {
                "trip": {
                    "id": "286208255",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "09:55:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H58U000S-80-S",
                    "shapeId": "480002"
                },
                "route": {
                    "id": "48",
                    "shortName": "48",
                    "longName": "Perras",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31135",
                    "label": "31135",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 211,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 42,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849091,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 412
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56548,
                    45.5173
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201260",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "09:51:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H55U000S-81-S",
                    "shapeId": "300001"
                },
                "route": {
                    "id": "30",
                    "shortName": "30",
                    "longName": "Saint-Denis / Saint-Hubert",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31139",
                    "label": "31139",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 122,
                    "odometer": 0,
                    "speed": 6
                },
                "agencyId": 1,
                "currentStopSequence": 39,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 413
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57146,
                    45.50419
                ]
            },
            "properties": {
                "trip": {
                    "id": "289242078",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:47:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H59U000S-83-S",
                    "shapeId": "1250002"
                },
                "route": {
                    "id": "125",
                    "shortName": "125",
                    "longName": "Ontario",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31146",
                    "label": "31146",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849104,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 417
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59811,
                    45.52679
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201154",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:27:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H55U000S-81-S",
                    "shapeId": "460002"
                },
                "route": {
                    "id": "46",
                    "shortName": "46",
                    "longName": "Casgrain",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31147",
                    "label": "31147",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 34,
                    "odometer": 0,
                    "speed": 19
                },
                "agencyId": 1,
                "currentStopSequence": 4,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849095,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 418
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.54904,
                    45.55115
                ]
            },
            "properties": {
                "trip": {
                    "id": "289242494",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:17:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H59U000S-83-S",
                    "shapeId": "1250001"
                },
                "route": {
                    "id": "125",
                    "shortName": "125",
                    "longName": "Ontario",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31151",
                    "label": "31151",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 16,
                "currentStatus": 2,
                "congestionLevel": 3,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 420
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.54692,
                    45.56121
                ]
            },
            "properties": {
                "trip": {
                    "id": "289242606",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:34:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H59U000S-83-S",
                    "shapeId": "340001"
                },
                "route": {
                    "id": "34",
                    "shortName": "34",
                    "longName": "Sainte-Catherine",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31152",
                    "label": "31152",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849095,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 421
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55102,
                    45.57031
                ]
            },
            "properties": {
                "trip": {
                    "id": "289243630",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:16:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H59U000S-83-S",
                    "shapeId": "1850002"
                },
                "route": {
                    "id": "185",
                    "shortName": "185",
                    "longName": "Sherbrooke",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31158",
                    "label": "31158",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 19,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849100,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 424
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55198,
                    45.52522
                ]
            },
            "properties": {
                "trip": {
                    "id": "289242624",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "09:54:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H59U000S-83-S",
                    "shapeId": "100001"
                },
                "route": {
                    "id": "10",
                    "shortName": "10",
                    "longName": "De Lorimier",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31163",
                    "label": "31163",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 211,
                    "odometer": 0,
                    "speed": 45
                },
                "agencyId": 1,
                "currentStopSequence": 32,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849087,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 427
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5808,
                    45.5064
                ]
            },
            "properties": {
                "trip": {
                    "id": "289241855",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:41:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H59U000S-83-S",
                    "shapeId": "500001"
                },
                "route": {
                    "id": "50",
                    "shortName": "50",
                    "longName": "Vieux-Montréal / Vieux-Port",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31175",
                    "label": "31175",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 195,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 433
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.51024,
                    45.66776
                ]
            },
            "properties": {
                "trip": {
                    "id": "289215787",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "09:51:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H54U000S-81-S",
                    "shapeId": "1870002"
                },
                "route": {
                    "id": "187",
                    "shortName": "187",
                    "longName": "René-Lévesque",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31192",
                    "label": "31192",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 43,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849092,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 439
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61117,
                    45.53797
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201044",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:30:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H55U000S-81-S",
                    "shapeId": "990001"
                },
                "route": {
                    "id": "99",
                    "shortName": "99",
                    "longName": "Villeray",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31203",
                    "label": "31203",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 213,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 2,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849100,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 441
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56374,
                    45.5829
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201004",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:15:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H55U000S-81-S",
                    "shapeId": "180002"
                },
                "route": {
                    "id": "18",
                    "shortName": "18",
                    "longName": "Beaubien",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31204",
                    "label": "31204",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 201,
                    "odometer": 0,
                    "speed": 14
                },
                "agencyId": 1,
                "currentStopSequence": 15,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849104,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 442
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56328,
                    45.49958
                ]
            },
            "properties": {
                "trip": {
                    "id": "289244669",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:06:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H59U000S-83-S",
                    "shapeId": "1760013"
                },
                "route": {
                    "id": "176",
                    "shortName": "176",
                    "longName": "Berlioz",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31209",
                    "label": "31209",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 221,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 13,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849104,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 445
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56652,
                    45.49916
                ]
            },
            "properties": {
                "trip": {
                    "id": "289243033",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:35:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H59U000S-83-S",
                    "shapeId": "7770001"
                },
                "route": {
                    "id": "777",
                    "shortName": "777",
                    "longName": "Jean-Drapeau / Casino / Bonaventure",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31224",
                    "label": "31224",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 209,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 449
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53233,
                    45.51193
                ]
            },
            "properties": {
                "trip": {
                    "id": "289244021",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:47:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H59U000S-83-S",
                    "shapeId": "7670002"
                },
                "route": {
                    "id": "767",
                    "shortName": "767",
                    "longName": "La Ronde / Station Jean-Drapeau",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31231",
                    "label": "31231",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 204,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 453
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57729,
                    45.54267
                ]
            },
            "properties": {
                "trip": {
                    "id": "289242135",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:15:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H59U000S-83-S",
                    "shapeId": "940002"
                },
                "route": {
                    "id": "94",
                    "shortName": "94",
                    "longName": "D'Iberville",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31232",
                    "label": "31232",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 122,
                    "odometer": 0,
                    "speed": 7
                },
                "agencyId": 1,
                "currentStopSequence": 18,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849092,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 454
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53453,
                    45.5214
                ]
            },
            "properties": {
                "trip": {
                    "id": "289241265",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:13:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H59U000S-83-S",
                    "shapeId": "7690001"
                },
                "route": {
                    "id": "769",
                    "shortName": "769",
                    "longName": "La Ronde / Station Papineau",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31233",
                    "label": "31233",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 304,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 3,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849104,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 455
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59761,
                    45.53097
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201020",
                    "shortName": null,
                    "headsign": "Est via de la Pépinière",
                    "startTime": "10:41:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H55U000S-81-S",
                    "shapeId": "1970003"
                },
                "route": {
                    "id": "197",
                    "shortName": "197",
                    "longName": "Rosemont",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31234",
                    "label": "31234",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 207,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849104,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 456
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63808,
                    45.50345
                ]
            },
            "properties": {
                "trip": {
                    "id": "289198454",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:24:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H50U000S-82-S",
                    "shapeId": "1650001"
                },
                "route": {
                    "id": "165",
                    "shortName": "165",
                    "longName": "Côte-des-Neiges",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31811",
                    "label": "31811",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 8,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849092,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 460
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60757,
                    45.49557
                ]
            },
            "properties": {
                "trip": {
                    "id": "289198196",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:05:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H50U000S-82-S",
                    "shapeId": "1650001"
                },
                "route": {
                    "id": "165",
                    "shortName": "165",
                    "longName": "Côte-des-Neiges",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31816",
                    "label": "31816",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 20,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849090,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 463
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.68354,
                    45.51372
                ]
            },
            "properties": {
                "trip": {
                    "id": "289199229",
                    "shortName": null,
                    "headsign": "Ouest destination Usine de filtration",
                    "startTime": "10:26:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H50U000S-82-S",
                    "shapeId": "4700004"
                },
                "route": {
                    "id": "470",
                    "shortName": "470",
                    "longName": "Express Pierrefonds",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31817",
                    "label": "31817",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 2,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849093,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 464
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66798,
                    45.55542
                ]
            },
            "properties": {
                "trip": {
                    "id": "286207634",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:09:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H58U000S-80-S",
                    "shapeId": "690002"
                },
                "route": {
                    "id": "69",
                    "shortName": "69",
                    "longName": "Gouin",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31823",
                    "label": "31823",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 24,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 29,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849095,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 465
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.65667,
                    45.55033
                ]
            },
            "properties": {
                "trip": {
                    "id": "286207613",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:13:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H58U000S-80-S",
                    "shapeId": "1210002"
                },
                "route": {
                    "id": "121",
                    "shortName": "121",
                    "longName": "Sauvé / Côte-Vertu",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31825",
                    "label": "31825",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 218,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 20,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849089,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 466
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5338,
                    45.54726
                ]
            },
            "properties": {
                "trip": {
                    "id": "286206553",
                    "shortName": null,
                    "headsign": "Nord destination Laval",
                    "startTime": "10:29:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H58U000S-80-S",
                    "shapeId": "4390002"
                },
                "route": {
                    "id": "439",
                    "shortName": "439",
                    "longName": "Express Pie-IX",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31839",
                    "label": "31839",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849100,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 473
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57034,
                    45.55015
                ]
            },
            "properties": {
                "trip": {
                    "id": "286209178",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:25:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H58U000S-80-S",
                    "shapeId": "670002"
                },
                "route": {
                    "id": "67",
                    "shortName": "67",
                    "longName": "Saint-Michel",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31840",
                    "label": "31840",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 293,
                    "odometer": 0,
                    "speed": 45
                },
                "agencyId": 1,
                "currentStopSequence": 9,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849097,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 474
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.68987,
                    45.5086
                ]
            },
            "properties": {
                "trip": {
                    "id": "286208198",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "09:49:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H58U000S-80-S",
                    "shapeId": "1210002"
                },
                "route": {
                    "id": "121",
                    "shortName": "121",
                    "longName": "Sauvé / Côte-Vertu",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31841",
                    "label": "31841",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 219,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 43,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 475
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.85022,
                    45.48908
                ]
            },
            "properties": {
                "trip": {
                    "id": "289199207",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:15:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H50U000S-82-S",
                    "shapeId": "4700001"
                },
                "route": {
                    "id": "470",
                    "shortName": "470",
                    "longName": "Express Pierrefonds",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31842",
                    "label": "31842",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 157,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 14,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849102,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 476
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.70981,
                    45.49798
                ]
            },
            "properties": {
                "trip": {
                    "id": "286207932",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:39:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H58U000S-80-S",
                    "shapeId": "1210001"
                },
                "route": {
                    "id": "121",
                    "shortName": "121",
                    "longName": "Sauvé / Côte-Vertu",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31843",
                    "label": "31843",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849088,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 477
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.68037,
                    45.5159
                ]
            },
            "properties": {
                "trip": {
                    "id": "286207804",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:15:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H58U000S-80-S",
                    "shapeId": "1210001"
                },
                "route": {
                    "id": "121",
                    "shortName": "121",
                    "longName": "Sauvé / Côte-Vertu",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31846",
                    "label": "31846",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 44,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 16,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849098,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 478
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64275,
                    45.57177
                ]
            },
            "properties": {
                "trip": {
                    "id": "286209230",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "09:39:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H58U000S-80-S",
                    "shapeId": "1210001"
                },
                "route": {
                    "id": "121",
                    "shortName": "121",
                    "longName": "Sauvé / Côte-Vertu",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31851",
                    "label": "31851",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 26,
                    "odometer": 0,
                    "speed": 14
                },
                "agencyId": 1,
                "currentStopSequence": 45,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 479
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63854,
                    45.60027
                ]
            },
            "properties": {
                "trip": {
                    "id": "286206514",
                    "shortName": null,
                    "headsign": "Sud destination Pie-IX / Notre-Dame",
                    "startTime": "10:18:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H58U000S-80-S",
                    "shapeId": "4390004"
                },
                "route": {
                    "id": "439",
                    "shortName": "439",
                    "longName": "Express Pie-IX",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31857",
                    "label": "31857",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 15,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849088,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 484
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64324,
                    45.57119
                ]
            },
            "properties": {
                "trip": {
                    "id": "286207497",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:25:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H58U000S-80-S",
                    "shapeId": "1210002"
                },
                "route": {
                    "id": "121",
                    "shortName": "121",
                    "longName": "Sauvé / Côte-Vertu",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31860",
                    "label": "31860",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 211,
                    "odometer": 0,
                    "speed": 17
                },
                "agencyId": 1,
                "currentStopSequence": 7,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849097,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 486
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56702,
                    45.498
                ]
            },
            "properties": {
                "trip": {
                    "id": "289206176",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:49:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H55U000S-81-S",
                    "shapeId": "7210011"
                },
                "route": {
                    "id": "721",
                    "shortName": "721",
                    "longName": "Service spécial REM A1",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "32004",
                    "label": "32004",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849091,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 487
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57526,
                    45.56768
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201204",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:03:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H55U000S-81-S",
                    "shapeId": "180002"
                },
                "route": {
                    "id": "18",
                    "shortName": "18",
                    "longName": "Beaubien",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "32008",
                    "label": "32008",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 209,
                    "odometer": 0,
                    "speed": 6
                },
                "agencyId": 1,
                "currentStopSequence": 25,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 489
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.65472,
                    45.5505
                ]
            },
            "properties": {
                "trip": {
                    "id": "289200978",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:25:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H55U000S-81-S",
                    "shapeId": "310001"
                },
                "route": {
                    "id": "31",
                    "shortName": "31",
                    "longName": "Saint-Denis",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "32010",
                    "label": "32010",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 7,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 490
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.49545,
                    45.63582
                ]
            },
            "properties": {
                "trip": {
                    "id": "289215657",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:09:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H54U000S-81-S",
                    "shapeId": "1890002"
                },
                "route": {
                    "id": "189",
                    "shortName": "189",
                    "longName": "Notre-Dame",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "32018",
                    "label": "32018",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 221,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 65,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849098,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 493
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58204,
                    45.5012
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201301",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:23:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H55U000S-81-S",
                    "shapeId": "1440002"
                },
                "route": {
                    "id": "144",
                    "shortName": "144",
                    "longName": "Avenue des Pins",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "32027",
                    "label": "32027",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 41,
                    "odometer": 0,
                    "speed": 25
                },
                "agencyId": 1,
                "currentStopSequence": 9,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849088,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 497
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62769,
                    45.58242
                ]
            },
            "properties": {
                "trip": {
                    "id": "286206648",
                    "shortName": null,
                    "headsign": "Sud destination Pie-IX / Notre-Dame",
                    "startTime": "10:02:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H58U000S-80-S",
                    "shapeId": "4390004"
                },
                "route": {
                    "id": "439",
                    "shortName": "439",
                    "longName": "Express Pie-IX",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "32801",
                    "label": "32801",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 122,
                    "odometer": 0,
                    "speed": 6
                },
                "agencyId": 1,
                "currentStopSequence": 20,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 499
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66022,
                    45.61148
                ]
            },
            "properties": {
                "trip": {
                    "id": "286206532",
                    "shortName": null,
                    "headsign": "Nord destination Laval",
                    "startTime": "09:28:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H58U000S-80-S",
                    "shapeId": "4390002"
                },
                "route": {
                    "id": "439",
                    "shortName": "439",
                    "longName": "Express Pie-IX",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "32805",
                    "label": "32805",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 322,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 24,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849100,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 501
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60755,
                    45.62098
                ]
            },
            "properties": {
                "trip": {
                    "id": "286206718",
                    "shortName": null,
                    "headsign": "Nord destination Cégep Marie-Victorin",
                    "startTime": "09:18:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H58U000S-80-S",
                    "shapeId": "4390003"
                },
                "route": {
                    "id": "439",
                    "shortName": "439",
                    "longName": "Express Pie-IX",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "32807",
                    "label": "32807",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 227,
                    "odometer": 0,
                    "speed": 32
                },
                "agencyId": 1,
                "currentStopSequence": 36,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849090,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 503
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.84018,
                    45.47856
                ]
            },
            "properties": {
                "trip": {
                    "id": "289199319",
                    "shortName": null,
                    "headsign": "Ouest destination Usine de filtration",
                    "startTime": "10:04:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H50U000S-82-S",
                    "shapeId": "4700004"
                },
                "route": {
                    "id": "470",
                    "shortName": "470",
                    "longName": "Express Pierrefonds",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "33825",
                    "label": "33825",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 325,
                    "odometer": 0,
                    "speed": 36
                },
                "agencyId": 1,
                "currentStopSequence": 7,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849095,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 512
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62763,
                    45.49876
                ]
            },
            "properties": {
                "trip": {
                    "id": "289198390",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:15:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H50U000S-82-S",
                    "shapeId": "1650001"
                },
                "route": {
                    "id": "165",
                    "shortName": "165",
                    "longName": "Côte-des-Neiges",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "33827",
                    "label": "33827",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 133,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 13,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 513
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59436,
                    45.51896
                ]
            },
            "properties": {
                "trip": {
                    "id": "289196526",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:19:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H50U000S-82-S",
                    "shapeId": "800002"
                },
                "route": {
                    "id": "80",
                    "shortName": "80",
                    "longName": "Avenue du Parc",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "33832",
                    "label": "33832",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 299,
                    "odometer": 0,
                    "speed": 9
                },
                "agencyId": 1,
                "currentStopSequence": 12,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849089,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 515
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55791,
                    45.66206
                ]
            },
            "properties": {
                "trip": {
                    "id": "289215538",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:25:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H54U000S-81-S",
                    "shapeId": "4490002"
                },
                "route": {
                    "id": "449",
                    "shortName": "449",
                    "longName": "Express Rivière-des-Prairies",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "36009",
                    "label": "36009",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 227,
                    "odometer": 0,
                    "speed": 33
                },
                "agencyId": 1,
                "currentStopSequence": 11,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849104,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 525
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55051,
                    45.60516
                ]
            },
            "properties": {
                "trip": {
                    "id": "289216656",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:10:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H54U000S-81-S",
                    "shapeId": "280001"
                },
                "route": {
                    "id": "28",
                    "shortName": "28",
                    "longName": "Honoré-Beaugrand",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "36014",
                    "label": "36014",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 281,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 22,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849099,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 527
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66109,
                    45.53158
                ]
            },
            "properties": {
                "trip": {
                    "id": "286209141",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:25:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H58U000S-80-S",
                    "shapeId": "540002"
                },
                "route": {
                    "id": "54",
                    "shortName": "54",
                    "longName": "Charland / Chabanel",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "36020",
                    "label": "36020",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 293,
                    "odometer": 0,
                    "speed": 39
                },
                "agencyId": 1,
                "currentStopSequence": 12,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849090,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 529
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.4953,
                    45.65034
                ]
            },
            "properties": {
                "trip": {
                    "id": "289215549",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "09:47:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H54U000S-81-S",
                    "shapeId": "860002"
                },
                "route": {
                    "id": "86",
                    "shortName": "86",
                    "longName": "Pointe-aux-Trembles",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "36027",
                    "label": "36027",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 105,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 61,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849097,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 531
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.54449,
                    45.60986
                ]
            },
            "properties": {
                "trip": {
                    "id": "289215018",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "09:49:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H54U000S-81-S",
                    "shapeId": "1410001"
                },
                "route": {
                    "id": "141",
                    "shortName": "141",
                    "longName": "Jean-Talon Est",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "36039",
                    "label": "36039",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 122,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 42,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849104,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 535
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62888,
                    45.46892
                ]
            },
            "properties": {
                "trip": {
                    "id": "289196910",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:08:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H50U000S-82-S",
                    "shapeId": "1620001"
                },
                "route": {
                    "id": "162",
                    "shortName": "162",
                    "longName": "Westminster",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37001",
                    "label": "37001",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 32,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 28,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849104,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 538
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62742,
                    45.47054
                ]
            },
            "properties": {
                "trip": {
                    "id": "289198129",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:25:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H50U000S-82-S",
                    "shapeId": "1620002"
                },
                "route": {
                    "id": "162",
                    "shortName": "162",
                    "longName": "Westminster",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37010",
                    "label": "37010",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 212,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 7,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849096,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 540
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61388,
                    45.53894
                ]
            },
            "properties": {
                "trip": {
                    "id": "289196611",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:11:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H50U000S-82-S",
                    "shapeId": "930002"
                },
                "route": {
                    "id": "93",
                    "shortName": "93",
                    "longName": "Jean-Talon",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37011",
                    "label": "37011",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 21,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 7,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849094,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 541
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58083,
                    45.48223
                ]
            },
            "properties": {
                "trip": {
                    "id": "289199486",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:35:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H50U000S-82-S",
                    "shapeId": "4850001"
                },
                "route": {
                    "id": "485",
                    "shortName": "485",
                    "longName": "Express Antoine-Faucon",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37014",
                    "label": "37014",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 325,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849104,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 542
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.68576,
                    45.49763
                ]
            },
            "properties": {
                "trip": {
                    "id": "289197843",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "09:49:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H50U000S-82-S",
                    "shapeId": "1280001"
                },
                "route": {
                    "id": "128",
                    "shortName": "128",
                    "longName": "Saint-Laurent",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37021",
                    "label": "37021",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 42,
                    "odometer": 0,
                    "speed": 16
                },
                "agencyId": 1,
                "currentStopSequence": 52,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849099,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 544
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61296,
                    45.51306
                ]
            },
            "properties": {
                "trip": {
                    "id": "289197583",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:07:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H50U000S-82-S",
                    "shapeId": "1190002"
                },
                "route": {
                    "id": "119",
                    "shortName": "119",
                    "longName": "Rockland",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37023",
                    "label": "37023",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 235,
                    "odometer": 0,
                    "speed": 5
                },
                "agencyId": 1,
                "currentStopSequence": 29,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 545
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.65079,
                    45.48899
                ]
            },
            "properties": {
                "trip": {
                    "id": "289198655",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:36:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H50U000S-82-S",
                    "shapeId": "1660002"
                },
                "route": {
                    "id": "166",
                    "shortName": "166",
                    "longName": "Queen-Mary",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37037",
                    "label": "37037",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 206,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849102,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 549
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64735,
                    45.5232
                ]
            },
            "properties": {
                "trip": {
                    "id": "289197609",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:33:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H50U000S-82-S",
                    "shapeId": "1190002"
                },
                "route": {
                    "id": "119",
                    "shortName": "119",
                    "longName": "Rockland",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37038",
                    "label": "37038",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 158,
                    "odometer": 0,
                    "speed": 24
                },
                "agencyId": 1,
                "currentStopSequence": 14,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 550
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6536,
                    45.52278
                ]
            },
            "properties": {
                "trip": {
                    "id": "289196776",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:23:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H50U000S-82-S",
                    "shapeId": "1000001"
                },
                "route": {
                    "id": "100",
                    "shortName": "100",
                    "longName": "Crémazie",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37041",
                    "label": "37041",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 197,
                    "odometer": 0,
                    "speed": 20
                },
                "agencyId": 1,
                "currentStopSequence": 11,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849099,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 552
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6597,
                    45.4605
                ]
            },
            "properties": {
                "trip": {
                    "id": "289198158",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:29:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H50U000S-82-S",
                    "shapeId": "1030001"
                },
                "route": {
                    "id": "103",
                    "shortName": "103",
                    "longName": "Monkland",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37043",
                    "label": "37043",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 2,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849096,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 553
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57065,
                    45.49828
                ]
            },
            "properties": {
                "trip": {
                    "id": "289199871",
                    "shortName": null,
                    "headsign": "Est trajet 1 gare d’autocars de Montréal.",
                    "startTime": "10:07:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H50U000S-82-S",
                    "shapeId": "7470001"
                },
                "route": {
                    "id": "747",
                    "shortName": "747",
                    "longName": "YUL Aéroport  / Centre-Ville",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37055",
                    "label": "37055",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 7,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 556
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5688,
                    45.50044
                ]
            },
            "properties": {
                "trip": {
                    "id": "289199923",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:16:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H50U000S-82-S",
                    "shapeId": "7470002"
                },
                "route": {
                    "id": "747",
                    "shortName": "747",
                    "longName": "YUL Aéroport  / Centre-Ville",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37056",
                    "label": "37056",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 222,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 7,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849096,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 557
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56876,
                    45.50048
                ]
            },
            "properties": {
                "trip": {
                    "id": "289199958",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:21:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H50U000S-82-S",
                    "shapeId": "7470002"
                },
                "route": {
                    "id": "747",
                    "shortName": "747",
                    "longName": "YUL Aéroport  / Centre-Ville",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37060",
                    "label": "37060",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 215,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 7,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 558
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57888,
                    45.48254
                ]
            },
            "properties": {
                "trip": {
                    "id": "289199862",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:11:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H50U000S-82-S",
                    "shapeId": "7470002"
                },
                "route": {
                    "id": "747",
                    "shortName": "747",
                    "longName": "YUL Aéroport  / Centre-Ville",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37062",
                    "label": "37062",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 11,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849087,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 559
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.67261,
                    45.54771
                ]
            },
            "properties": {
                "trip": {
                    "id": "289198787",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:27:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H50U000S-82-S",
                    "shapeId": "1710001"
                },
                "route": {
                    "id": "171",
                    "shortName": "171",
                    "longName": "Henri-Bourassa",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37073",
                    "label": "37073",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 5,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 563
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59128,
                    45.52256
                ]
            },
            "properties": {
                "trip": {
                    "id": "289199608",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:20:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H50U000S-82-S",
                    "shapeId": "7110070"
                },
                "route": {
                    "id": "711",
                    "shortName": "711",
                    "longName": "Parc-du-Mont-Royal / Oratoire",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37076",
                    "label": "37076",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 6,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849098,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 564
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.76596,
                    45.49833
                ]
            },
            "properties": {
                "trip": {
                    "id": "289197942",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:40:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H50U000S-82-S",
                    "shapeId": "1750001"
                },
                "route": {
                    "id": "175",
                    "shortName": "175",
                    "longName": "Griffith / Saint-François",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37077",
                    "label": "37077",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849087,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 565
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62341,
                    45.51882
                ]
            },
            "properties": {
                "trip": {
                    "id": "289196942",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:12:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H50U000S-82-S",
                    "shapeId": "1600001"
                },
                "route": {
                    "id": "160",
                    "shortName": "160",
                    "longName": "Barclay",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37081",
                    "label": "37081",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 225,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 20,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 568
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66081,
                    45.50739
                ]
            },
            "properties": {
                "trip": {
                    "id": "289196334",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:12:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H50U000S-82-S",
                    "shapeId": "160001"
                },
                "route": {
                    "id": "16",
                    "shortName": "16",
                    "longName": "Graham",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37091",
                    "label": "37091",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 300,
                    "odometer": 0,
                    "speed": 12
                },
                "agencyId": 1,
                "currentStopSequence": 21,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849098,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 571
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.69366,
                    45.52145
                ]
            },
            "properties": {
                "trip": {
                    "id": "289197809",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:21:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H50U000S-82-S",
                    "shapeId": "1280001"
                },
                "route": {
                    "id": "128",
                    "shortName": "128",
                    "longName": "Saint-Laurent",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37095",
                    "label": "37095",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 13,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 572
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61013,
                    45.60075
                ]
            },
            "properties": {
                "trip": {
                    "id": "289242723",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:45:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H59U000S-83-S",
                    "shapeId": "1360002"
                },
                "route": {
                    "id": "136",
                    "shortName": "136",
                    "longName": "Viau",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "38003",
                    "label": "38003",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849098,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 575
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53221,
                    45.5117
                ]
            },
            "properties": {
                "trip": {
                    "id": "289242802",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:43:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H59U000S-83-S",
                    "shapeId": "7770002"
                },
                "route": {
                    "id": "777",
                    "shortName": "777",
                    "longName": "Jean-Drapeau / Casino / Bonaventure",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "38007",
                    "label": "38007",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849100,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 577
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60905,
                    45.55674
                ]
            },
            "properties": {
                "trip": {
                    "id": "289242512",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:07:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H59U000S-83-S",
                    "shapeId": "940001"
                },
                "route": {
                    "id": "94",
                    "shortName": "94",
                    "longName": "D'Iberville",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "38012",
                    "label": "38012",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 302,
                    "odometer": 0,
                    "speed": 45
                },
                "agencyId": 1,
                "currentStopSequence": 27,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849090,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 579
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53221,
                    45.5117
                ]
            },
            "properties": {
                "trip": {
                    "id": "289241409",
                    "shortName": null,
                    "headsign": "Ouest destination Casino de Montréal",
                    "startTime": "10:36:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H59U000S-83-S",
                    "shapeId": "7770005"
                },
                "route": {
                    "id": "777",
                    "shortName": "777",
                    "longName": "Jean-Drapeau / Casino / Bonaventure",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "38016",
                    "label": "38016",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849104,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 580
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61084,
                    45.58702
                ]
            },
            "properties": {
                "trip": {
                    "id": "289241946",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:23:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H59U000S-83-S",
                    "shapeId": "1360002"
                },
                "route": {
                    "id": "136",
                    "shortName": "136",
                    "longName": "Viau",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "38024",
                    "label": "38024",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 10,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849093,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 583
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.82982,
                    45.46736
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059925",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "09:46:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H60U000S-80-S",
                    "shapeId": "2080002"
                },
                "route": {
                    "id": "208",
                    "shortName": "208",
                    "longName": "Brunswick",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "38049",
                    "label": "38049",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 234,
                    "odometer": 0,
                    "speed": 36
                },
                "agencyId": 1,
                "currentStopSequence": 52,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849100,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 592
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.68383,
                    45.5146
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059512",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:30:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H60U000S-80-S",
                    "shapeId": "640001"
                },
                "route": {
                    "id": "64",
                    "shortName": "64",
                    "longName": "Grenet",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "38055",
                    "label": "38055",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849096,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 595
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.83078,
                    45.46519
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059588",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:30:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H60U000S-80-S",
                    "shapeId": "2060002"
                },
                "route": {
                    "id": "206",
                    "shortName": "206",
                    "longName": "Roger-Pilon",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "38066",
                    "label": "38066",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849095,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 598
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.84745,
                    45.44992
                ]
            },
            "properties": {
                "trip": {
                    "id": "286061146",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:09:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H60U000S-80-S",
                    "shapeId": "2000001"
                },
                "route": {
                    "id": "200",
                    "shortName": "200",
                    "longName": "Sainte-Anne-de-Bellevue",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "38067",
                    "label": "38067",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 90,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 35,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849094,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 599
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.80977,
                    45.46534
                ]
            },
            "properties": {
                "trip": {
                    "id": "286061383",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "09:45:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H60U000S-80-S",
                    "shapeId": "720001"
                },
                "route": {
                    "id": "72",
                    "shortName": "72",
                    "longName": "Alfred-Nobel",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "38085",
                    "label": "38085",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 9
                },
                "agencyId": 1,
                "currentStopSequence": 31,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 606
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53645,
                    45.59718
                ]
            },
            "properties": {
                "trip": {
                    "id": "289243519",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:10:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H59U000S-83-S",
                    "shapeId": "850002"
                },
                "route": {
                    "id": "85",
                    "shortName": "85",
                    "longName": "Hochelaga",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "38092",
                    "label": "38092",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 24,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 612
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56296,
                    45.53099
                ]
            },
            "properties": {
                "trip": {
                    "id": "289242962",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:26:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H59U000S-83-S",
                    "shapeId": "240002"
                },
                "route": {
                    "id": "24",
                    "shortName": "24",
                    "longName": "Sherbrooke",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "38094",
                    "label": "38094",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 193,
                    "odometer": 0,
                    "speed": 6
                },
                "agencyId": 1,
                "currentStopSequence": 8,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849096,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 613
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6196,
                    45.47975
                ]
            },
            "properties": {
                "trip": {
                    "id": "289242851",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:36:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H59U000S-83-S",
                    "shapeId": "240001"
                },
                "route": {
                    "id": "24",
                    "shortName": "24",
                    "longName": "Sherbrooke",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "38095",
                    "label": "38095",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 614
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59709,
                    45.57756
                ]
            },
            "properties": {
                "trip": {
                    "id": "289242168",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:13:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H59U000S-83-S",
                    "shapeId": "1360001"
                },
                "route": {
                    "id": "136",
                    "shortName": "136",
                    "longName": "Viau",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "38097",
                    "label": "38097",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 17,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 615
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58357,
                    45.49449
                ]
            },
            "properties": {
                "trip": {
                    "id": "289242395",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:12:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H59U000S-83-S",
                    "shapeId": "240001"
                },
                "route": {
                    "id": "24",
                    "shortName": "24",
                    "longName": "Sherbrooke",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "38099",
                    "label": "38099",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 27,
                    "odometer": 0,
                    "speed": 12
                },
                "agencyId": 1,
                "currentStopSequence": 18,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849104,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 616
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58382,
                    45.48988
                ]
            },
            "properties": {
                "trip": {
                    "id": "289243365",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:03:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H59U000S-83-S",
                    "shapeId": "1500001"
                },
                "route": {
                    "id": "150",
                    "shortName": "150",
                    "longName": "René-Lévesque",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "38100",
                    "label": "38100",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 28,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849088,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 617
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58024,
                    45.48179
                ]
            },
            "properties": {
                "trip": {
                    "id": "289199667",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:02:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H50U000S-82-S",
                    "shapeId": "7470002"
                },
                "route": {
                    "id": "747",
                    "shortName": "747",
                    "longName": "YUL Aéroport  / Centre-Ville",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39015",
                    "label": "39015",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 229,
                    "odometer": 0,
                    "speed": 24
                },
                "agencyId": 1,
                "currentStopSequence": 12,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849095,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 624
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5605,
                    45.5242
                ]
            },
            "properties": {
                "trip": {
                    "id": "289242252",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:16:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H59U000S-83-S",
                    "shapeId": "1250002"
                },
                "route": {
                    "id": "125",
                    "shortName": "125",
                    "longName": "Ontario",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39028",
                    "label": "39028",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 12,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 627
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53733,
                    45.58954
                ]
            },
            "properties": {
                "trip": {
                    "id": "286654301",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:40:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H59U000S-81-S",
                    "shapeId": "8110001"
                },
                "route": {
                    "id": "811",
                    "shortName": "811",
                    "longName": "Navette Services santé",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39029",
                    "label": "39029",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849098,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 628
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.54968,
                    45.45068
                ]
            },
            "properties": {
                "trip": {
                    "id": "289241981",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:03:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H59U000S-83-S",
                    "shapeId": "1680001"
                },
                "route": {
                    "id": "168",
                    "shortName": "168",
                    "longName": "Cité-du-Havre",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39032",
                    "label": "39032",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 214,
                    "odometer": 0,
                    "speed": 12
                },
                "agencyId": 1,
                "currentStopSequence": 26,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849099,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 629
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55017,
                    45.62436
                ]
            },
            "properties": {
                "trip": {
                    "id": "289242215",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "09:38:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H59U000S-83-S",
                    "shapeId": "850001"
                },
                "route": {
                    "id": "85",
                    "shortName": "85",
                    "longName": "Hochelaga",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39033",
                    "label": "39033",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 143,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 59,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 630
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55899,
                    45.51199
                ]
            },
            "properties": {
                "trip": {
                    "id": "289242040",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:22:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H59U000S-83-S",
                    "shapeId": "1500001"
                },
                "route": {
                    "id": "150",
                    "shortName": "150",
                    "longName": "René-Lévesque",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39036",
                    "label": "39036",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 210,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 11,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849102,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 632
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55769,
                    45.60872
                ]
            },
            "properties": {
                "trip": {
                    "id": "289215860",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "09:59:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H54U000S-81-S",
                    "shapeId": "1410001"
                },
                "route": {
                    "id": "141",
                    "shortName": "141",
                    "longName": "Jean-Talon Est",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39045",
                    "label": "39045",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 16,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 37,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849097,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 636
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.52324,
                    45.56762
                ]
            },
            "properties": {
                "trip": {
                    "id": "289215744",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:53:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H54U000S-81-S",
                    "shapeId": "320002"
                },
                "route": {
                    "id": "32",
                    "shortName": "32",
                    "longName": "Lacordaire",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39047",
                    "label": "39047",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 638
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.51897,
                    45.57865
                ]
            },
            "properties": {
                "trip": {
                    "id": "289214897",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:30:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H54U000S-81-S",
                    "shapeId": "330002"
                },
                "route": {
                    "id": "33",
                    "shortName": "33",
                    "longName": "Langelier",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39055",
                    "label": "39055",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 295,
                    "odometer": 0,
                    "speed": 36
                },
                "agencyId": 1,
                "currentStopSequence": 3,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849092,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 643
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61622,
                    45.62851
                ]
            },
            "properties": {
                "trip": {
                    "id": "289215759",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "09:22:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H54U000S-81-S",
                    "shapeId": "330002"
                },
                "route": {
                    "id": "33",
                    "shortName": "33",
                    "longName": "Langelier",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39064",
                    "label": "39064",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 143,
                    "odometer": 0,
                    "speed": 45
                },
                "agencyId": 1,
                "currentStopSequence": 61,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752848911,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 646
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59753,
                    45.63832
                ]
            },
            "properties": {
                "trip": {
                    "id": "289215082",
                    "shortName": null,
                    "headsign": "Sud via  Perras / Lacordaire",
                    "startTime": "10:34:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H54U000S-81-S",
                    "shapeId": "4320001"
                },
                "route": {
                    "id": "432",
                    "shortName": "432",
                    "longName": "Express Lacordaire",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39084",
                    "label": "39084",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 653
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56492,
                    45.59575
                ]
            },
            "properties": {
                "trip": {
                    "id": "289216174",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:09:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H54U000S-81-S",
                    "shapeId": "1410001"
                },
                "route": {
                    "id": "141",
                    "shortName": "141",
                    "longName": "Jean-Talon Est",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39102",
                    "label": "39102",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 277,
                    "odometer": 0,
                    "speed": 5
                },
                "agencyId": 1,
                "currentStopSequence": 28,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849087,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 661
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.54004,
                    45.58956
                ]
            },
            "properties": {
                "trip": {
                    "id": "289216397",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:36:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H54U000S-81-S",
                    "shapeId": "4490001"
                },
                "route": {
                    "id": "449",
                    "shortName": "449",
                    "longName": "Express Rivière-des-Prairies",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39115",
                    "label": "39115",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849090,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 667
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60744,
                    45.62104
                ]
            },
            "properties": {
                "trip": {
                    "id": "289215217",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:11:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H54U000S-81-S",
                    "shapeId": "430001"
                },
                "route": {
                    "id": "43",
                    "shortName": "43",
                    "longName": "Monselet",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39116",
                    "label": "39116",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 233,
                    "odometer": 0,
                    "speed": 9
                },
                "agencyId": 1,
                "currentStopSequence": 23,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849100,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 668
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64089,
                    45.598
                ]
            },
            "properties": {
                "trip": {
                    "id": "289216158",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "09:51:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H54U000S-81-S",
                    "shapeId": "490001"
                },
                "route": {
                    "id": "49",
                    "shortName": "49",
                    "longName": "Maurice-Duplessis",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39119",
                    "label": "39119",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 210,
                    "odometer": 0,
                    "speed": 45
                },
                "agencyId": 1,
                "currentStopSequence": 46,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849102,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 669
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59621,
                    45.58643
                ]
            },
            "properties": {
                "trip": {
                    "id": "289214955",
                    "shortName": null,
                    "headsign": "Sud via  Perras / Lacordaire",
                    "startTime": "10:03:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H54U000S-81-S",
                    "shapeId": "4320001"
                },
                "route": {
                    "id": "432",
                    "shortName": "432",
                    "longName": "Express Lacordaire",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39123",
                    "label": "39123",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 145,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 28,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849100,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 671
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.50034,
                    45.64177
                ]
            },
            "properties": {
                "trip": {
                    "id": "289214606",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:12:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H54U000S-81-S",
                    "shapeId": "1870001"
                },
                "route": {
                    "id": "187",
                    "shortName": "187",
                    "longName": "René-Lévesque",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39125",
                    "label": "39125",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 26,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849102,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 673
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64685,
                    45.44209
                ]
            },
            "properties": {
                "trip": {
                    "id": "289184174",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "09:47:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H56U000S-81-S",
                    "shapeId": "1140001"
                },
                "route": {
                    "id": "114",
                    "shortName": "114",
                    "longName": "Angrignon",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29123",
                    "label": "29123",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 340,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 36,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574403191,
                "lastSeenAt": 1752849095,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 826
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62617,
                    45.45513
                ]
            },
            "properties": {
                "trip": {
                    "id": "289199898",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "09:52:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H50U000S-82-S",
                    "shapeId": "7470002"
                },
                "route": {
                    "id": "747",
                    "shortName": "747",
                    "longName": "YUL Aéroport  / Centre-Ville",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29149",
                    "label": "29149",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 226,
                    "odometer": 0,
                    "speed": 89
                },
                "agencyId": 1,
                "currentStopSequence": 12,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574403192,
                "lastSeenAt": 1752849090,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 827
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.65033,
                    45.58421
                ]
            },
            "properties": {
                "trip": {
                    "id": "286207651",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:00:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H58U000S-80-S",
                    "shapeId": "690001"
                },
                "route": {
                    "id": "69",
                    "shortName": "69",
                    "longName": "Gouin",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29856",
                    "label": "29856",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 198,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 26,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574403193,
                "lastSeenAt": 1752849100,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 830
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.74263,
                    45.44676
                ]
            },
            "properties": {
                "trip": {
                    "id": "286061231",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:27:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H60U000S-80-S",
                    "shapeId": "2090002"
                },
                "route": {
                    "id": "209",
                    "shortName": "209",
                    "longName": "Des Sources / YUL Aéroport",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30143",
                    "label": "30143",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 131,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 3,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574403194,
                "lastSeenAt": 1752849090,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 831
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57732,
                    45.65068
                ]
            },
            "properties": {
                "trip": {
                    "id": "289215452",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:06:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H54U000S-81-S",
                    "shapeId": "4490001"
                },
                "route": {
                    "id": "449",
                    "shortName": "449",
                    "longName": "Express Rivière-des-Prairies",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30196",
                    "label": "30196",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 22,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574403195,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 833
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.83115,
                    45.4656
                ]
            },
            "properties": {
                "trip": {
                    "id": "286060622",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:35:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H60U000S-80-S",
                    "shapeId": "2020001"
                },
                "route": {
                    "id": "202",
                    "shortName": "202",
                    "longName": "Dawson",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30222",
                    "label": "30222",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574403195,
                "lastSeenAt": 1752849102,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 834
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.54517,
                    45.53078
                ]
            },
            "properties": {
                "trip": {
                    "id": "289243301",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:33:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H59U000S-83-S",
                    "shapeId": "940001"
                },
                "route": {
                    "id": "94",
                    "shortName": "94",
                    "longName": "D'Iberville",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31172",
                    "label": "31172",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 120,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574403201,
                "lastSeenAt": 1752849094,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 840
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53465,
                    45.5965
                ]
            },
            "properties": {
                "trip": {
                    "id": "289216729",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:34:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H54U000S-81-S",
                    "shapeId": "1410003"
                },
                "route": {
                    "id": "141",
                    "shortName": "141",
                    "longName": "Jean-Talon Est",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "36035",
                    "label": "36035",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 298,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574403205,
                "lastSeenAt": 1752849096,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 849
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61893,
                    45.50318
                ]
            },
            "properties": {
                "trip": {
                    "id": "289197505",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:27:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H50U000S-82-S",
                    "shapeId": "1190001"
                },
                "route": {
                    "id": "119",
                    "shortName": "119",
                    "longName": "Rockland",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37002",
                    "label": "37002",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 30,
                    "odometer": 0,
                    "speed": 17
                },
                "agencyId": 1,
                "currentStopSequence": 5,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574403205,
                "lastSeenAt": 1752849093,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 850
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.82591,
                    45.46257
                ]
            },
            "properties": {
                "trip": {
                    "id": "286058883",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:15:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H60U000S-80-S",
                    "shapeId": "4190001"
                },
                "route": {
                    "id": "419",
                    "shortName": "419",
                    "longName": "Express John Abbott",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "38039",
                    "label": "38039",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 88,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 19,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574403206,
                "lastSeenAt": 1752849097,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 860
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55672,
                    45.56603
                ]
            },
            "properties": {
                "trip": {
                    "id": "289242534",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:01:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H59U000S-83-S",
                    "shapeId": "1360002"
                },
                "route": {
                    "id": "136",
                    "shortName": "136",
                    "longName": "Viau",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39031",
                    "label": "39031",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 115,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 27,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 5,
                "firstSeenAt": 1574403554,
                "lastSeenAt": 1752849090,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 1049
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62342,
                    45.60558
                ]
            },
            "properties": {
                "trip": {
                    "id": "286209128",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:20:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H58U000S-80-S",
                    "shapeId": "690001"
                },
                "route": {
                    "id": "69",
                    "shortName": "69",
                    "longName": "Gouin",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30802",
                    "label": "30802",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 245,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 10,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574403715,
                "lastSeenAt": 1752849100,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 1071
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60355,
                    45.47413
                ]
            },
            "properties": {
                "trip": {
                    "id": "289182040",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:37:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H56U000S-81-S",
                    "shapeId": "380010"
                },
                "route": {
                    "id": "38",
                    "shortName": "38",
                    "longName": "De l'Église",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29067",
                    "label": "29067",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 135,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574409309,
                "lastSeenAt": 1752849097,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 1083
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62435,
                    45.53057
                ]
            },
            "properties": {
                "trip": {
                    "id": "289196384",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:43:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H50U000S-82-S",
                    "shapeId": "160001"
                },
                "route": {
                    "id": "16",
                    "shortName": "16",
                    "longName": "Graham",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37044",
                    "label": "37044",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 22,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574409321,
                "lastSeenAt": 1752849100,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 1106
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.68392,
                    45.51394
                ]
            },
            "properties": {
                "trip": {
                    "id": "286060826",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:32:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H60U000S-80-S",
                    "shapeId": "2150002"
                },
                "route": {
                    "id": "215",
                    "shortName": "215",
                    "longName": "Henri-Bourassa",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "38056",
                    "label": "38056",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574409323,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 1107
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.52641,
                    45.5867
                ]
            },
            "properties": {
                "trip": {
                    "id": "289242235",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:11:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H59U000S-83-S",
                    "shapeId": "850001"
                },
                "route": {
                    "id": "85",
                    "shortName": "85",
                    "longName": "Hochelaga",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39039",
                    "label": "39039",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 10,
                    "odometer": 0,
                    "speed": 36
                },
                "agencyId": 1,
                "currentStopSequence": 28,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574409625,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 1114
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.74688,
                    45.45017
                ]
            },
            "properties": {
                "trip": {
                    "id": "286060957",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "09:57:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H60U000S-80-S",
                    "shapeId": "2040001"
                },
                "route": {
                    "id": "204",
                    "shortName": "204",
                    "longName": "Cardinal",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "38075",
                    "label": "38075",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 37,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574411421,
                "lastSeenAt": 1752849091,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 1125
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66684,
                    45.56063
                ]
            },
            "properties": {
                "trip": {
                    "id": "286207226",
                    "shortName": null,
                    "headsign": "Est destination Georges-Baril / Henri-Bourassa",
                    "startTime": "09:53:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H58U000S-80-S",
                    "shapeId": "1460003"
                },
                "route": {
                    "id": "146",
                    "shortName": "146",
                    "longName": "Christophe-Colomb / Meilleur",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31137",
                    "label": "31137",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 206,
                    "odometer": 0,
                    "speed": 5
                },
                "agencyId": 1,
                "currentStopSequence": 32,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574412016,
                "lastSeenAt": 1752848884,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 1128
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.75159,
                    45.45713
                ]
            },
            "properties": {
                "trip": {
                    "id": "289199696",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "09:40:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H50U000S-82-S",
                    "shapeId": "7470002"
                },
                "route": {
                    "id": "747",
                    "shortName": "747",
                    "longName": "YUL Aéroport  / Centre-Ville",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39003",
                    "label": "39003",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 170,
                    "odometer": 0,
                    "speed": 14
                },
                "agencyId": 1,
                "currentStopSequence": 12,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574412022,
                "lastSeenAt": 1752848801,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 1129
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.65084,
                    45.43145
                ]
            },
            "properties": {
                "trip": {
                    "id": "289184545",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:14:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H56U000S-81-S",
                    "shapeId": "1950002"
                },
                "route": {
                    "id": "195",
                    "shortName": "195",
                    "longName": "Dorval / Angrignon",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29100",
                    "label": "29100",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 280,
                    "odometer": 0,
                    "speed": 19
                },
                "agencyId": 1,
                "currentStopSequence": 20,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574413506,
                "lastSeenAt": 1752849102,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 1134
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55817,
                    45.50733
                ]
            },
            "properties": {
                "trip": {
                    "id": "286207823",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "09:18:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H58U000S-80-S",
                    "shapeId": "550002"
                },
                "route": {
                    "id": "55",
                    "shortName": "55",
                    "longName": "Boulevard Saint-Laurent",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31210",
                    "label": "31210",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 301,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 47,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574415012,
                "lastSeenAt": 1752849085,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 1139
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61214,
                    45.44573
                ]
            },
            "properties": {
                "trip": {
                    "id": "289181834",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:08:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H56U000S-81-S",
                    "shapeId": "1060002"
                },
                "route": {
                    "id": "106",
                    "shortName": "106",
                    "longName": "Newman",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29052",
                    "label": "29052",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 43,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 25,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574417705,
                "lastSeenAt": 1752849096,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 1142
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.67159,
                    45.52361
                ]
            },
            "properties": {
                "trip": {
                    "id": "289197884",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "09:33:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H50U000S-82-S",
                    "shapeId": "1280002"
                },
                "route": {
                    "id": "128",
                    "shortName": "128",
                    "longName": "Saint-Laurent",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37102",
                    "label": "37102",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 73,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574426404,
                "lastSeenAt": 1752849099,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 1145
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5451,
                    45.66363
                ]
            },
            "properties": {
                "trip": {
                    "id": "289215702",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:20:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H54U000S-81-S",
                    "shapeId": "1830001"
                },
                "route": {
                    "id": "183",
                    "shortName": "183",
                    "longName": "Gouin Est",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39105",
                    "label": "39105",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 334,
                    "odometer": 0,
                    "speed": 36
                },
                "agencyId": 1,
                "currentStopSequence": 12,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574433604,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 1158
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.4818,
                    45.70107
                ]
            },
            "properties": {
                "trip": {
                    "id": "289215198",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:30:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H54U000S-81-S",
                    "shapeId": "860001"
                },
                "route": {
                    "id": "86",
                    "shortName": "86",
                    "longName": "Pointe-aux-Trembles",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30211",
                    "label": "30211",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 253,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 2,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574434202,
                "lastSeenAt": 1752849099,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 1168
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55167,
                    45.53331
                ]
            },
            "properties": {
                "trip": {
                    "id": "289243444",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "09:37:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H59U000S-83-S",
                    "shapeId": "850002"
                },
                "route": {
                    "id": "85",
                    "shortName": "85",
                    "longName": "Hochelaga",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31115",
                    "label": "31115",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 117,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 60,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574434506,
                "lastSeenAt": 1752848852,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 1187
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.86887,
                    45.47762
                ]
            },
            "properties": {
                "trip": {
                    "id": "286061308",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:21:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H60U000S-80-S",
                    "shapeId": "4680001"
                },
                "route": {
                    "id": "468",
                    "shortName": "468",
                    "longName": "Express Pierrefonds / Gouin",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "38065",
                    "label": "38065",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 46,
                    "odometer": 0,
                    "speed": 36
                },
                "agencyId": 1,
                "currentStopSequence": 9,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574434507,
                "lastSeenAt": 1752849094,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 1190
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.72341,
                    45.5313
                ]
            },
            "properties": {
                "trip": {
                    "id": "286207131",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:32:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H58U000S-80-S",
                    "shapeId": "1800001"
                },
                "route": {
                    "id": "180",
                    "shortName": "180",
                    "longName": "De Salaberry",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31136",
                    "label": "31136",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574434806,
                "lastSeenAt": 1752849099,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 1204
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59792,
                    45.53164
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201420",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:37:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H55U000S-81-S",
                    "shapeId": "1610002"
                },
                "route": {
                    "id": "161",
                    "shortName": "161",
                    "longName": "Van Horne",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "32003",
                    "label": "32003",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 33,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574435107,
                "lastSeenAt": 1752849093,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 1222
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60489,
                    45.55037
                ]
            },
            "properties": {
                "trip": {
                    "id": "289196636",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:13:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H50U000S-82-S",
                    "shapeId": "930003"
                },
                "route": {
                    "id": "93",
                    "shortName": "93",
                    "longName": "Jean-Talon",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37050",
                    "label": "37050",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 213,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 11,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574435107,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 1223
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.68038,
                    45.50188
                ]
            },
            "properties": {
                "trip": {
                    "id": "289199067",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:04:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H50U000S-82-S",
                    "shapeId": "1750001"
                },
                "route": {
                    "id": "175",
                    "shortName": "175",
                    "longName": "Griffith / Saint-François",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37066",
                    "label": "37066",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 42,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 39,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574435107,
                "lastSeenAt": 1752849090,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 1225
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58654,
                    45.52782
                ]
            },
            "properties": {
                "trip": {
                    "id": "289209895",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:10:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H57U000S-82-S",
                    "shapeId": "270001"
                },
                "route": {
                    "id": "27",
                    "shortName": "27",
                    "longName": "Boulevard Saint-Joseph",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30082",
                    "label": "30082",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 213,
                    "odometer": 0,
                    "speed": 32
                },
                "agencyId": 1,
                "currentStopSequence": 22,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574435403,
                "lastSeenAt": 1752848917,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 1233
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.68677,
                    45.51099
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059311",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:12:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H60U000S-80-S",
                    "shapeId": "1740002"
                },
                "route": {
                    "id": "174",
                    "shortName": "174",
                    "longName": "Côte-Vertu",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30249",
                    "label": "30249",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 17,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574435403,
                "lastSeenAt": 1752849091,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 1235
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57094,
                    45.50373
                ]
            },
            "properties": {
                "trip": {
                    "id": "289181600",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "09:37:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H56U000S-81-S",
                    "shapeId": "350021"
                },
                "route": {
                    "id": "35",
                    "shortName": "35",
                    "longName": "Griffintown",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30079",
                    "label": "30079",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 305,
                    "odometer": 0,
                    "speed": 16
                },
                "agencyId": 1,
                "currentStopSequence": 45,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574435706,
                "lastSeenAt": 1752849007,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 1253
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56122,
                    45.53623
                ]
            },
            "properties": {
                "trip": {
                    "id": "289243462",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "09:46:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H59U000S-83-S",
                    "shapeId": "1850001"
                },
                "route": {
                    "id": "185",
                    "shortName": "185",
                    "longName": "Sherbrooke",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31194",
                    "label": "31194",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 202,
                    "odometer": 0,
                    "speed": 29
                },
                "agencyId": 1,
                "currentStopSequence": 46,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574435709,
                "lastSeenAt": 1752849102,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 1260
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57148,
                    45.59118
                ]
            },
            "properties": {
                "trip": {
                    "id": "289216672",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "09:48:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H54U000S-81-S",
                    "shapeId": "330001"
                },
                "route": {
                    "id": "33",
                    "shortName": "33",
                    "longName": "Langelier",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "36002",
                    "label": "36002",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 110,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 42,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574435709,
                "lastSeenAt": 1752849104,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 1262
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66512,
                    45.52155
                ]
            },
            "properties": {
                "trip": {
                    "id": "289197827",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:31:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H50U000S-82-S",
                    "shapeId": "1280002"
                },
                "route": {
                    "id": "128",
                    "shortName": "128",
                    "longName": "Saint-Laurent",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37093",
                    "label": "37093",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 48,
                    "odometer": 0,
                    "speed": 12
                },
                "agencyId": 1,
                "currentStopSequence": 2,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574435710,
                "lastSeenAt": 1752849092,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 1265
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57114,
                    45.5047
                ]
            },
            "properties": {
                "trip": {
                    "id": "289242876",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:31:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H59U000S-83-S",
                    "shapeId": "1680001"
                },
                "route": {
                    "id": "168",
                    "shortName": "168",
                    "longName": "Cité-du-Havre",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39023",
                    "label": "39023",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 111,
                    "odometer": 0,
                    "speed": 12
                },
                "agencyId": 1,
                "currentStopSequence": 2,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574436008,
                "lastSeenAt": 1752849095,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 1289
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.49014,
                    45.68757
                ]
            },
            "properties": {
                "trip": {
                    "id": "289214873",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "09:47:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H54U000S-81-S",
                    "shapeId": "1890001"
                },
                "route": {
                    "id": "189",
                    "shortName": "189",
                    "longName": "Notre-Dame",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39074",
                    "label": "39074",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 31,
                    "odometer": 0,
                    "speed": 12
                },
                "agencyId": 1,
                "currentStopSequence": 58,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574436008,
                "lastSeenAt": 1752849088,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 1290
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59193,
                    45.61813
                ]
            },
            "properties": {
                "trip": {
                    "id": "289214752",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:17:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H54U000S-81-S",
                    "shapeId": "400001"
                },
                "route": {
                    "id": "40",
                    "shortName": "40",
                    "longName": "Henri-Bourassa-Est",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31145",
                    "label": "31145",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 46,
                    "odometer": 0,
                    "speed": 29
                },
                "agencyId": 1,
                "currentStopSequence": 10,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574436305,
                "lastSeenAt": 1752849092,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 1303
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.75018,
                    45.51241
                ]
            },
            "properties": {
                "trip": {
                    "id": "286060054",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:21:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H60U000S-80-S",
                    "shapeId": "680004"
                },
                "route": {
                    "id": "68",
                    "shortName": "68",
                    "longName": "Pierrefonds",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31189",
                    "label": "31189",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 236,
                    "odometer": 0,
                    "speed": 35
                },
                "agencyId": 1,
                "currentStopSequence": 15,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574436306,
                "lastSeenAt": 1752849098,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 1306
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.68082,
                    45.53458
                ]
            },
            "properties": {
                "trip": {
                    "id": "289198756",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:11:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H50U000S-82-S",
                    "shapeId": "1710001"
                },
                "route": {
                    "id": "171",
                    "shortName": "171",
                    "longName": "Henri-Bourassa",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37046",
                    "label": "37046",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 204,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 10,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574436308,
                "lastSeenAt": 1752849099,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 1313
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5824,
                    45.4958
                ]
            },
            "properties": {
                "trip": {
                    "id": "289243269",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "09:52:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H59U000S-83-S",
                    "shapeId": "240002"
                },
                "route": {
                    "id": "24",
                    "shortName": "24",
                    "longName": "Sherbrooke",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31080",
                    "label": "31080",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 209,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 29,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574436605,
                "lastSeenAt": 1752849092,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 1339
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6162,
                    45.47037
                ]
            },
            "properties": {
                "trip": {
                    "id": "289198850",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:22:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H50U000S-82-S",
                    "shapeId": "1050001"
                },
                "route": {
                    "id": "105",
                    "shortName": "105",
                    "longName": "Sherbrooke",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37072",
                    "label": "37072",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 5,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574436608,
                "lastSeenAt": 1752849099,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 1352
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63876,
                    45.55017
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201362",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "09:52:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H55U000S-81-S",
                    "shapeId": "300002"
                },
                "route": {
                    "id": "30",
                    "shortName": "30",
                    "longName": "Saint-Denis / Saint-Hubert",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29037",
                    "label": "29037",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 288,
                    "odometer": 0,
                    "speed": 26
                },
                "agencyId": 1,
                "currentStopSequence": 36,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574436906,
                "lastSeenAt": 1752849104,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 1366
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61492,
                    45.52046
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201380",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:23:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H55U000S-81-S",
                    "shapeId": "1610002"
                },
                "route": {
                    "id": "161",
                    "shortName": "161",
                    "longName": "Van Horne",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31044",
                    "label": "31044",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 6,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574436910,
                "lastSeenAt": 1752849104,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 1374
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58642,
                    45.48252
                ]
            },
            "properties": {
                "trip": {
                    "id": "289185899",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "09:40:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H56U000S-81-S",
                    "shapeId": "4250002"
                },
                "route": {
                    "id": "425",
                    "shortName": "425",
                    "longName": "Express Anse-à-l'Orme",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29117",
                    "label": "29117",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 125,
                    "odometer": 0,
                    "speed": 8
                },
                "agencyId": 1,
                "currentStopSequence": 33,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574437506,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 1427
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57785,
                    45.52216
                ]
            },
            "properties": {
                "trip": {
                    "id": "289242478",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:11:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H59U000S-83-S",
                    "shapeId": "290001"
                },
                "route": {
                    "id": "29",
                    "shortName": "29",
                    "longName": "Rachel",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39021",
                    "label": "39021",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 20,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574437514,
                "lastSeenAt": 1752849095,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 1443
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60495,
                    45.53395
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201768",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:28:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H55U000S-81-S",
                    "shapeId": "310002"
                },
                "route": {
                    "id": "31",
                    "shortName": "31",
                    "longName": "Saint-Denis",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30151",
                    "label": "30151",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 298,
                    "odometer": 0,
                    "speed": 22
                },
                "agencyId": 1,
                "currentStopSequence": 4,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574437808,
                "lastSeenAt": 1752849090,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 1471
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55843,
                    45.50062
                ]
            },
            "properties": {
                "trip": {
                    "id": "289241893",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:13:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H59U000S-83-S",
                    "shapeId": "500001"
                },
                "route": {
                    "id": "50",
                    "shortName": "50",
                    "longName": "Vieux-Montréal / Vieux-Port",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30203",
                    "label": "30203",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 114,
                    "odometer": 0,
                    "speed": 19
                },
                "agencyId": 1,
                "currentStopSequence": 12,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574437808,
                "lastSeenAt": 1752849089,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 1474
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.83673,
                    45.51308
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059089",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:09:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H60U000S-80-S",
                    "shapeId": "2050001"
                },
                "route": {
                    "id": "205",
                    "shortName": "205",
                    "longName": "Gouin",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31035",
                    "label": "31035",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 90,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 28,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574437810,
                "lastSeenAt": 1752849094,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 1480
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.54877,
                    45.5321
                ]
            },
            "properties": {
                "trip": {
                    "id": "936366",
                    "shortName": null,
                    "headsign": null,
                    "startTime": "08:39:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": null
                },
                "route": {
                    "id": "97",
                    "shortName": "97",
                    "longName": "Avenue-du-Mont-Royal",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31198",
                    "label": "31198",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 119,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 35,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574437813,
                "lastSeenAt": 1752849087,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 1486
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.70208,
                    45.53602
                ]
            },
            "properties": {
                "trip": {
                    "id": "289198727",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:00:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H50U000S-82-S",
                    "shapeId": "1710001"
                },
                "route": {
                    "id": "171",
                    "shortName": "171",
                    "longName": "Henri-Bourassa",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37083",
                    "label": "37083",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 48,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 2,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574437814,
                "lastSeenAt": 1752849093,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 1488
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55137,
                    45.54612
                ]
            },
            "properties": {
                "trip": {
                    "id": "289242740",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:06:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H59U000S-83-S",
                    "shapeId": "290003"
                },
                "route": {
                    "id": "29",
                    "shortName": "29",
                    "longName": "Rachel",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "38010",
                    "label": "38010",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 27,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574437814,
                "lastSeenAt": 1752849102,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 1490
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.43207,
                    45.43689
                ]
            },
            "properties": {
                "trip": {
                    "id": "289244513",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "09:59:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H59U000S-83-S",
                    "shapeId": "7210011"
                },
                "route": {
                    "id": "721",
                    "shortName": "721",
                    "longName": "Service spécial REM A1",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "38093",
                    "label": "38093",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 70,
                    "odometer": 0,
                    "speed": 45
                },
                "agencyId": 1,
                "currentStopSequence": 3,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574437815,
                "lastSeenAt": 1752848622,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 1491
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64288,
                    45.48874
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201623",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:19:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H55U000S-81-S",
                    "shapeId": "1610001"
                },
                "route": {
                    "id": "161",
                    "shortName": "161",
                    "longName": "Van Horne",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31104",
                    "label": "31104",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 33,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 19,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574438110,
                "lastSeenAt": 1752849104,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 1511
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59404,
                    45.5193
                ]
            },
            "properties": {
                "trip": {
                    "id": "289199632",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:09:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H50U000S-82-S",
                    "shapeId": "7110001"
                },
                "route": {
                    "id": "711",
                    "shortName": "711",
                    "longName": "Parc-du-Mont-Royal / Oratoire",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37025",
                    "label": "37025",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 305,
                    "odometer": 0,
                    "speed": 9
                },
                "agencyId": 1,
                "currentStopSequence": 21,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574438114,
                "lastSeenAt": 1752849087,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 1519
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.79019,
                    45.45514
                ]
            },
            "properties": {
                "trip": {
                    "id": "286061247",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:11:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H60U000S-80-S",
                    "shapeId": "2030001"
                },
                "route": {
                    "id": "203",
                    "shortName": "203",
                    "longName": "Carson",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "38084",
                    "label": "38084",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 225,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 21,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574438116,
                "lastSeenAt": 1752849089,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 1522
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61919,
                    45.45983
                ]
            },
            "properties": {
                "trip": {
                    "id": "289185762",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:24:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H56U000S-81-S",
                    "shapeId": "4960002"
                },
                "route": {
                    "id": "496",
                    "shortName": "496",
                    "longName": "Express Victoria",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "28081",
                    "label": "28081",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 234,
                    "odometer": 0,
                    "speed": 69
                },
                "agencyId": 1,
                "currentStopSequence": 2,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574438405,
                "lastSeenAt": 1752849088,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 1531
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56248,
                    45.46604
                ]
            },
            "properties": {
                "trip": {
                    "id": "289183303",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:03:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H56U000S-81-S",
                    "shapeId": "610004"
                },
                "route": {
                    "id": "61",
                    "shortName": "61",
                    "longName": "Wellington",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30026",
                    "label": "30026",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 195,
                    "odometer": 0,
                    "speed": 32
                },
                "agencyId": 1,
                "currentStopSequence": 27,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574438407,
                "lastSeenAt": 1752849095,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 1538
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.54651,
                    45.56185
                ]
            },
            "properties": {
                "trip": {
                    "id": "289243108",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "09:45:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H59U000S-83-S",
                    "shapeId": "1360002"
                },
                "route": {
                    "id": "136",
                    "shortName": "136",
                    "longName": "Viau",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "38033",
                    "label": "38033",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 31,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574438418,
                "lastSeenAt": 1752848738,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 1555
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5443,
                    45.59549
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201438",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:27:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H55U000S-81-S",
                    "shapeId": "180002"
                },
                "route": {
                    "id": "18",
                    "shortName": "18",
                    "longName": "Beaubien",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29043",
                    "label": "29043",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 299,
                    "odometer": 0,
                    "speed": 34
                },
                "agencyId": 1,
                "currentStopSequence": 4,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574438708,
                "lastSeenAt": 1752849104,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 1575
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.69225,
                    45.43836
                ]
            },
            "properties": {
                "trip": {
                    "id": "289183753",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "09:53:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H56U000S-81-S",
                    "shapeId": "1980001"
                },
                "route": {
                    "id": "198",
                    "shortName": "198",
                    "longName": "Broadway",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29095",
                    "label": "29095",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 175,
                    "odometer": 0,
                    "speed": 34
                },
                "agencyId": 1,
                "currentStopSequence": 36,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574438709,
                "lastSeenAt": 1752849087,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 1578
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60835,
                    45.4959
                ]
            },
            "properties": {
                "trip": {
                    "id": "289198684",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:20:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H50U000S-82-S",
                    "shapeId": "1660001"
                },
                "route": {
                    "id": "166",
                    "shortName": "166",
                    "longName": "Queen-Mary",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37065",
                    "label": "37065",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 13,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574438720,
                "lastSeenAt": 1752849095,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 1599
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66556,
                    45.50871
                ]
            },
            "properties": {
                "trip": {
                    "id": "289197741",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:00:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H50U000S-82-S",
                    "shapeId": "1240001"
                },
                "route": {
                    "id": "124",
                    "shortName": "124",
                    "longName": "Victoria",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37087",
                    "label": "37087",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 294,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 38,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574439019,
                "lastSeenAt": 1752849100,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 1620
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63886,
                    45.5764
                ]
            },
            "properties": {
                "trip": {
                    "id": "286207913",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "09:27:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H58U000S-80-S",
                    "shapeId": "1210001"
                },
                "route": {
                    "id": "121",
                    "shortName": "121",
                    "longName": "Sauvé / Côte-Vertu",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30849",
                    "label": "30849",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 31,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 48,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574439618,
                "lastSeenAt": 1752849093,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 1684
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53386,
                    45.52132
                ]
            },
            "properties": {
                "trip": {
                    "id": "289243918",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:43:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H59U000S-83-S",
                    "shapeId": "7670001"
                },
                "route": {
                    "id": "767",
                    "shortName": "767",
                    "longName": "La Ronde / Station Jean-Drapeau",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31094",
                    "label": "31094",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 5,
                "firstSeenAt": 1574439619,
                "lastSeenAt": 1752849104,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 1686
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.7211,
                    45.48608
                ]
            },
            "properties": {
                "trip": {
                    "id": "289197553",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:11:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H50U000S-82-S",
                    "shapeId": "1750002"
                },
                "route": {
                    "id": "175",
                    "shortName": "175",
                    "longName": "Griffith / Saint-François",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37022",
                    "label": "37022",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 312,
                    "odometer": 0,
                    "speed": 58
                },
                "agencyId": 1,
                "currentStopSequence": 22,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574439624,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 1696
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55726,
                    45.48766
                ]
            },
            "properties": {
                "trip": {
                    "id": "289242920",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:17:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H59U000S-83-S",
                    "shapeId": "740002"
                },
                "route": {
                    "id": "74",
                    "shortName": "74",
                    "longName": "Bridge",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "38031",
                    "label": "38031",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 7,
                    "odometer": 0,
                    "speed": 9
                },
                "agencyId": 1,
                "currentStopSequence": 7,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574439624,
                "lastSeenAt": 1752849088,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 1697
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61312,
                    45.47623
                ]
            },
            "properties": {
                "trip": {
                    "id": "289243535",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "09:42:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H59U000S-83-S",
                    "shapeId": "240002"
                },
                "route": {
                    "id": "24",
                    "shortName": "24",
                    "longName": "Sherbrooke",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39016",
                    "label": "39016",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 44,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574439625,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 1699
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.48025,
                    45.46529
                ]
            },
            "properties": {
                "trip": {
                    "id": "289210522",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:19:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H57U000S-82-S",
                    "shapeId": "7210011"
                },
                "route": {
                    "id": "721",
                    "shortName": "721",
                    "longName": "Service spécial REM A1",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30091",
                    "label": "30091",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 94,
                    "odometer": 0,
                    "speed": 78
                },
                "agencyId": 1,
                "currentStopSequence": 2,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574440215,
                "lastSeenAt": 1752849093,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 1748
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.75029,
                    45.49839
                ]
            },
            "properties": {
                "trip": {
                    "id": "286060236",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:07:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H60U000S-80-S",
                    "shapeId": "2250001"
                },
                "route": {
                    "id": "225",
                    "shortName": "225",
                    "longName": "Hymus",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30172",
                    "label": "30172",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 224,
                    "odometer": 0,
                    "speed": 45
                },
                "agencyId": 1,
                "currentStopSequence": 26,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574440216,
                "lastSeenAt": 1752849093,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 1750
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.8613,
                    45.4828
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059641",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "09:54:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H60U000S-80-S",
                    "shapeId": "680004"
                },
                "route": {
                    "id": "68",
                    "shortName": "68",
                    "longName": "Pierrefonds",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "38079",
                    "label": "38079",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 226,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 53,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574440227,
                "lastSeenAt": 1752849104,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 1763
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57234,
                    45.58277
                ]
            },
            "properties": {
                "trip": {
                    "id": "289216016",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:13:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H54U000S-81-S",
                    "shapeId": "320002"
                },
                "route": {
                    "id": "32",
                    "shortName": "32",
                    "longName": "Lacordaire",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39089",
                    "label": "39089",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 18,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574440227,
                "lastSeenAt": 1752849093,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 1764
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.51042,
                    45.65403
                ]
            },
            "properties": {
                "trip": {
                    "id": "289215516",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:18:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H54U000S-81-S",
                    "shapeId": "1860002"
                },
                "route": {
                    "id": "186",
                    "shortName": "186",
                    "longName": "Sherbrooke-Est",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30101",
                    "label": "30101",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 193,
                    "odometer": 0,
                    "speed": 14
                },
                "agencyId": 1,
                "currentStopSequence": 21,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574440515,
                "lastSeenAt": 1752849096,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 1788
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.85169,
                    45.49205
                ]
            },
            "properties": {
                "trip": {
                    "id": "286060752",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "09:46:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H60U000S-80-S",
                    "shapeId": "4680002"
                },
                "route": {
                    "id": "468",
                    "shortName": "468",
                    "longName": "Express Pierrefonds / Gouin",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30240",
                    "label": "30240",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 41,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574440517,
                "lastSeenAt": 1752849094,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 1793
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6412,
                    45.59733
                ]
            },
            "properties": {
                "trip": {
                    "id": "286209068",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "09:47:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H58U000S-80-S",
                    "shapeId": "690002"
                },
                "route": {
                    "id": "69",
                    "shortName": "69",
                    "longName": "Gouin",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30866",
                    "label": "30866",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 31,
                    "odometer": 0,
                    "speed": 45
                },
                "agencyId": 1,
                "currentStopSequence": 54,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574440519,
                "lastSeenAt": 1752849102,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 1795
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53163,
                    45.51205
                ]
            },
            "properties": {
                "trip": {
                    "id": "289244125",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:42:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H59U000S-83-S",
                    "shapeId": "7680001"
                },
                "route": {
                    "id": "768",
                    "shortName": "768",
                    "longName": "Plage Jean-Doré / Station Jean-Drapeau",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "38014",
                    "label": "38014",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574440527,
                "lastSeenAt": 1752849092,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 1804
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.54257,
                    45.58268
                ]
            },
            "properties": {
                "trip": {
                    "id": "289202117",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:31:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H55U000S-81-S",
                    "shapeId": "1970001"
                },
                "route": {
                    "id": "197",
                    "shortName": "197",
                    "longName": "Rosemont",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30226",
                    "label": "30226",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574440833,
                "lastSeenAt": 1752849088,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 1830
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5842,
                    45.62342
                ]
            },
            "properties": {
                "trip": {
                    "id": "289215567",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:09:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H54U000S-81-S",
                    "shapeId": "440001"
                },
                "route": {
                    "id": "44",
                    "shortName": "44",
                    "longName": "Armand-Bombardier",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31196",
                    "label": "31196",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 42,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 24,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574440845,
                "lastSeenAt": 1752849092,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 1840
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.75269,
                    45.49665
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059988",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:02:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H60U000S-80-S",
                    "shapeId": "2150002"
                },
                "route": {
                    "id": "215",
                    "shortName": "215",
                    "longName": "Henri-Bourassa",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "38077",
                    "label": "38077",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 27,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574440852,
                "lastSeenAt": 1752849087,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 1845
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.82806,
                    45.46815
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059465",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:30:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H60U000S-80-S",
                    "shapeId": "2080001"
                },
                "route": {
                    "id": "208",
                    "shortName": "208",
                    "longName": "Brunswick",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "38062",
                    "label": "38062",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 2,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574441153,
                "lastSeenAt": 1752849095,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 1874
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.54675,
                    45.56146
                ]
            },
            "properties": {
                "trip": {
                    "id": "289242674",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:48:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H59U000S-83-S",
                    "shapeId": "1250001"
                },
                "route": {
                    "id": "125",
                    "shortName": "125",
                    "longName": "Ontario",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31107",
                    "label": "31107",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574441442,
                "lastSeenAt": 1752849096,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 1901
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56522,
                    45.58979
                ]
            },
            "properties": {
                "trip": {
                    "id": "289216299",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:15:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H54U000S-81-S",
                    "shapeId": "330002"
                },
                "route": {
                    "id": "33",
                    "shortName": "33",
                    "longName": "Langelier",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "36033",
                    "label": "36033",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 289,
                    "odometer": 0,
                    "speed": 42
                },
                "agencyId": 1,
                "currentStopSequence": 18,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574441451,
                "lastSeenAt": 1752849099,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 1903
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.54599,
                    45.56889
                ]
            },
            "properties": {
                "trip": {
                    "id": "289242451",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "09:54:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H59U000S-83-S",
                    "shapeId": "220001"
                },
                "route": {
                    "id": "22",
                    "shortName": "22",
                    "longName": "Notre-Dame",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "38005",
                    "label": "38005",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 37,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574442059,
                "lastSeenAt": 1752849102,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 1981
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.80701,
                    45.4561
                ]
            },
            "properties": {
                "trip": {
                    "id": "286060950",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "09:36:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H60U000S-80-S",
                    "shapeId": "2010001"
                },
                "route": {
                    "id": "201",
                    "shortName": "201",
                    "longName": "Saint-Charles / Saint-Jean",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "38043",
                    "label": "38043",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 324,
                    "odometer": 0,
                    "speed": 45
                },
                "agencyId": 1,
                "currentStopSequence": 59,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574442060,
                "lastSeenAt": 1752849096,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 1982
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56837,
                    45.51882
                ]
            },
            "properties": {
                "trip": {
                    "id": "289202027",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:21:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H55U000S-81-S",
                    "shapeId": "300002"
                },
                "route": {
                    "id": "30",
                    "shortName": "30",
                    "longName": "Saint-Denis / Saint-Hubert",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29055",
                    "label": "29055",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 297,
                    "odometer": 0,
                    "speed": 19
                },
                "agencyId": 1,
                "currentStopSequence": 9,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574442629,
                "lastSeenAt": 1752849088,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 2021
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56837,
                    45.51491
                ]
            },
            "properties": {
                "trip": {
                    "id": "289243401",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:14:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H59U000S-83-S",
                    "shapeId": "240002"
                },
                "route": {
                    "id": "24",
                    "shortName": "24",
                    "longName": "Sherbrooke",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31055",
                    "label": "31055",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 16,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574442649,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 2027
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60073,
                    45.54954
                ]
            },
            "properties": {
                "trip": {
                    "id": "289202126",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:18:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H55U000S-81-S",
                    "shapeId": "950002"
                },
                "route": {
                    "id": "95",
                    "shortName": "95",
                    "longName": "Bélanger",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29023",
                    "label": "29023",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 31,
                    "odometer": 0,
                    "speed": 12
                },
                "agencyId": 1,
                "currentStopSequence": 10,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574442926,
                "lastSeenAt": 1752849096,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 2051
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57941,
                    45.4939
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201496",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:00:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H55U000S-81-S",
                    "shapeId": "660003"
                },
                "route": {
                    "id": "66",
                    "shortName": "66",
                    "longName": "The Boulevard",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30214",
                    "label": "30214",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 33,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574442941,
                "lastSeenAt": 1752849089,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 2058
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58773,
                    45.48625
                ]
            },
            "properties": {
                "trip": {
                    "id": "289182445",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:26:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H56U000S-81-S",
                    "shapeId": "630001"
                },
                "route": {
                    "id": "63",
                    "shortName": "63",
                    "longName": "Girouard",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30053",
                    "label": "30053",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 216,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 4,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574443238,
                "lastSeenAt": 1752849102,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 2080
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61868,
                    45.56775
                ]
            },
            "properties": {
                "trip": {
                    "id": "286207522",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:17:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H58U000S-80-S",
                    "shapeId": "670001"
                },
                "route": {
                    "id": "67",
                    "shortName": "67",
                    "longName": "Saint-Michel",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30827",
                    "label": "30827",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 122,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 14,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574443249,
                "lastSeenAt": 1752849090,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 2082
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60777,
                    45.54826
                ]
            },
            "properties": {
                "trip": {
                    "id": "286208824",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:00:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H58U000S-80-S",
                    "shapeId": "450001"
                },
                "route": {
                    "id": "45",
                    "shortName": "45",
                    "longName": "Papineau",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31036",
                    "label": "31036",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 43,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574443551,
                "lastSeenAt": 1752849088,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 2093
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63556,
                    45.54927
                ]
            },
            "properties": {
                "trip": {
                    "id": "289200797",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:21:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H55U000S-81-S",
                    "shapeId": "300001"
                },
                "route": {
                    "id": "30",
                    "shortName": "30",
                    "longName": "Saint-Denis / Saint-Hubert",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29038",
                    "label": "29038",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 112,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 11,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574443829,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 2102
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64387,
                    45.56575
                ]
            },
            "properties": {
                "trip": {
                    "id": "286208502",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "09:58:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H58U000S-80-S",
                    "shapeId": "540002"
                },
                "route": {
                    "id": "54",
                    "shortName": "54",
                    "longName": "Charland / Chabanel",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31125",
                    "label": "31125",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 31,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 38,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574443858,
                "lastSeenAt": 1752849090,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 2111
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57103,
                    45.53825
                ]
            },
            "properties": {
                "trip": {
                    "id": "289209576",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "09:00:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H57U000S-82-S",
                    "shapeId": "4270001"
                },
                "route": {
                    "id": "427",
                    "shortName": "427",
                    "longName": "Express Saint-Joseph",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30055",
                    "label": "30055",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 113,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 28,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574445025,
                "lastSeenAt": 1752849091,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 2143
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56696,
                    45.5775
                ]
            },
            "properties": {
                "trip": {
                    "id": "289200778",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "09:56:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H55U000S-81-S",
                    "shapeId": "180001"
                },
                "route": {
                    "id": "18",
                    "shortName": "18",
                    "longName": "Beaubien",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "32005",
                    "label": "32005",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 26,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 36,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574445040,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 2146
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.82526,
                    45.44043
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059750",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:13:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H60U000S-80-S",
                    "shapeId": "2010003"
                },
                "route": {
                    "id": "201",
                    "shortName": "201",
                    "longName": "Saint-Charles / Saint-Jean",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "38048",
                    "label": "38048",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 253,
                    "odometer": 0,
                    "speed": 72
                },
                "agencyId": 1,
                "currentStopSequence": 14,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574445042,
                "lastSeenAt": 1752849092,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 2153
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.8629,
                    45.49773
                ]
            },
            "properties": {
                "trip": {
                    "id": "286061333",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:04:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H60U000S-80-S",
                    "shapeId": "2070001"
                },
                "route": {
                    "id": "207",
                    "shortName": "207",
                    "longName": "Jacques-Bizard",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "38051",
                    "label": "38051",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 191,
                    "odometer": 0,
                    "speed": 9
                },
                "agencyId": 1,
                "currentStopSequence": 37,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574445042,
                "lastSeenAt": 1752849094,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 2154
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53559,
                    45.46964
                ]
            },
            "properties": {
                "trip": {
                    "id": "289244682",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:16:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H59U000S-83-S",
                    "shapeId": "1760012"
                },
                "route": {
                    "id": "176",
                    "shortName": "176",
                    "longName": "Berlioz",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39020",
                    "label": "39020",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 95,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 3,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574445043,
                "lastSeenAt": 1752849095,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 2156
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53571,
                    45.46828
                ]
            },
            "properties": {
                "trip": {
                    "id": "289243164",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:27:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H59U000S-83-S",
                    "shapeId": "1720001"
                },
                "route": {
                    "id": "172",
                    "shortName": "172",
                    "longName": "Du Golf",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39026",
                    "label": "39026",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 219,
                    "odometer": 0,
                    "speed": 9
                },
                "agencyId": 1,
                "currentStopSequence": 3,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574445043,
                "lastSeenAt": 1752849094,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 2157
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57435,
                    45.50407
                ]
            },
            "properties": {
                "trip": {
                    "id": "289242657",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:03:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H59U000S-83-S",
                    "shapeId": "240002"
                },
                "route": {
                    "id": "24",
                    "shortName": "24",
                    "longName": "Sherbrooke",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39038",
                    "label": "39038",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 23,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574445043,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 2159
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64273,
                    45.58698
                ]
            },
            "properties": {
                "trip": {
                    "id": "289214644",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "09:39:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H54U000S-81-S",
                    "shapeId": "430001"
                },
                "route": {
                    "id": "43",
                    "shortName": "43",
                    "longName": "Monselet",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39042",
                    "label": "39042",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 53,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574445043,
                "lastSeenAt": 1752849102,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 2160
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5826,
                    45.57816
                ]
            },
            "properties": {
                "trip": {
                    "id": "289225429",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:30:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H54U000S-81-S",
                    "shapeId": "8140001"
                },
                "route": {
                    "id": "814",
                    "shortName": "814",
                    "longName": "Jean-Talon Est / Bélanger",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39100",
                    "label": "39100",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 21,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 2,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574445044,
                "lastSeenAt": 1752849104,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 2162
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58313,
                    45.56374
                ]
            },
            "properties": {
                "trip": {
                    "id": "286206617",
                    "shortName": null,
                    "headsign": "Nord destination Cégep Marie-Victorin",
                    "startTime": "10:09:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H58U000S-80-S",
                    "shapeId": "4390003"
                },
                "route": {
                    "id": "439",
                    "shortName": "439",
                    "longName": "Express Pie-IX",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29846",
                    "label": "29846",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 293,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 13,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574445923,
                "lastSeenAt": 1752849091,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 2180
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.70511,
                    45.47855
                ]
            },
            "properties": {
                "trip": {
                    "id": "289198018",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "09:57:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H50U000S-82-S",
                    "shapeId": "1000001"
                },
                "route": {
                    "id": "100",
                    "shortName": "100",
                    "longName": "Crémazie",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37106",
                    "label": "37106",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 29,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574446838,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 2185
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55349,
                    45.52312
                ]
            },
            "properties": {
                "trip": {
                    "id": "286208580",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:30:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H58U000S-80-S",
                    "shapeId": "450001"
                },
                "route": {
                    "id": "45",
                    "shortName": "45",
                    "longName": "Papineau",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30208",
                    "label": "30208",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 121,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 2,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574447125,
                "lastSeenAt": 1752849087,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 2187
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62524,
                    45.60654
                ]
            },
            "properties": {
                "trip": {
                    "id": "286206745",
                    "shortName": null,
                    "headsign": "Nord destination Cégep Marie-Victorin",
                    "startTime": "09:39:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H58U000S-80-S",
                    "shapeId": "4390003"
                },
                "route": {
                    "id": "439",
                    "shortName": "439",
                    "longName": "Express Pie-IX",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31838",
                    "label": "31838",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 323,
                    "odometer": 0,
                    "speed": 30
                },
                "agencyId": 1,
                "currentStopSequence": 30,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574457626,
                "lastSeenAt": 1752849087,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 2195
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.89178,
                    45.46498
                ]
            },
            "properties": {
                "trip": {
                    "id": "289199287",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:37:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H50U000S-82-S",
                    "shapeId": "4700001"
                },
                "route": {
                    "id": "470",
                    "shortName": "470",
                    "longName": "Express Pierrefonds",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31806",
                    "label": "31806",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574469322,
                "lastSeenAt": 1752849104,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 2224
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61556,
                    45.47412
                ]
            },
            "properties": {
                "trip": {
                    "id": "286058945",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:20:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H60U000S-80-S",
                    "shapeId": "170001"
                },
                "route": {
                    "id": "17",
                    "shortName": "17",
                    "longName": "Décarie",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30177",
                    "label": "30177",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 296,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 11,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574471421,
                "lastSeenAt": 1752849091,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 2326
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60477,
                    45.47364
                ]
            },
            "properties": {
                "trip": {
                    "id": "289197131",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:05:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H50U000S-82-S",
                    "shapeId": "1050002"
                },
                "route": {
                    "id": "105",
                    "shortName": "105",
                    "longName": "Sherbrooke",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37024",
                    "label": "37024",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 40,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 19,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574475037,
                "lastSeenAt": 1752848639,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 2403
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.68065,
                    45.50985
                ]
            },
            "properties": {
                "trip": {
                    "id": "289196363",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:23:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H50U000S-82-S",
                    "shapeId": "160002"
                },
                "route": {
                    "id": "16",
                    "shortName": "16",
                    "longName": "Graham",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37085",
                    "label": "37085",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 40,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 11,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574477081,
                "lastSeenAt": 1752849097,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 2446
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62561,
                    45.5078
                ]
            },
            "properties": {
                "trip": {
                    "id": "289202100",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:03:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H55U000S-81-S",
                    "shapeId": "1610001"
                },
                "route": {
                    "id": "161",
                    "shortName": "161",
                    "longName": "Van Horne",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31024",
                    "label": "31024",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 30,
                    "odometer": 0,
                    "speed": 6
                },
                "agencyId": 1,
                "currentStopSequence": 31,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574479591,
                "lastSeenAt": 1752849089,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 2463
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53551,
                    45.46964
                ]
            },
            "properties": {
                "trip": {
                    "id": "289242294",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:15:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H59U000S-83-S",
                    "shapeId": "1720011"
                },
                "route": {
                    "id": "172",
                    "shortName": "172",
                    "longName": "Du Golf",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31070",
                    "label": "31070",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 271,
                    "odometer": 0,
                    "speed": 45
                },
                "agencyId": 1,
                "currentStopSequence": 19,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574526007,
                "lastSeenAt": 1752849047,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 2477
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57719,
                    45.65079
                ]
            },
            "properties": {
                "trip": {
                    "id": "289216208",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "09:38:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H54U000S-81-S",
                    "shapeId": "430002"
                },
                "route": {
                    "id": "43",
                    "shortName": "43",
                    "longName": "Monselet",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "36036",
                    "label": "36036",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 36,
                    "odometer": 0,
                    "speed": 15
                },
                "agencyId": 1,
                "currentStopSequence": 58,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574549297,
                "lastSeenAt": 1752849087,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 2490
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59146,
                    45.58358
                ]
            },
            "properties": {
                "trip": {
                    "id": "289214566",
                    "shortName": null,
                    "headsign": "Nord via Lacordaire / Perras",
                    "startTime": "10:18:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H54U000S-81-S",
                    "shapeId": "4320005"
                },
                "route": {
                    "id": "432",
                    "shortName": "432",
                    "longName": "Express Lacordaire",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30117",
                    "label": "30117",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 7,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574552771,
                "lastSeenAt": 1752849099,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 2493
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.72191,
                    45.49419
                ]
            },
            "properties": {
                "trip": {
                    "id": "286061006",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:21:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H60U000S-80-S",
                    "shapeId": "1770002"
                },
                "route": {
                    "id": "177",
                    "shortName": "177",
                    "longName": "Thimens",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31053",
                    "label": "31053",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 99,
                    "odometer": 0,
                    "speed": 45
                },
                "agencyId": 1,
                "currentStopSequence": 17,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574552891,
                "lastSeenAt": 1752849097,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 2494
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.69061,
                    45.51932
                ]
            },
            "properties": {
                "trip": {
                    "id": "286060555",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:28:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H60U000S-80-S",
                    "shapeId": "1700002"
                },
                "route": {
                    "id": "170",
                    "shortName": "170",
                    "longName": "Keller",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "38042",
                    "label": "38042",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 305,
                    "odometer": 0,
                    "speed": 6
                },
                "agencyId": 1,
                "currentStopSequence": 5,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574612406,
                "lastSeenAt": 1752849094,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 2501
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63541,
                    45.48293
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201653",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:34:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H55U000S-81-S",
                    "shapeId": "1290001"
                },
                "route": {
                    "id": "129",
                    "shortName": "129",
                    "longName": "Côte-Sainte-Catherine",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31017",
                    "label": "31017",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574634489,
                "lastSeenAt": 1752849099,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 2512
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61749,
                    45.56735
                ]
            },
            "properties": {
                "trip": {
                    "id": "286208397",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:02:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H58U000S-80-S",
                    "shapeId": "670002"
                },
                "route": {
                    "id": "67",
                    "shortName": "67",
                    "longName": "Saint-Michel",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30826",
                    "label": "30826",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 302,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 26,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574639652,
                "lastSeenAt": 1752849090,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 2514
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61379,
                    45.51261
                ]
            },
            "properties": {
                "trip": {
                    "id": "289200914",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:09:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H55U000S-81-S",
                    "shapeId": "1290001"
                },
                "route": {
                    "id": "129",
                    "shortName": "129",
                    "longName": "Côte-Sainte-Catherine",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30156",
                    "label": "30156",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 52,
                    "odometer": 0,
                    "speed": 9
                },
                "agencyId": 1,
                "currentStopSequence": 21,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574656449,
                "lastSeenAt": 1752849104,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 2517
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60971,
                    45.55235
                ]
            },
            "properties": {
                "trip": {
                    "id": "289241916",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:23:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H59U000S-83-S",
                    "shapeId": "100001"
                },
                "route": {
                    "id": "10",
                    "shortName": "10",
                    "longName": "De Lorimier",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31066",
                    "label": "31066",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 122,
                    "odometer": 0,
                    "speed": 45
                },
                "agencyId": 1,
                "currentStopSequence": 9,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574693162,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 2523
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.65546,
                    45.55159
                ]
            },
            "properties": {
                "trip": {
                    "id": "286208874",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "09:51:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H58U000S-80-S",
                    "shapeId": "1210001"
                },
                "route": {
                    "id": "121",
                    "shortName": "121",
                    "longName": "Sauvé / Côte-Vertu",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30807",
                    "label": "30807",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 20,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 33,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574695084,
                "lastSeenAt": 1752849088,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 2529
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.87849,
                    45.45454
                ]
            },
            "properties": {
                "trip": {
                    "id": "289199442",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "09:35:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H50U000S-82-S",
                    "shapeId": "4850001"
                },
                "route": {
                    "id": "485",
                    "shortName": "485",
                    "longName": "Express Antoine-Faucon",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37078",
                    "label": "37078",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 236,
                    "odometer": 0,
                    "speed": 63
                },
                "agencyId": 1,
                "currentStopSequence": 22,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574695326,
                "lastSeenAt": 1752849088,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 2531
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64149,
                    45.45451
                ]
            },
            "properties": {
                "trip": {
                    "id": "289197361",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:34:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H50U000S-82-S",
                    "shapeId": "1050002"
                },
                "route": {
                    "id": "105",
                    "shortName": "105",
                    "longName": "Sherbrooke",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37004",
                    "label": "37004",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 31,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574695930,
                "lastSeenAt": 1752849098,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 2532
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57246,
                    45.47381
                ]
            },
            "properties": {
                "trip": {
                    "id": "289183596",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:11:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H56U000S-81-S",
                    "shapeId": "1080001"
                },
                "route": {
                    "id": "108",
                    "shortName": "108",
                    "longName": "Bannantyne",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30076",
                    "label": "30076",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 346,
                    "odometer": 0,
                    "speed": 30
                },
                "agencyId": 1,
                "currentStopSequence": 20,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574697730,
                "lastSeenAt": 1752849104,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 2541
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53481,
                    45.54966
                ]
            },
            "properties": {
                "trip": {
                    "id": "289243493",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:04:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H59U000S-83-S",
                    "shapeId": "340001"
                },
                "route": {
                    "id": "34",
                    "shortName": "34",
                    "longName": "Sainte-Catherine",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31078",
                    "label": "31078",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 14,
                "currentStatus": 2,
                "congestionLevel": 3,
                "occupancyStatus": 2,
                "firstSeenAt": 1574700745,
                "lastSeenAt": 1752849091,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 2566
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55077,
                    45.48671
                ]
            },
            "properties": {
                "trip": {
                    "id": "289242986",
                    "shortName": null,
                    "headsign": "Sud via Wellington / Bridge",
                    "startTime": "10:21:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H59U000S-83-S",
                    "shapeId": "740001"
                },
                "route": {
                    "id": "74",
                    "shortName": "74",
                    "longName": "Bridge",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30251",
                    "label": "30251",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 97,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 12,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574702428,
                "lastSeenAt": 1752849093,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 2584
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58182,
                    45.57953
                ]
            },
            "properties": {
                "trip": {
                    "id": "289242424",
                    "shortName": null,
                    "headsign": "Nord destination Antonio-Dagenais / Lespinay",
                    "startTime": "10:05:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H59U000S-83-S",
                    "shapeId": "1310004"
                },
                "route": {
                    "id": "131",
                    "shortName": "131",
                    "longName": "De l'Assomption",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "38013",
                    "label": "38013",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 38,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 15,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574703523,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 2587
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53818,
                    45.66201
                ]
            },
            "properties": {
                "trip": {
                    "id": "289215895",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:46:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H54U000S-81-S",
                    "shapeId": "4490002"
                },
                "route": {
                    "id": "449",
                    "shortName": "449",
                    "longName": "Express Rivière-des-Prairies",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39073",
                    "label": "39073",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574704126,
                "lastSeenAt": 1752849096,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 2589
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55489,
                    45.51361
                ]
            },
            "properties": {
                "trip": {
                    "id": "289241874",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:25:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H59U000S-83-S",
                    "shapeId": "500009"
                },
                "route": {
                    "id": "50",
                    "shortName": "50",
                    "longName": "Vieux-Montréal / Vieux-Port",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31229",
                    "label": "31229",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 119,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 2,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574729902,
                "lastSeenAt": 1752849087,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 2607
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56593,
                    45.52263
                ]
            },
            "properties": {
                "trip": {
                    "id": "289242760",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "09:48:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H59U000S-83-S",
                    "shapeId": "240001"
                },
                "route": {
                    "id": "24",
                    "shortName": "24",
                    "longName": "Sherbrooke",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "38029",
                    "label": "38029",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 36,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574731834,
                "lastSeenAt": 1752849099,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 2613
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.51859,
                    45.62766
                ]
            },
            "properties": {
                "trip": {
                    "id": "289216357",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:21:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H54U000S-81-S",
                    "shapeId": "1870002"
                },
                "route": {
                    "id": "187",
                    "shortName": "187",
                    "longName": "René-Lévesque",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39071",
                    "label": "39071",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 20,
                    "odometer": 0,
                    "speed": 12
                },
                "agencyId": 1,
                "currentStopSequence": 8,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574732559,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 2617
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.68041,
                    45.50186
                ]
            },
            "properties": {
                "trip": {
                    "id": "286060134",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "09:34:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H60U000S-80-S",
                    "shapeId": "2020001"
                },
                "route": {
                    "id": "202",
                    "shortName": "202",
                    "longName": "Dawson",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "38061",
                    "label": "38061",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 43,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 65,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574736042,
                "lastSeenAt": 1752849092,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 2626
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5642,
                    45.6587
                ]
            },
            "properties": {
                "trip": {
                    "id": "289216418",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:27:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H54U000S-81-S",
                    "shapeId": "490001"
                },
                "route": {
                    "id": "49",
                    "shortName": "49",
                    "longName": "Maurice-Duplessis",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "36040",
                    "label": "36040",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 235,
                    "odometer": 0,
                    "speed": 14
                },
                "agencyId": 1,
                "currentStopSequence": 6,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574737122,
                "lastSeenAt": 1752849095,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 2630
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55231,
                    45.52406
                ]
            },
            "properties": {
                "trip": {
                    "id": "289243083",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:42:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H59U000S-83-S",
                    "shapeId": "1500001"
                },
                "route": {
                    "id": "150",
                    "shortName": "150",
                    "longName": "René-Lévesque",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "38025",
                    "label": "38025",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574737481,
                "lastSeenAt": 1752849092,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 2632
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.83083,
                    45.46526
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059241",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:31:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H60U000S-80-S",
                    "shapeId": "2000002"
                },
                "route": {
                    "id": "200",
                    "shortName": "200",
                    "longName": "Sainte-Anne-de-Bellevue",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "38050",
                    "label": "38050",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 2,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574781729,
                "lastSeenAt": 1752849096,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 2639
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58424,
                    45.43828
                ]
            },
            "properties": {
                "trip": {
                    "id": "289183461",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "09:56:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H56U000S-81-S",
                    "shapeId": "1070001"
                },
                "route": {
                    "id": "107",
                    "shortName": "107",
                    "longName": "Verdun",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29084",
                    "label": "29084",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 281,
                    "odometer": 0,
                    "speed": 29
                },
                "agencyId": 1,
                "currentStopSequence": 37,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574785091,
                "lastSeenAt": 1752849094,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 2651
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.84892,
                    45.4662
                ]
            },
            "properties": {
                "trip": {
                    "id": "289199504",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:17:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H50U000S-82-S",
                    "shapeId": "4850003"
                },
                "route": {
                    "id": "485",
                    "shortName": "485",
                    "longName": "Express Antoine-Faucon",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37089",
                    "label": "37089",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 54,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 15,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574787998,
                "lastSeenAt": 1752849102,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 2661
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59236,
                    45.48191
                ]
            },
            "properties": {
                "trip": {
                    "id": "289182729",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:23:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H56U000S-81-S",
                    "shapeId": "900002"
                },
                "route": {
                    "id": "90",
                    "shortName": "90",
                    "longName": "Saint-Jacques",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29119",
                    "label": "29119",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 221,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 7,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574865484,
                "lastSeenAt": 1752849098,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 2690
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64662,
                    45.59041
                ]
            },
            "properties": {
                "trip": {
                    "id": "289214424",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:37:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H54U000S-81-S",
                    "shapeId": "430002"
                },
                "route": {
                    "id": "43",
                    "shortName": "43",
                    "longName": "Monselet",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39131",
                    "label": "39131",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574904159,
                "lastSeenAt": 1752849099,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 2714
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66864,
                    45.55428
                ]
            },
            "properties": {
                "trip": {
                    "id": "289198997",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "09:54:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H50U000S-82-S",
                    "shapeId": "1710002"
                },
                "route": {
                    "id": "171",
                    "shortName": "171",
                    "longName": "Henri-Bourassa",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37016",
                    "label": "37016",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 18,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 34,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574904513,
                "lastSeenAt": 1752849094,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 2715
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.72737,
                    45.48806
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059688",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:14:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H60U000S-80-S",
                    "shapeId": "720001"
                },
                "route": {
                    "id": "72",
                    "shortName": "72",
                    "longName": "Alfred-Nobel",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "38041",
                    "label": "38041",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 5,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574907402,
                "lastSeenAt": 1752849096,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 2722
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58129,
                    45.61856
                ]
            },
            "properties": {
                "trip": {
                    "id": "289216235",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "09:39:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H54U000S-81-S",
                    "shapeId": "280001"
                },
                "route": {
                    "id": "28",
                    "shortName": "28",
                    "longName": "Honoré-Beaugrand",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "36006",
                    "label": "36006",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 301,
                    "odometer": 0,
                    "speed": 6
                },
                "agencyId": 1,
                "currentStopSequence": 47,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574958386,
                "lastSeenAt": 1752849095,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 2744
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.48846,
                    45.69257
                ]
            },
            "properties": {
                "trip": {
                    "id": "289215962",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:26:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H54U000S-81-S",
                    "shapeId": "1890002"
                },
                "route": {
                    "id": "189",
                    "shortName": "189",
                    "longName": "Notre-Dame",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39093",
                    "label": "39093",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 190,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 5,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574960088,
                "lastSeenAt": 1752849089,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 2745
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.81047,
                    45.44363
                ]
            },
            "properties": {
                "trip": {
                    "id": "289199520",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:06:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H50U000S-82-S",
                    "shapeId": "4850001"
                },
                "route": {
                    "id": "485",
                    "shortName": "485",
                    "longName": "Express Antoine-Faucon",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37100",
                    "label": "37100",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 267,
                    "odometer": 0,
                    "speed": 45
                },
                "agencyId": 1,
                "currentStopSequence": 3,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574961399,
                "lastSeenAt": 1752849100,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 2747
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.51431,
                    45.57864
                ]
            },
            "properties": {
                "trip": {
                    "id": "289214710",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:45:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H54U000S-81-S",
                    "shapeId": "330002"
                },
                "route": {
                    "id": "33",
                    "shortName": "33",
                    "longName": "Langelier",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39129",
                    "label": "39129",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574991279,
                "lastSeenAt": 1752849102,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 2759
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63393,
                    45.58752
                ]
            },
            "properties": {
                "trip": {
                    "id": "286206675",
                    "shortName": null,
                    "headsign": "Sud destination Pie-IX / Notre-Dame",
                    "startTime": "10:16:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H58U000S-80-S",
                    "shapeId": "4390001"
                },
                "route": {
                    "id": "439",
                    "shortName": "439",
                    "longName": "Express Pie-IX",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30865",
                    "label": "30865",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 6,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574993554,
                "lastSeenAt": 1752849088,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 2762
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57027,
                    45.57053
                ]
            },
            "properties": {
                "trip": {
                    "id": "286653902",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:10:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H59U000S-81-S",
                    "shapeId": "8110001"
                },
                "route": {
                    "id": "811",
                    "shortName": "811",
                    "longName": "Navette Services santé",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "38002",
                    "label": "38002",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 293,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 8,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574994521,
                "lastSeenAt": 1752849094,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 2763
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.82659,
                    45.46507
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059662",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "09:30:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H60U000S-80-S",
                    "shapeId": "2020002"
                },
                "route": {
                    "id": "202",
                    "shortName": "202",
                    "longName": "Dawson",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30180",
                    "label": "30180",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 325,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 67,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1575000979,
                "lastSeenAt": 1752849090,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 2770
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.49846,
                    45.68829
                ]
            },
            "properties": {
                "trip": {
                    "id": "289214538",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "09:59:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H54U000S-81-S",
                    "shapeId": "1860001"
                },
                "route": {
                    "id": "186",
                    "shortName": "186",
                    "longName": "Sherbrooke-Est",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30130",
                    "label": "30130",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 13,
                    "odometer": 0,
                    "speed": 45
                },
                "agencyId": 1,
                "currentStopSequence": 42,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1575041526,
                "lastSeenAt": 1752849096,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 2772
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64924,
                    45.47062
                ]
            },
            "properties": {
                "trip": {
                    "id": "289197007",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:15:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H50U000S-82-S",
                    "shapeId": "1030002"
                },
                "route": {
                    "id": "103",
                    "shortName": "103",
                    "longName": "Monkland",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37101",
                    "label": "37101",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 214,
                    "odometer": 0,
                    "speed": 36
                },
                "agencyId": 1,
                "currentStopSequence": 17,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1575042132,
                "lastSeenAt": 1752849096,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 2774
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64938,
                    45.47954
                ]
            },
            "properties": {
                "trip": {
                    "id": "289202168",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "09:57:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H55U000S-81-S",
                    "shapeId": "1610002"
                },
                "route": {
                    "id": "161",
                    "shortName": "161",
                    "longName": "Van Horne",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "32007",
                    "label": "32007",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 212,
                    "odometer": 0,
                    "speed": 37
                },
                "agencyId": 1,
                "currentStopSequence": 31,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1575043216,
                "lastSeenAt": 1752849087,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 2776
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5704,
                    45.51023
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201084",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:20:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H55U000S-81-S",
                    "shapeId": "1440001"
                },
                "route": {
                    "id": "144",
                    "shortName": "144",
                    "longName": "Avenue des Pins",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31086",
                    "label": "31086",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 185,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 6,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1575075862,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 2790
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.70885,
                    45.47833
                ]
            },
            "properties": {
                "trip": {
                    "id": "289198976",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:40:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H50U000S-82-S",
                    "shapeId": "1000002"
                },
                "route": {
                    "id": "100",
                    "shortName": "100",
                    "longName": "Crémazie",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37026",
                    "label": "37026",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 310,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1575079238,
                "lastSeenAt": 1752849091,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 2798
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.69776,
                    45.53907
                ]
            },
            "properties": {
                "trip": {
                    "id": "286207298",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:03:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H58U000S-80-S",
                    "shapeId": "1800002"
                },
                "route": {
                    "id": "180",
                    "shortName": "180",
                    "longName": "De Salaberry",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31128",
                    "label": "31128",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 224,
                    "odometer": 0,
                    "speed": 30
                },
                "agencyId": 1,
                "currentStopSequence": 21,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1575081758,
                "lastSeenAt": 1752849100,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 2802
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56782,
                    45.50941
                ]
            },
            "properties": {
                "trip": {
                    "id": "289198514",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "09:49:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H50U000S-82-S",
                    "shapeId": "800001"
                },
                "route": {
                    "id": "80",
                    "shortName": "80",
                    "longName": "Avenue du Parc",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "33823",
                    "label": "33823",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 216,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 30,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1575168014,
                "lastSeenAt": 1752849083,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 2817
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55136,
                    45.54692
                ]
            },
            "properties": {
                "trip": {
                    "id": "286207549",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:36:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H58U000S-80-S",
                    "shapeId": "670002"
                },
                "route": {
                    "id": "67",
                    "shortName": "67",
                    "longName": "Saint-Michel",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31200",
                    "label": "31200",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 204,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1575302054,
                "lastSeenAt": 1752849090,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 2828
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.67007,
                    45.44676
                ]
            },
            "properties": {
                "trip": {
                    "id": "289199789",
                    "shortName": null,
                    "headsign": "Est trajet 1 gare d’autocars de Montréal.",
                    "startTime": "10:23:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H50U000S-82-S",
                    "shapeId": "7470001"
                },
                "route": {
                    "id": "747",
                    "shortName": "747",
                    "longName": "YUL Aéroport  / Centre-Ville",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37061",
                    "label": "37061",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 118,
                    "odometer": 0,
                    "speed": 45
                },
                "agencyId": 1,
                "currentStopSequence": 2,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1575306399,
                "lastSeenAt": 1752849104,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 2831
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61926,
                    45.55579
                ]
            },
            "properties": {
                "trip": {
                    "id": "289214462",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "09:50:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H54U000S-81-S",
                    "shapeId": "1920001"
                },
                "route": {
                    "id": "192",
                    "shortName": "192",
                    "longName": "Robert",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39062",
                    "label": "39062",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 41,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1575307964,
                "lastSeenAt": 1752849096,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 2835
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63859,
                    45.60675
                ]
            },
            "properties": {
                "trip": {
                    "id": "286207031",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:45:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H58U000S-80-S",
                    "shapeId": "1400002"
                },
                "route": {
                    "id": "140",
                    "shortName": "140",
                    "longName": "Fleury",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31206",
                    "label": "31206",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 188,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1575387129,
                "lastSeenAt": 1752849087,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 2851
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58633,
                    45.54169
                ]
            },
            "properties": {
                "trip": {
                    "id": "289242104",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:16:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H59U000S-83-S",
                    "shapeId": "100002"
                },
                "route": {
                    "id": "10",
                    "shortName": "10",
                    "longName": "De Lorimier",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39027",
                    "label": "39027",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 15,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1575391835,
                "lastSeenAt": 1752849097,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 2855
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53384,
                    45.59864
                ]
            },
            "properties": {
                "trip": {
                    "id": "289214686",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "09:53:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H54U000S-81-S",
                    "shapeId": "1870001"
                },
                "route": {
                    "id": "187",
                    "shortName": "187",
                    "longName": "René-Lévesque",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30122",
                    "label": "30122",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 203,
                    "odometer": 0,
                    "speed": 63
                },
                "agencyId": 1,
                "currentStopSequence": 44,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1575392781,
                "lastSeenAt": 1752848813,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 2859
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63042,
                    45.50288
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201928",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:10:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H55U000S-81-S",
                    "shapeId": "1610002"
                },
                "route": {
                    "id": "161",
                    "shortName": "161",
                    "longName": "Van Horne",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29065",
                    "label": "29065",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 203,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 18,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1575396861,
                "lastSeenAt": 1752849104,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 2867
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61124,
                    45.56461
                ]
            },
            "properties": {
                "trip": {
                    "id": "286207683",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:10:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H58U000S-80-S",
                    "shapeId": "4670002"
                },
                "route": {
                    "id": "467",
                    "shortName": "467",
                    "longName": "Express Saint-Michel",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30877",
                    "label": "30877",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 302,
                    "odometer": 0,
                    "speed": 45
                },
                "agencyId": 1,
                "currentStopSequence": 11,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1575421944,
                "lastSeenAt": 1752849099,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 2870
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53414,
                    45.59782
                ]
            },
            "properties": {
                "trip": {
                    "id": "289216106",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:30:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H54U000S-81-S",
                    "shapeId": "1860001"
                },
                "route": {
                    "id": "186",
                    "shortName": "186",
                    "longName": "Sherbrooke-Est",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31022",
                    "label": "31022",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 22,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 2,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1575428311,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 2879
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66125,
                    45.53468
                ]
            },
            "properties": {
                "trip": {
                    "id": "289202061",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:09:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H55U000S-81-S",
                    "shapeId": "1790002"
                },
                "route": {
                    "id": "179",
                    "shortName": "179",
                    "longName": "De l'Acadie",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30225",
                    "label": "30225",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 291,
                    "odometer": 0,
                    "speed": 25
                },
                "agencyId": 1,
                "currentStopSequence": 22,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1575479306,
                "lastSeenAt": 1752849087,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 2888
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.8217,
                    45.46564
                ]
            },
            "properties": {
                "trip": {
                    "id": "289199250",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "09:52:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H50U000S-82-S",
                    "shapeId": "4700001"
                },
                "route": {
                    "id": "470",
                    "shortName": "470",
                    "longName": "Express Pierrefonds",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29810",
                    "label": "29810",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 54,
                    "odometer": 0,
                    "speed": 72
                },
                "agencyId": 1,
                "currentStopSequence": 24,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1575481582,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 2894
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58349,
                    45.55824
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201819",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:08:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H55U000S-81-S",
                    "shapeId": "180001"
                },
                "route": {
                    "id": "18",
                    "shortName": "18",
                    "longName": "Beaubien",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29057",
                    "label": "29057",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 38,
                    "odometer": 0,
                    "speed": 1
                },
                "agencyId": 1,
                "currentStopSequence": 22,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1575509902,
                "lastSeenAt": 1752849099,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 2900
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.432,
                    45.43693
                ]
            },
            "properties": {
                "trip": {
                    "id": "289200339",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "09:29:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H50U000S-82-S",
                    "shapeId": "7210010"
                },
                "route": {
                    "id": "721",
                    "shortName": "721",
                    "longName": "Service spécial REM A1",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37068",
                    "label": "37068",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 72,
                    "odometer": 0,
                    "speed": 36
                },
                "agencyId": 1,
                "currentStopSequence": 4,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1575562823,
                "lastSeenAt": 1752849095,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 2917
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56804,
                    45.50105
                ]
            },
            "properties": {
                "trip": {
                    "id": "289243601",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:20:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H59U000S-83-S",
                    "shapeId": "1500002"
                },
                "route": {
                    "id": "150",
                    "shortName": "150",
                    "longName": "René-Lévesque",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30223",
                    "label": "30223",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 31,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 9,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1575594623,
                "lastSeenAt": 1752849091,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 2928
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60287,
                    45.56646
                ]
            },
            "properties": {
                "trip": {
                    "id": "289216058",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:16:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H54U000S-81-S",
                    "shapeId": "1920002"
                },
                "route": {
                    "id": "192",
                    "shortName": "192",
                    "longName": "Robert",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39138",
                    "label": "39138",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 14,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1575598005,
                "lastSeenAt": 1752849098,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 2931
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.70244,
                    45.49937
                ]
            },
            "properties": {
                "trip": {
                    "id": "286209043",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:27:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H58U000S-80-S",
                    "shapeId": "1210001"
                },
                "route": {
                    "id": "121",
                    "shortName": "121",
                    "longName": "Sauvé / Côte-Vertu",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30820",
                    "label": "30820",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 132,
                    "odometer": 0,
                    "speed": 24
                },
                "agencyId": 1,
                "currentStopSequence": 6,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1575650303,
                "lastSeenAt": 1752849099,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 2940
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6357,
                    45.60562
                ]
            },
            "properties": {
                "trip": {
                    "id": "289215912",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:11:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H54U000S-81-S",
                    "shapeId": "490002"
                },
                "route": {
                    "id": "49",
                    "shortName": "49",
                    "longName": "Maurice-Duplessis",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "32015",
                    "label": "32015",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 20,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 9,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1575683434,
                "lastSeenAt": 1752849088,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 2953
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.88875,
                    45.43882
                ]
            },
            "properties": {
                "trip": {
                    "id": "289185719",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "08:59:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H56U000S-81-S",
                    "shapeId": "610005"
                },
                "route": {
                    "id": "61",
                    "shortName": "61",
                    "longName": "Wellington",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29148",
                    "label": "29148",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 245,
                    "odometer": 0,
                    "speed": 56
                },
                "agencyId": 1,
                "currentStopSequence": 52,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1575747486,
                "lastSeenAt": 1752849094,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 2961
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.51817,
                    45.64957
                ]
            },
            "properties": {
                "trip": {
                    "id": "289214669",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:02:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H54U000S-81-S",
                    "shapeId": "860001"
                },
                "route": {
                    "id": "86",
                    "shortName": "86",
                    "longName": "Pointe-aux-Trembles",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30159",
                    "label": "30159",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 193,
                    "odometer": 0,
                    "speed": 45
                },
                "agencyId": 1,
                "currentStopSequence": 57,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1575910458,
                "lastSeenAt": 1752849099,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 2978
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62327,
                    45.49677
                ]
            },
            "properties": {
                "trip": {
                    "id": "289198373",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:15:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H50U000S-82-S",
                    "shapeId": "1650002"
                },
                "route": {
                    "id": "165",
                    "shortName": "165",
                    "longName": "Côte-des-Neiges",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31814",
                    "label": "31814",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 18,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1575919820,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 2983
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61969,
                    45.60521
                ]
            },
            "properties": {
                "trip": {
                    "id": "289216141",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:58:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H54U000S-81-S",
                    "shapeId": "400001"
                },
                "route": {
                    "id": "40",
                    "shortName": "40",
                    "longName": "Henri-Bourassa-Est",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39149",
                    "label": "39149",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1575945044,
                "lastSeenAt": 1752849094,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 2993
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60345,
                    45.43463
                ]
            },
            "properties": {
                "trip": {
                    "id": "289182327",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:05:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H56U000S-81-S",
                    "shapeId": "1130002"
                },
                "route": {
                    "id": "113",
                    "shortName": "113",
                    "longName": "Lapierre",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30028",
                    "label": "30028",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 119,
                    "odometer": 0,
                    "speed": 3
                },
                "agencyId": 1,
                "currentStopSequence": 26,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1575991447,
                "lastSeenAt": 1752849102,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 2995
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60517,
                    45.4733
                ]
            },
            "properties": {
                "trip": {
                    "id": "289197186",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:14:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H50U000S-82-S",
                    "shapeId": "1050002"
                },
                "route": {
                    "id": "105",
                    "shortName": "105",
                    "longName": "Sherbrooke",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37094",
                    "label": "37094",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 24,
                    "odometer": 0,
                    "speed": 9
                },
                "agencyId": 1,
                "currentStopSequence": 19,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1575999043,
                "lastSeenAt": 1752849044,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 3001
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.71355,
                    45.52367
                ]
            },
            "properties": {
                "trip": {
                    "id": "286061200",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:13:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H60U000S-80-S",
                    "shapeId": "1640001"
                },
                "route": {
                    "id": "164",
                    "shortName": "164",
                    "longName": "Dudemaine",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31057",
                    "label": "31057",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 38,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 24,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1576027709,
                "lastSeenAt": 1752849086,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 3006
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59724,
                    45.55361
                ]
            },
            "properties": {
                "trip": {
                    "id": "289200892",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "09:59:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H55U000S-81-S",
                    "shapeId": "950001"
                },
                "route": {
                    "id": "95",
                    "shortName": "95",
                    "longName": "Bélanger",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30224",
                    "label": "30224",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 211,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 31,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1576028427,
                "lastSeenAt": 1752849093,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 3007
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55176,
                    45.52547
                ]
            },
            "properties": {
                "trip": {
                    "id": "289230615",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:15:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H59U000S-83-S",
                    "shapeId": "7690019"
                },
                "route": {
                    "id": "769",
                    "shortName": "769",
                    "longName": "La Ronde / Station Papineau",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31179",
                    "label": "31179",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 124,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 2,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1576083519,
                "lastSeenAt": 1752849093,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 3010
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56004,
                    45.51084
                ]
            },
            "properties": {
                "trip": {
                    "id": "289199821",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:26:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H50U000S-82-S",
                    "shapeId": "7470002"
                },
                "route": {
                    "id": "747",
                    "shortName": "747",
                    "longName": "YUL Aéroport  / Centre-Ville",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37063",
                    "label": "37063",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 3,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1576085805,
                "lastSeenAt": 1752849092,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 3014
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56545,
                    45.50558
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201985",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "09:44:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H55U000S-81-S",
                    "shapeId": "1290001"
                },
                "route": {
                    "id": "129",
                    "shortName": "129",
                    "longName": "Côte-Sainte-Catherine",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30164",
                    "label": "30164",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 142,
                    "odometer": 0,
                    "speed": 9
                },
                "agencyId": 1,
                "currentStopSequence": 39,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1576114346,
                "lastSeenAt": 1752849102,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 3021
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6619,
                    45.47554
                ]
            },
            "properties": {
                "trip": {
                    "id": "289198072",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:38:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H50U000S-82-S",
                    "shapeId": "1620001"
                },
                "route": {
                    "id": "162",
                    "shortName": "162",
                    "longName": "Westminster",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37019",
                    "label": "37019",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 208,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1576118923,
                "lastSeenAt": 1752849088,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 3023
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59446,
                    45.51901
                ]
            },
            "properties": {
                "trip": {
                    "id": "289196446",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:06:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H50U000S-82-S",
                    "shapeId": "800001"
                },
                "route": {
                    "id": "80",
                    "shortName": "80",
                    "longName": "Avenue du Parc",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "33826",
                    "label": "33826",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 115,
                    "odometer": 0,
                    "speed": 17
                },
                "agencyId": 1,
                "currentStopSequence": 19,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1576168949,
                "lastSeenAt": 1752849090,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 3026
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53946,
                    45.66085
                ]
            },
            "properties": {
                "trip": {
                    "id": "289216711",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "09:30:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H54U000S-81-S",
                    "shapeId": "490002"
                },
                "route": {
                    "id": "49",
                    "shortName": "49",
                    "longName": "Maurice-Duplessis",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30135",
                    "label": "30135",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 229,
                    "odometer": 0,
                    "speed": 36
                },
                "agencyId": 1,
                "currentStopSequence": 57,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1576176860,
                "lastSeenAt": 1752849090,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 3031
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60933,
                    45.60164
                ]
            },
            "properties": {
                "trip": {
                    "id": "289214971",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "09:58:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H54U000S-81-S",
                    "shapeId": "330002"
                },
                "route": {
                    "id": "33",
                    "shortName": "33",
                    "longName": "Langelier",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39141",
                    "label": "39141",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 215,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 37,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1576179744,
                "lastSeenAt": 1752849097,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 3033
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64805,
                    45.42542
                ]
            },
            "properties": {
                "trip": {
                    "id": "289183844",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:31:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H56U000S-81-S",
                    "shapeId": "1120001"
                },
                "route": {
                    "id": "112",
                    "shortName": "112",
                    "longName": "Airlie",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "27529",
                    "label": "27529",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 14,
                    "odometer": 0,
                    "speed": 10
                },
                "agencyId": 1,
                "currentStopSequence": 2,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1576200974,
                "lastSeenAt": 1752849093,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3040
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57883,
                    45.4955
                ]
            },
            "properties": {
                "trip": {
                    "id": "289196463",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "09:46:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H50U000S-82-S",
                    "shapeId": "1650001"
                },
                "route": {
                    "id": "165",
                    "shortName": "165",
                    "longName": "Côte-des-Neiges",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "33810",
                    "label": "33810",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 35,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1576251852,
                "lastSeenAt": 1752848586,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 3049
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66254,
                    45.56252
                ]
            },
            "properties": {
                "trip": {
                    "id": "289214844",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:31:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H54U000S-81-S",
                    "shapeId": "490002"
                },
                "route": {
                    "id": "49",
                    "shortName": "49",
                    "longName": "Maurice-Duplessis",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30192",
                    "label": "30192",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 2,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1576277895,
                "lastSeenAt": 1752849104,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 3059
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.67103,
                    45.45776
                ]
            },
            "properties": {
                "trip": {
                    "id": "289200936",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "09:45:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H55U000S-81-S",
                    "shapeId": "1610002"
                },
                "route": {
                    "id": "161",
                    "shortName": "161",
                    "longName": "Van Horne",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31023",
                    "label": "31023",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 45,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1576285342,
                "lastSeenAt": 1752849100,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 3060
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6449,
                    45.46545
                ]
            },
            "properties": {
                "trip": {
                    "id": "289209325",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "09:44:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H57U000S-82-S",
                    "shapeId": "510002"
                },
                "route": {
                    "id": "51",
                    "shortName": "51",
                    "longName": "Édouard-Montpetit",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30035",
                    "label": "30035",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 212,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 44,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1576285584,
                "lastSeenAt": 1752849098,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 3061
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.54403,
                    45.45584
                ]
            },
            "properties": {
                "trip": {
                    "id": "289181435",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "09:50:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H56U000S-81-S",
                    "shapeId": "120002"
                },
                "route": {
                    "id": "12",
                    "shortName": "12",
                    "longName": "Île-des-Soeurs",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30071",
                    "label": "30071",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 223,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 27,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1576287146,
                "lastSeenAt": 1752849104,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 3063
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60962,
                    45.42856
                ]
            },
            "properties": {
                "trip": {
                    "id": "289183695",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:23:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H56U000S-81-S",
                    "shapeId": "1980001"
                },
                "route": {
                    "id": "198",
                    "shortName": "198",
                    "longName": "Broadway",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29078",
                    "label": "29078",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 233,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 4,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1576376047,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3070
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6042,
                    45.47364
                ]
            },
            "properties": {
                "trip": {
                    "id": "289197711",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:30:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H50U000S-82-S",
                    "shapeId": "1240001"
                },
                "route": {
                    "id": "124",
                    "shortName": "124",
                    "longName": "Victoria",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37105",
                    "label": "37105",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 2,
                "currentStatus": 2,
                "congestionLevel": 3,
                "occupancyStatus": 1,
                "firstSeenAt": 1576424765,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 3071
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.67067,
                    45.50979
                ]
            },
            "properties": {
                "trip": {
                    "id": "286061171",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:09:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H60U000S-80-S",
                    "shapeId": "1170001"
                },
                "route": {
                    "id": "117",
                    "shortName": "117",
                    "longName": "O'Brien",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30238",
                    "label": "30238",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 213,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 22,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1576546106,
                "lastSeenAt": 1752848891,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 3077
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62585,
                    45.4443
                ]
            },
            "properties": {
                "trip": {
                    "id": "289184491",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "09:43:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H56U000S-81-S",
                    "shapeId": "1950001"
                },
                "route": {
                    "id": "195",
                    "shortName": "195",
                    "longName": "Dorval / Angrignon",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30011",
                    "label": "30011",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 50,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 51,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1576547186,
                "lastSeenAt": 1752849104,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3080
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57594,
                    45.49276
                ]
            },
            "properties": {
                "trip": {
                    "id": "289198331",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "09:55:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H50U000S-82-S",
                    "shapeId": "1650001"
                },
                "route": {
                    "id": "165",
                    "shortName": "165",
                    "longName": "Côte-des-Neiges",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31810",
                    "label": "31810",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 33,
                    "odometer": 0,
                    "speed": 45
                },
                "agencyId": 1,
                "currentStopSequence": 34,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1576599623,
                "lastSeenAt": 1752849095,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 3084
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63646,
                    45.57591
                ]
            },
            "properties": {
                "trip": {
                    "id": "286208179",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:24:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H58U000S-80-S",
                    "shapeId": "4670001"
                },
                "route": {
                    "id": "467",
                    "shortName": "467",
                    "longName": "Express Saint-Michel",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "32810",
                    "label": "32810",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 121,
                    "odometer": 0,
                    "speed": 44
                },
                "agencyId": 1,
                "currentStopSequence": 5,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1576600951,
                "lastSeenAt": 1752849094,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 3086
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59754,
                    45.46252
                ]
            },
            "properties": {
                "trip": {
                    "id": "289181705",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:17:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H56U000S-81-S",
                    "shapeId": "360002"
                },
                "route": {
                    "id": "36",
                    "shortName": "36",
                    "longName": "Monk",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30069",
                    "label": "30069",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 348,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 12,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1576631301,
                "lastSeenAt": 1752849102,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 3089
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56782,
                    45.50941
                ]
            },
            "properties": {
                "trip": {
                    "id": "289196539",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "09:33:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H50U000S-82-S",
                    "shapeId": "800001"
                },
                "route": {
                    "id": "80",
                    "shortName": "80",
                    "longName": "Avenue du Parc",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "33843",
                    "label": "33843",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 30,
                "currentStatus": 1,
                "congestionLevel": 3,
                "occupancyStatus": 1,
                "firstSeenAt": 1576652055,
                "lastSeenAt": 1752849092,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 3102
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.52324,
                    45.56762
                ]
            },
            "properties": {
                "trip": {
                    "id": "289216591",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:33:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H54U000S-81-S",
                    "shapeId": "320002"
                },
                "route": {
                    "id": "32",
                    "shortName": "32",
                    "longName": "Lacordaire",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39061",
                    "label": "39061",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1576686510,
                "lastSeenAt": 1752849088,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 3103
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63387,
                    45.44904
                ]
            },
            "properties": {
                "trip": {
                    "id": "289185481",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "09:58:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H56U000S-81-S",
                    "shapeId": "4910001"
                },
                "route": {
                    "id": "491",
                    "shortName": "491",
                    "longName": "Express Provost",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29108",
                    "label": "29108",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 241,
                    "odometer": 0,
                    "speed": 55
                },
                "agencyId": 1,
                "currentStopSequence": 2,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1576686612,
                "lastSeenAt": 1752849099,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3104
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57459,
                    45.52594
                ]
            },
            "properties": {
                "trip": {
                    "id": "289209844",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:29:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H57U000S-82-S",
                    "shapeId": "110001"
                },
                "route": {
                    "id": "11",
                    "shortName": "11",
                    "longName": "Parc-du-Mont-Royal / Ridgewood",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30037",
                    "label": "30037",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 126,
                    "odometer": 0,
                    "speed": 11
                },
                "agencyId": 1,
                "currentStopSequence": 27,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1576715533,
                "lastSeenAt": 1752849095,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 3110
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56161,
                    45.50033
                ]
            },
            "properties": {
                "trip": {
                    "id": "289183372",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "09:33:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H56U000S-81-S",
                    "shapeId": "1070002"
                },
                "route": {
                    "id": "107",
                    "shortName": "107",
                    "longName": "Verdun",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40011",
                    "label": "40011",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 50,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1576766286,
                "lastSeenAt": 1752849091,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3115
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.74377,
                    45.44758
                ]
            },
            "properties": {
                "trip": {
                    "id": "289183773",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "09:23:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H56U000S-81-S",
                    "shapeId": "1980001"
                },
                "route": {
                    "id": "198",
                    "shortName": "198",
                    "longName": "Broadway",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40030",
                    "label": "40030",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 344,
                    "odometer": 0,
                    "speed": 9
                },
                "agencyId": 1,
                "currentStopSequence": 55,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1576776289,
                "lastSeenAt": 1752848799,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3124
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63271,
                    45.43127
                ]
            },
            "properties": {
                "trip": {
                    "id": "289183188",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:20:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H56U000S-81-S",
                    "shapeId": "1060002"
                },
                "route": {
                    "id": "106",
                    "shortName": "106",
                    "longName": "Newman",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40018",
                    "label": "40018",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 15,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1576777253,
                "lastSeenAt": 1752849104,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3130
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5517,
                    45.64486
                ]
            },
            "properties": {
                "trip": {
                    "id": "289215599",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "09:34:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H54U000S-81-S",
                    "shapeId": "860001"
                },
                "route": {
                    "id": "86",
                    "shortName": "86",
                    "longName": "Pointe-aux-Trembles",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39130",
                    "label": "39130",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 234,
                    "odometer": 0,
                    "speed": 54
                },
                "agencyId": 1,
                "currentStopSequence": 92,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1576812649,
                "lastSeenAt": 1752849096,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 3137
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.89178,
                    45.46498
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059446",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:52:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H60U000S-80-S",
                    "shapeId": "4680001"
                },
                "route": {
                    "id": "468",
                    "shortName": "468",
                    "longName": "Express Pierrefonds / Gouin",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30229",
                    "label": "30229",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1576862544,
                "lastSeenAt": 1752849100,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 3144
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57904,
                    45.5623
                ]
            },
            "properties": {
                "trip": {
                    "id": "286206468",
                    "shortName": null,
                    "headsign": "Sud destination Pie-IX / Notre-Dame",
                    "startTime": "09:50:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H58U000S-80-S",
                    "shapeId": "4390001"
                },
                "route": {
                    "id": "439",
                    "shortName": "439",
                    "longName": "Express Pie-IX",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30852",
                    "label": "30852",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 113,
                    "odometer": 0,
                    "speed": 9
                },
                "agencyId": 1,
                "currentStopSequence": 15,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1576979772,
                "lastSeenAt": 1752849087,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 3149
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55315,
                    45.47903
                ]
            },
            "properties": {
                "trip": {
                    "id": "289182142",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:24:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H56U000S-81-S",
                    "shapeId": "570001"
                },
                "route": {
                    "id": "57",
                    "shortName": "57",
                    "longName": "Charlevoix",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29096",
                    "label": "29096",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 188,
                    "odometer": 0,
                    "speed": 15
                },
                "agencyId": 1,
                "currentStopSequence": 6,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1577148851,
                "lastSeenAt": 1752849099,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3158
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59391,
                    45.43266
                ]
            },
            "properties": {
                "trip": {
                    "id": "289184190",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:26:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H56U000S-81-S",
                    "shapeId": "610005"
                },
                "route": {
                    "id": "61",
                    "shortName": "61",
                    "longName": "Wellington",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40037",
                    "label": "40037",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 14,
                    "odometer": 0,
                    "speed": 45
                },
                "agencyId": 1,
                "currentStopSequence": 10,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1577239354,
                "lastSeenAt": 1752849104,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3165
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58673,
                    45.56469
                ]
            },
            "properties": {
                "trip": {
                    "id": "286206484",
                    "shortName": null,
                    "headsign": "Sud destination Pie-IX / Notre-Dame",
                    "startTime": "09:51:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H58U000S-80-S",
                    "shapeId": "4390004"
                },
                "route": {
                    "id": "439",
                    "shortName": "439",
                    "longName": "Express Pie-IX",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30855",
                    "label": "30855",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 25,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1577400251,
                "lastSeenAt": 1752849100,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 3169
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61102,
                    45.4262
                ]
            },
            "properties": {
                "trip": {
                    "id": "289184299",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:35:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H56U000S-81-S",
                    "shapeId": "1230002"
                },
                "route": {
                    "id": "123",
                    "shortName": "123",
                    "longName": "Dollard / Shevchenko",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40038",
                    "label": "40038",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1577502645,
                "lastSeenAt": 1752849087,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3173
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.68119,
                    45.53434
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201595",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:24:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H55U000S-81-S",
                    "shapeId": "1790001"
                },
                "route": {
                    "id": "179",
                    "shortName": "179",
                    "longName": "De l'Acadie",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31087",
                    "label": "31087",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 122,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 6,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1577546763,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 3178
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.54158,
                    45.65955
                ]
            },
            "properties": {
                "trip": {
                    "id": "289216471",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:18:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H54U000S-81-S",
                    "shapeId": "810022"
                },
                "route": {
                    "id": "81",
                    "shortName": "81",
                    "longName": "Saint-Jean-Baptiste",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30189",
                    "label": "30189",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 228,
                    "odometer": 0,
                    "speed": 12
                },
                "agencyId": 1,
                "currentStopSequence": 21,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1578005769,
                "lastSeenAt": 1752849098,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 3193
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53412,
                    45.59695
                ]
            },
            "properties": {
                "trip": {
                    "id": "289216753",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:02:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H54U000S-81-S",
                    "shapeId": "280002"
                },
                "route": {
                    "id": "28",
                    "shortName": "28",
                    "longName": "Honoré-Beaugrand",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30199",
                    "label": "30199",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 33,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1578324131,
                "lastSeenAt": 1752849092,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 3199
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64069,
                    45.43858
                ]
            },
            "properties": {
                "trip": {
                    "id": "289184112",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:24:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H56U000S-81-S",
                    "shapeId": "1140010"
                },
                "route": {
                    "id": "114",
                    "shortName": "114",
                    "longName": "Angrignon",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40040",
                    "label": "40040",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 52,
                    "odometer": 0,
                    "speed": 36
                },
                "agencyId": 1,
                "currentStopSequence": 5,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1578325470,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3201
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.7358,
                    45.52354
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059163",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:28:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H60U000S-80-S",
                    "shapeId": "1700001"
                },
                "route": {
                    "id": "170",
                    "shortName": "170",
                    "longName": "Keller",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30221",
                    "label": "30221",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 131,
                    "odometer": 0,
                    "speed": 36
                },
                "agencyId": 1,
                "currentStopSequence": 5,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1578329079,
                "lastSeenAt": 1752849094,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 3203
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57982,
                    45.65025
                ]
            },
            "properties": {
                "trip": {
                    "id": "289216766",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:30:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H54U000S-81-S",
                    "shapeId": "810001"
                },
                "route": {
                    "id": "81",
                    "shortName": "81",
                    "longName": "Saint-Jean-Baptiste",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31071",
                    "label": "31071",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1578421463,
                "lastSeenAt": 1752849094,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 3209
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63541,
                    45.48293
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201725",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "11:00:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H55U000S-81-S",
                    "shapeId": "1290001"
                },
                "route": {
                    "id": "129",
                    "shortName": "129",
                    "longName": "Côte-Sainte-Catherine",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31089",
                    "label": "31089",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1578458696,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 3212
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64849,
                    45.49147
                ]
            },
            "properties": {
                "trip": {
                    "id": "289197233",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:32:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H50U000S-82-S",
                    "shapeId": "1600002"
                },
                "route": {
                    "id": "160",
                    "shortName": "160",
                    "longName": "Barclay",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37092",
                    "label": "37092",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1578498021,
                "lastSeenAt": 1752849096,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 3213
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.794,
                    45.44872
                ]
            },
            "properties": {
                "trip": {
                    "id": "289184464",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:10:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H56U000S-81-S",
                    "shapeId": "4050001"
                },
                "route": {
                    "id": "405",
                    "shortName": "405",
                    "longName": "Express Bord-du-Lac",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40013",
                    "label": "40013",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 79,
                    "odometer": 0,
                    "speed": 81
                },
                "agencyId": 1,
                "currentStopSequence": 29,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1578583460,
                "lastSeenAt": 1752849102,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3221
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5563,
                    45.49485
                ]
            },
            "properties": {
                "trip": {
                    "id": "289184061",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:17:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H56U000S-81-S",
                    "shapeId": "350001"
                },
                "route": {
                    "id": "35",
                    "shortName": "35",
                    "longName": "Griffintown",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40041",
                    "label": "40041",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 186,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 10,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1578616857,
                "lastSeenAt": 1752849102,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3223
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.68861,
                    45.43658
                ]
            },
            "properties": {
                "trip": {
                    "id": "289185052",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "09:22:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H56U000S-81-S",
                    "shapeId": "1100002"
                },
                "route": {
                    "id": "110",
                    "shortName": "110",
                    "longName": "Centrale",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40009",
                    "label": "40009",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 354,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 67,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1578795281,
                "lastSeenAt": 1752848524,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3231
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57877,
                    45.49005
                ]
            },
            "properties": {
                "trip": {
                    "id": "289182585",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "09:55:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H56U000S-81-S",
                    "shapeId": "710002"
                },
                "route": {
                    "id": "71",
                    "shortName": "71",
                    "longName": "Pointe-Saint-Charles",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29127",
                    "label": "29127",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 48,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 32,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1578936518,
                "lastSeenAt": 1752849094,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3236
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55717,
                    45.50019
                ]
            },
            "properties": {
                "trip": {
                    "id": "289183351",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:25:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H56U000S-81-S",
                    "shapeId": "1070001"
                },
                "route": {
                    "id": "107",
                    "shortName": "107",
                    "longName": "Verdun",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40046",
                    "label": "40046",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 108,
                    "odometer": 0,
                    "speed": 36
                },
                "agencyId": 1,
                "currentStopSequence": 8,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1579018485,
                "lastSeenAt": 1752849092,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3241
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60825,
                    45.42904
                ]
            },
            "properties": {
                "trip": {
                    "id": "289184981",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "09:54:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H56U000S-81-S",
                    "shapeId": "1140010"
                },
                "route": {
                    "id": "114",
                    "shortName": "114",
                    "longName": "Angrignon",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40042",
                    "label": "40042",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 36,
                "currentStatus": 2,
                "congestionLevel": 3,
                "occupancyStatus": 1,
                "firstSeenAt": 1579029181,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3242
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61471,
                    45.47113
                ]
            },
            "properties": {
                "trip": {
                    "id": "289185419",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:08:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H56U000S-81-S",
                    "shapeId": "4200002"
                },
                "route": {
                    "id": "420",
                    "shortName": "420",
                    "longName": "Express Notre-Dame-de-Grâce",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40002",
                    "label": "40002",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 54,
                    "odometer": 0,
                    "speed": 45
                },
                "agencyId": 1,
                "currentStopSequence": 10,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1579105004,
                "lastSeenAt": 1752849091,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3249
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60167,
                    45.53768
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201836",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:20:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H55U000S-81-S",
                    "shapeId": "180001"
                },
                "route": {
                    "id": "18",
                    "shortName": "18",
                    "longName": "Beaubien",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29024",
                    "label": "29024",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 32,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 8,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1579138590,
                "lastSeenAt": 1752849093,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 3251
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.50549,
                    45.6746
                ]
            },
            "properties": {
                "trip": {
                    "id": "289216686",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:43:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H54U000S-81-S",
                    "shapeId": "400002"
                },
                "route": {
                    "id": "40",
                    "shortName": "40",
                    "longName": "Henri-Bourassa-Est",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30002",
                    "label": "30002",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 251,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1579225960,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 3256
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59472,
                    45.44319
                ]
            },
            "properties": {
                "trip": {
                    "id": "289184006",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:23:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H56U000S-81-S",
                    "shapeId": "1130001"
                },
                "route": {
                    "id": "113",
                    "shortName": "113",
                    "longName": "Lapierre",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40035",
                    "label": "40035",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 212,
                    "odometer": 0,
                    "speed": 36
                },
                "agencyId": 1,
                "currentStopSequence": 4,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 5,
                "firstSeenAt": 1579288020,
                "lastSeenAt": 1752849086,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3260
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57997,
                    45.48356
                ]
            },
            "properties": {
                "trip": {
                    "id": "289185512",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:28:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H56U000S-81-S",
                    "shapeId": "4910001"
                },
                "route": {
                    "id": "491",
                    "shortName": "491",
                    "longName": "Express Provost",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40012",
                    "label": "40012",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 2,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1579297610,
                "lastSeenAt": 1752849097,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3262
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6127,
                    45.53949
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201471",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:49:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H55U000S-81-S",
                    "shapeId": "950002"
                },
                "route": {
                    "id": "95",
                    "shortName": "95",
                    "longName": "Bélanger",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31028",
                    "label": "31028",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1579571212,
                "lastSeenAt": 1752849100,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 3268
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.69226,
                    45.43961
                ]
            },
            "properties": {
                "trip": {
                    "id": "289184039",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:11:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H56U000S-81-S",
                    "shapeId": "1980014"
                },
                "route": {
                    "id": "198",
                    "shortName": "198",
                    "longName": "Broadway",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40051",
                    "label": "40051",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 22,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1579582262,
                "lastSeenAt": 1752849089,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3272
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62074,
                    45.60729
                ]
            },
            "properties": {
                "trip": {
                    "id": "289214921",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:25:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H54U000S-81-S",
                    "shapeId": "320001"
                },
                "route": {
                    "id": "32",
                    "shortName": "32",
                    "longName": "Lacordaire",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30161",
                    "label": "30161",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 48,
                "currentStatus": 2,
                "congestionLevel": 3,
                "occupancyStatus": 2,
                "firstSeenAt": 1579714727,
                "lastSeenAt": 1752849102,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 3282
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.65429,
                    45.47448
                ]
            },
            "properties": {
                "trip": {
                    "id": "289185854",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:17:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H56U000S-81-S",
                    "shapeId": "1380002"
                },
                "route": {
                    "id": "138",
                    "shortName": "138",
                    "longName": "Notre-Dame-de-Grâce",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40027",
                    "label": "40027",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 11,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1579968303,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3290
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.94028,
                    45.40363
                ]
            },
            "properties": {
                "trip": {
                    "id": "289184145",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:31:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H56U000S-81-S",
                    "shapeId": "4050001"
                },
                "route": {
                    "id": "405",
                    "shortName": "405",
                    "longName": "Express Bord-du-Lac",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40047",
                    "label": "40047",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 239,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 2,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1580010244,
                "lastSeenAt": 1752849096,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3293
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.65485,
                    45.42255
                ]
            },
            "properties": {
                "trip": {
                    "id": "289182887",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:28:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H56U000S-81-S",
                    "shapeId": "1010001"
                },
                "route": {
                    "id": "101",
                    "shortName": "101",
                    "longName": "Saint-Patrick",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40059",
                    "label": "40059",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 131,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 6,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1580146448,
                "lastSeenAt": 1752849099,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3297
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55724,
                    45.48771
                ]
            },
            "properties": {
                "trip": {
                    "id": "289182300",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:21:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H56U000S-81-S",
                    "shapeId": "610004"
                },
                "route": {
                    "id": "61",
                    "shortName": "61",
                    "longName": "Wellington",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40010",
                    "label": "40010",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 9,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1580233148,
                "lastSeenAt": 1752849085,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3304
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60968,
                    45.46885
                ]
            },
            "properties": {
                "trip": {
                    "id": "289183150",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:00:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H56U000S-81-S",
                    "shapeId": "1040002"
                },
                "route": {
                    "id": "104",
                    "shortName": "104",
                    "longName": "Cavendish",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40025",
                    "label": "40025",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 27,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1580233749,
                "lastSeenAt": 1752849095,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3305
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.51237,
                    45.59959
                ]
            },
            "properties": {
                "trip": {
                    "id": "289242006",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:27:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H59U000S-83-S",
                    "shapeId": "220001"
                },
                "route": {
                    "id": "22",
                    "shortName": "22",
                    "longName": "Notre-Dame",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31047",
                    "label": "31047",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 8,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1580261766,
                "lastSeenAt": 1752849104,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 3306
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64304,
                    45.51291
                ]
            },
            "properties": {
                "trip": {
                    "id": "289198491",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:03:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H50U000S-82-S",
                    "shapeId": "1650002"
                },
                "route": {
                    "id": "165",
                    "shortName": "165",
                    "longName": "Côte-des-Neiges",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "33841",
                    "label": "33841",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 356,
                    "odometer": 0,
                    "speed": 15
                },
                "agencyId": 1,
                "currentStopSequence": 31,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1580794443,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 3319
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62207,
                    45.6239
                ]
            },
            "properties": {
                "trip": {
                    "id": "289216512",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:27:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H54U000S-81-S",
                    "shapeId": "330001"
                },
                "route": {
                    "id": "33",
                    "shortName": "33",
                    "longName": "Langelier",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39081",
                    "label": "39081",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 12
                },
                "agencyId": 1,
                "currentStopSequence": 7,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1580845502,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 3322
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60537,
                    45.47731
                ]
            },
            "properties": {
                "trip": {
                    "id": "289243584",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:24:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H59U000S-83-S",
                    "shapeId": "240001"
                },
                "route": {
                    "id": "24",
                    "shortName": "24",
                    "longName": "Sherbrooke",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "38017",
                    "label": "38017",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 40,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 9,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1580889847,
                "lastSeenAt": 1752849094,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 3324
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66819,
                    45.47082
                ]
            },
            "properties": {
                "trip": {
                    "id": "289183062",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:35:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H56U000S-81-S",
                    "shapeId": "1040002"
                },
                "route": {
                    "id": "104",
                    "shortName": "104",
                    "longName": "Cavendish",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40024",
                    "label": "40024",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1580933465,
                "lastSeenAt": 1752849088,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3326
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58018,
                    45.61694
                ]
            },
            "properties": {
                "trip": {
                    "id": "289214769",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "09:48:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H54U000S-81-S",
                    "shapeId": "1920002"
                },
                "route": {
                    "id": "192",
                    "shortName": "192",
                    "longName": "Robert",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39085",
                    "label": "39085",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 32,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 48,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1581115628,
                "lastSeenAt": 1752849100,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 3337
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63007,
                    45.45681
                ]
            },
            "properties": {
                "trip": {
                    "id": "289184330",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:06:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H56U000S-81-S",
                    "shapeId": "900001"
                },
                "route": {
                    "id": "90",
                    "shortName": "90",
                    "longName": "Saint-Jacques",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40022",
                    "label": "40022",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 55,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 34,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1581370324,
                "lastSeenAt": 1752849091,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3342
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62747,
                    45.48548
                ]
            },
            "properties": {
                "trip": {
                    "id": "289199583",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:42:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H50U000S-82-S",
                    "shapeId": "7110001"
                },
                "route": {
                    "id": "711",
                    "shortName": "711",
                    "longName": "Parc-du-Mont-Royal / Oratoire",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37027",
                    "label": "37027",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 34,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1581371164,
                "lastSeenAt": 1752849086,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 3344
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63673,
                    45.47678
                ]
            },
            "properties": {
                "trip": {
                    "id": "289200856",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:28:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H55U000S-81-S",
                    "shapeId": "660003"
                },
                "route": {
                    "id": "66",
                    "shortName": "66",
                    "longName": "The Boulevard",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31020",
                    "label": "31020",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 7,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1581455403,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 3347
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62534,
                    45.52893
                ]
            },
            "properties": {
                "trip": {
                    "id": "289196498",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:23:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H50U000S-82-S",
                    "shapeId": "800001"
                },
                "route": {
                    "id": "80",
                    "shortName": "80",
                    "longName": "Avenue du Parc",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31802",
                    "label": "31802",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 8,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1581663127,
                "lastSeenAt": 1752849099,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 3356
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64703,
                    45.44297
                ]
            },
            "properties": {
                "trip": {
                    "id": "289185032",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "09:35:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H56U000S-81-S",
                    "shapeId": "2110002"
                },
                "route": {
                    "id": "211",
                    "shortName": "211",
                    "longName": "Bord-du-Lac",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40061",
                    "label": "40061",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 56,
                    "odometer": 0,
                    "speed": 71
                },
                "agencyId": 1,
                "currentStopSequence": 47,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1582004706,
                "lastSeenAt": 1752849095,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3363
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55633,
                    45.59507
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201743",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "09:45:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H55U000S-81-S",
                    "shapeId": "180001"
                },
                "route": {
                    "id": "18",
                    "shortName": "18",
                    "longName": "Beaubien",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30113",
                    "label": "30113",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 24,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 45,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1582182184,
                "lastSeenAt": 1752849094,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 3370
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55421,
                    45.61367
                ]
            },
            "properties": {
                "trip": {
                    "id": "289215476",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:23:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H54U000S-81-S",
                    "shapeId": "1410003"
                },
                "route": {
                    "id": "141",
                    "shortName": "141",
                    "longName": "Jean-Talon Est",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31073",
                    "label": "31073",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 14,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1582756446,
                "lastSeenAt": 1752849088,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 3381
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64405,
                    45.51601
                ]
            },
            "properties": {
                "trip": {
                    "id": "289198228",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:34:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H50U000S-82-S",
                    "shapeId": "1650001"
                },
                "route": {
                    "id": "165",
                    "shortName": "165",
                    "longName": "Côte-des-Neiges",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "33815",
                    "label": "33815",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1582945206,
                "lastSeenAt": 1752849104,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 3391
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.49716,
                    45.63026
                ]
            },
            "properties": {
                "trip": {
                    "id": "289216254",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:16:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H54U000S-81-S",
                    "shapeId": "1890001"
                },
                "route": {
                    "id": "189",
                    "shortName": "189",
                    "longName": "Notre-Dame",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30129",
                    "label": "30129",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 33,
                    "odometer": 0,
                    "speed": 24
                },
                "agencyId": 1,
                "currentStopSequence": 33,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1583275026,
                "lastSeenAt": 1752849093,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 3399
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56938,
                    45.59855
                ]
            },
            "properties": {
                "trip": {
                    "id": "289215165",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:12:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H54U000S-81-S",
                    "shapeId": "1410003"
                },
                "route": {
                    "id": "141",
                    "shortName": "141",
                    "longName": "Jean-Talon Est",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30120",
                    "label": "30120",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 205,
                    "odometer": 0,
                    "speed": 17
                },
                "agencyId": 1,
                "currentStopSequence": 24,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1583437203,
                "lastSeenAt": 1752849093,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 6417
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6264,
                    45.52343
                ]
            },
            "properties": {
                "trip": {
                    "id": "289202086",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:22:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H55U000S-81-S",
                    "shapeId": "920002"
                },
                "route": {
                    "id": "92",
                    "shortName": "92",
                    "longName": "Jean-Talon Ouest",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30207",
                    "label": "30207",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 201,
                    "odometer": 0,
                    "speed": 54
                },
                "agencyId": 1,
                "currentStopSequence": 11,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1584997329,
                "lastSeenAt": 1752849098,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 7023
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.65044,
                    45.46048
                ]
            },
            "properties": {
                "trip": {
                    "id": "289182975",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:08:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H56U000S-81-S",
                    "shapeId": "1020002"
                },
                "route": {
                    "id": "102",
                    "shortName": "102",
                    "longName": "Somerled",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40053",
                    "label": "40053",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 300,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 25,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1585022117,
                "lastSeenAt": 1752849087,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 7024
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53865,
                    45.59053
                ]
            },
            "properties": {
                "trip": {
                    "id": "289243431",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:16:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H59U000S-83-S",
                    "shapeId": "1850001"
                },
                "route": {
                    "id": "185",
                    "shortName": "185",
                    "longName": "Sherbrooke",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31169",
                    "label": "31169",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 204,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 17,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1586020863,
                "lastSeenAt": 1752849091,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 7076
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62278,
                    45.51908
                ]
            },
            "properties": {
                "trip": {
                    "id": "289197979",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:06:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H50U000S-82-S",
                    "shapeId": "1600002"
                },
                "route": {
                    "id": "160",
                    "shortName": "160",
                    "longName": "Barclay",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37009",
                    "label": "37009",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 113,
                    "odometer": 0,
                    "speed": 30
                },
                "agencyId": 1,
                "currentStopSequence": 23,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1590864723,
                "lastSeenAt": 1752849097,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 7291
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58958,
                    45.51595
                ]
            },
            "properties": {
                "trip": {
                    "id": "289209662",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:35:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H57U000S-82-S",
                    "shapeId": "970002"
                },
                "route": {
                    "id": "97",
                    "shortName": "97",
                    "longName": "Avenue-du-Mont-Royal",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40090",
                    "label": "40090",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1596531725,
                "lastSeenAt": 1752849091,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 7408
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64148,
                    45.45427
                ]
            },
            "properties": {
                "trip": {
                    "id": "289209023",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:33:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H57U000S-82-S",
                    "shapeId": "510001"
                },
                "route": {
                    "id": "51",
                    "shortName": "51",
                    "longName": "Édouard-Montpetit",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40102",
                    "label": "40102",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1596620826,
                "lastSeenAt": 1752849088,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 7411
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55476,
                    45.55458
                ]
            },
            "properties": {
                "trip": {
                    "id": "289209817",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "09:45:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H57U000S-82-S",
                    "shapeId": "970002"
                },
                "route": {
                    "id": "97",
                    "shortName": "97",
                    "longName": "Avenue-du-Mont-Royal",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40117",
                    "label": "40117",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 114,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 35,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1596794408,
                "lastSeenAt": 1752848726,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 7416
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55441,
                    45.542
                ]
            },
            "properties": {
                "trip": {
                    "id": "289209747",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:31:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H57U000S-82-S",
                    "shapeId": "250002"
                },
                "route": {
                    "id": "25",
                    "shortName": "25",
                    "longName": "Angus",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40104",
                    "label": "40104",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1597225805,
                "lastSeenAt": 1752849092,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 7425
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.49207,
                    45.68545
                ]
            },
            "properties": {
                "trip": {
                    "id": "289209520",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:33:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H57U000S-82-S",
                    "shapeId": "4300002"
                },
                "route": {
                    "id": "430",
                    "shortName": "430",
                    "longName": "Express Pointe-aux-Trembles",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40110",
                    "label": "40110",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 343,
                    "odometer": 0,
                    "speed": 36
                },
                "agencyId": 1,
                "currentStopSequence": 2,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1597435812,
                "lastSeenAt": 1752849090,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 7829
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6278,
                    45.48526
                ]
            },
            "properties": {
                "trip": {
                    "id": "289209867",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "09:56:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H57U000S-82-S",
                    "shapeId": "510002"
                },
                "route": {
                    "id": "51",
                    "shortName": "51",
                    "longName": "Édouard-Montpetit",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40115",
                    "label": "40115",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 200,
                    "odometer": 0,
                    "speed": 9
                },
                "agencyId": 1,
                "currentStopSequence": 33,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1597442413,
                "lastSeenAt": 1752849104,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 7839
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59396,
                    45.53604
                ]
            },
            "properties": {
                "trip": {
                    "id": "289209248",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:29:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H57U000S-82-S",
                    "shapeId": "250001"
                },
                "route": {
                    "id": "25",
                    "shortName": "25",
                    "longName": "Angus",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40121",
                    "label": "40121",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 33,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 4,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1597950669,
                "lastSeenAt": 1752849094,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 7892
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58125,
                    45.48281
                ]
            },
            "properties": {
                "trip": {
                    "id": "289185536",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:07:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H56U000S-81-S",
                    "shapeId": "4910002"
                },
                "route": {
                    "id": "491",
                    "shortName": "491",
                    "longName": "Express Provost",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40087",
                    "label": "40087",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 8,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1598087225,
                "lastSeenAt": 1752849102,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 7910
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60346,
                    45.47382
                ]
            },
            "properties": {
                "trip": {
                    "id": "289182914",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:38:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H56U000S-81-S",
                    "shapeId": "1020002"
                },
                "route": {
                    "id": "102",
                    "shortName": "102",
                    "longName": "Somerled",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40086",
                    "label": "40086",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1598091244,
                "lastSeenAt": 1752849102,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 7911
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57584,
                    45.5465
                ]
            },
            "properties": {
                "trip": {
                    "id": "289209301",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:18:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H57U000S-82-S",
                    "shapeId": "470002"
                },
                "route": {
                    "id": "47",
                    "shortName": "47",
                    "longName": "Masson",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40100",
                    "label": "40100",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 11,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1598317684,
                "lastSeenAt": 1752849090,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 8102
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63054,
                    45.48196
                ]
            },
            "properties": {
                "trip": {
                    "id": "289182490",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:25:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H56U000S-81-S",
                    "shapeId": "630002"
                },
                "route": {
                    "id": "63",
                    "shortName": "63",
                    "longName": "Girouard",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40075",
                    "label": "40075",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 55,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 7,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1598669345,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 8602
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60446,
                    45.44916
                ]
            },
            "properties": {
                "trip": {
                    "id": "289181746",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "09:54:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H56U000S-81-S",
                    "shapeId": "360003"
                },
                "route": {
                    "id": "36",
                    "shortName": "36",
                    "longName": "Monk",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40071",
                    "label": "40071",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 31,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1598896267,
                "lastSeenAt": 1752849097,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 8634
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.70618,
                    45.5024
                ]
            },
            "properties": {
                "trip": {
                    "id": "289196674",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "09:56:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H50U000S-82-S",
                    "shapeId": "1710001"
                },
                "route": {
                    "id": "171",
                    "shortName": "171",
                    "longName": "Henri-Bourassa",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40113",
                    "label": "40113",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 311,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 34,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1599565875,
                "lastSeenAt": 1752849076,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 8766
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.68033,
                    45.44379
                ]
            },
            "properties": {
                "trip": {
                    "id": "289182614",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "09:32:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H56U000S-81-S",
                    "shapeId": "900002"
                },
                "route": {
                    "id": "90",
                    "shortName": "90",
                    "longName": "Saint-Jacques",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40078",
                    "label": "40078",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 52,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1599924486,
                "lastSeenAt": 1752849097,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 8807
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62392,
                    45.45668
                ]
            },
            "properties": {
                "trip": {
                    "id": "289184909",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:23:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H56U000S-81-S",
                    "shapeId": "2110001"
                },
                "route": {
                    "id": "211",
                    "shortName": "211",
                    "longName": "Bord-du-Lac",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40073",
                    "label": "40073",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 226,
                    "odometer": 0,
                    "speed": 90
                },
                "agencyId": 1,
                "currentStopSequence": 2,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1600377619,
                "lastSeenAt": 1752849100,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 8838
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.71934,
                    45.44831
                ]
            },
            "properties": {
                "trip": {
                    "id": "289199463",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "09:46:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H50U000S-82-S",
                    "shapeId": "4850003"
                },
                "route": {
                    "id": "485",
                    "shortName": "485",
                    "longName": "Express Antoine-Faucon",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40095",
                    "label": "40095",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 92,
                    "odometer": 0,
                    "speed": 90
                },
                "agencyId": 1,
                "currentStopSequence": 26,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1600457771,
                "lastSeenAt": 1752849097,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 8848
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56081,
                    45.54506
                ]
            },
            "properties": {
                "trip": {
                    "id": "289209177",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:21:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H57U000S-82-S",
                    "shapeId": "970001"
                },
                "route": {
                    "id": "97",
                    "shortName": "97",
                    "longName": "Avenue-du-Mont-Royal",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40096",
                    "label": "40096",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 203,
                    "odometer": 0,
                    "speed": 14
                },
                "agencyId": 1,
                "currentStopSequence": 12,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1600542368,
                "lastSeenAt": 1752849096,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 8849
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6282,
                    45.48468
                ]
            },
            "properties": {
                "trip": {
                    "id": "289208997",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:11:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H57U000S-82-S",
                    "shapeId": "510001"
                },
                "route": {
                    "id": "51",
                    "shortName": "51",
                    "longName": "Édouard-Montpetit",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40108",
                    "label": "40108",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 36,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 23,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1600681985,
                "lastSeenAt": 1752849096,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 8857
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.44873,
                    45.45796
                ]
            },
            "properties": {
                "trip": {
                    "id": "289210562",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:19:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H57U000S-82-S",
                    "shapeId": "7210010"
                },
                "route": {
                    "id": "721",
                    "shortName": "721",
                    "longName": "Service spécial REM A1",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40105",
                    "label": "40105",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 316,
                    "odometer": 0,
                    "speed": 99
                },
                "agencyId": 1,
                "currentStopSequence": 4,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1600981814,
                "lastSeenAt": 1752849092,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 8893
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58224,
                    45.45691
                ]
            },
            "properties": {
                "trip": {
                    "id": "289184281",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:35:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H56U000S-81-S",
                    "shapeId": "1120002"
                },
                "route": {
                    "id": "112",
                    "shortName": "112",
                    "longName": "Airlie",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40076",
                    "label": "40076",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1600982172,
                "lastSeenAt": 1752849092,
                "links": [
                    3,
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 8894
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57001,
                    45.54652
                ]
            },
            "properties": {
                "trip": {
                    "id": "289209116",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:17:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H57U000S-82-S",
                    "shapeId": "270002"
                },
                "route": {
                    "id": "27",
                    "shortName": "27",
                    "longName": "Boulevard Saint-Joseph",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40111",
                    "label": "40111",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 33,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 15,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1601465590,
                "lastSeenAt": 1752849102,
                "links": [
                    3,
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 8917
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.74696,
                    45.51461
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059555",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "09:51:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H60U000S-80-S",
                    "shapeId": "4680001"
                },
                "route": {
                    "id": "468",
                    "shortName": "468",
                    "longName": "Express Pierrefonds / Gouin",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40139",
                    "label": "40139",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 34,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1601927409,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9051
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.67847,
                    45.5116
                ]
            },
            "properties": {
                "trip": {
                    "id": "286058924",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "09:45:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H60U000S-80-S",
                    "shapeId": "170001"
                },
                "route": {
                    "id": "17",
                    "shortName": "17",
                    "longName": "Décarie",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40133",
                    "label": "40133",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 307,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 37,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1602674533,
                "lastSeenAt": 1752849086,
                "links": [
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9098
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.69689,
                    45.4694
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059424",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:12:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H60U000S-80-S",
                    "shapeId": "1960002"
                },
                "route": {
                    "id": "196",
                    "shortName": "196",
                    "longName": "Parc-Industriel-Lachine",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40178",
                    "label": "40178",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 222,
                    "odometer": 0,
                    "speed": 36
                },
                "agencyId": 1,
                "currentStopSequence": 21,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1602676759,
                "lastSeenAt": 1752849090,
                "links": [
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9099
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.78032,
                    45.48587
                ]
            },
            "properties": {
                "trip": {
                    "id": "286061109",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:14:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H60U000S-80-S",
                    "shapeId": "720003"
                },
                "route": {
                    "id": "72",
                    "shortName": "72",
                    "longName": "Alfred-Nobel",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40140",
                    "label": "40140",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 55,
                    "odometer": 0,
                    "speed": 45
                },
                "agencyId": 1,
                "currentStopSequence": 18,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1602705729,
                "lastSeenAt": 1752849097,
                "links": [
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9102
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.80641,
                    45.50923
                ]
            },
            "properties": {
                "trip": {
                    "id": "286060379",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:30:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H60U000S-80-S",
                    "shapeId": "2060001"
                },
                "route": {
                    "id": "206",
                    "shortName": "206",
                    "longName": "Roger-Pilon",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40175",
                    "label": "40175",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 154,
                    "odometer": 0,
                    "speed": 14
                },
                "agencyId": 1,
                "currentStopSequence": 5,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1602876494,
                "lastSeenAt": 1752849091,
                "links": [
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9111
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6927,
                    45.50623
                ]
            },
            "properties": {
                "trip": {
                    "id": "286060105",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "09:49:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H60U000S-80-S",
                    "shapeId": "1960001"
                },
                "route": {
                    "id": "196",
                    "shortName": "196",
                    "longName": "Parc-Industriel-Lachine",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40124",
                    "label": "40124",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 56,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 5,
                "firstSeenAt": 1606827731,
                "lastSeenAt": 1752849089,
                "links": [
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9203
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.68892,
                    45.48797
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059119",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:19:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H60U000S-80-S",
                    "shapeId": "2020002"
                },
                "route": {
                    "id": "202",
                    "shortName": "202",
                    "longName": "Dawson",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40126",
                    "label": "40126",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 226,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 13,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1606827731,
                "lastSeenAt": 1752849097,
                "links": [
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9204
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.77666,
                    45.44424
                ]
            },
            "properties": {
                "trip": {
                    "id": "286060485",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "09:55:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H60U000S-80-S",
                    "shapeId": "2020002"
                },
                "route": {
                    "id": "202",
                    "shortName": "202",
                    "longName": "Dawson",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40129",
                    "label": "40129",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 317,
                    "odometer": 0,
                    "speed": 36
                },
                "agencyId": 1,
                "currentStopSequence": 47,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1606827732,
                "lastSeenAt": 1752849091,
                "links": [
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9205
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.74297,
                    45.44862
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059849",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:44:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H60U000S-80-S",
                    "shapeId": "2030001"
                },
                "route": {
                    "id": "203",
                    "shortName": "203",
                    "longName": "Carson",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40141",
                    "label": "40141",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1606827732,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9212
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.83118,
                    45.46513
                ]
            },
            "properties": {
                "trip": {
                    "id": "286060685",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:35:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H60U000S-80-S",
                    "shapeId": "2070001"
                },
                "route": {
                    "id": "207",
                    "shortName": "207",
                    "longName": "Jacques-Bizard",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40142",
                    "label": "40142",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1606827732,
                "lastSeenAt": 1752849098,
                "links": [
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9213
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.78835,
                    45.46748
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059725",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:07:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H60U000S-80-S",
                    "shapeId": "2090001"
                },
                "route": {
                    "id": "209",
                    "shortName": "209",
                    "longName": "Des Sources / YUL Aéroport",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40144",
                    "label": "40144",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 19,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1606827732,
                "lastSeenAt": 1752849093,
                "links": [
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9214
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.74911,
                    45.44178
                ]
            },
            "properties": {
                "trip": {
                    "id": "286061275",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:04:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H60U000S-80-S",
                    "shapeId": "2020001"
                },
                "route": {
                    "id": "202",
                    "shortName": "202",
                    "longName": "Dawson",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40147",
                    "label": "40147",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 92,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 32,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1606827732,
                "lastSeenAt": 1752849091,
                "links": [
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9215
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.917,
                    45.42961
                ]
            },
            "properties": {
                "trip": {
                    "id": "286058860",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:17:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H60U000S-80-S",
                    "shapeId": "4190002"
                },
                "route": {
                    "id": "419",
                    "shortName": "419",
                    "longName": "Express John Abbott",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40148",
                    "label": "40148",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 233,
                    "odometer": 0,
                    "speed": 9
                },
                "agencyId": 1,
                "currentStopSequence": 12,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1606827732,
                "lastSeenAt": 1752849104,
                "links": [
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9216
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.78243,
                    45.45547
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059820",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:02:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H60U000S-80-S",
                    "shapeId": "2030002"
                },
                "route": {
                    "id": "203",
                    "shortName": "203",
                    "longName": "Carson",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40158",
                    "label": "40158",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 177,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 33,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1606827732,
                "lastSeenAt": 1752849094,
                "links": [
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9221
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.71507,
                    45.49534
                ]
            },
            "properties": {
                "trip": {
                    "id": "286060161",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:21:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H60U000S-80-S",
                    "shapeId": "1770001"
                },
                "route": {
                    "id": "177",
                    "shortName": "177",
                    "longName": "Thimens",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40159",
                    "label": "40159",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 10,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1606827732,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9222
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.72669,
                    45.45187
                ]
            },
            "properties": {
                "trip": {
                    "id": "286060199",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:18:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H60U000S-80-S",
                    "shapeId": "1960001"
                },
                "route": {
                    "id": "196",
                    "shortName": "196",
                    "longName": "Parc-Industriel-Lachine",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40173",
                    "label": "40173",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 258,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 14,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1606827732,
                "lastSeenAt": 1752849102,
                "links": [
                    3,
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9227
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.84504,
                    45.45624
                ]
            },
            "properties": {
                "trip": {
                    "id": "286060917",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:28:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H60U000S-80-S",
                    "shapeId": "2170003"
                },
                "route": {
                    "id": "217",
                    "shortName": "217",
                    "longName": "Anse-à-l'Orme",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40181",
                    "label": "40181",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 253,
                    "odometer": 0,
                    "speed": 36
                },
                "agencyId": 1,
                "currentStopSequence": 4,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1606827732,
                "lastSeenAt": 1752849091,
                "links": [
                    3,
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9230
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.80614,
                    45.49399
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059612",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:15:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H60U000S-80-S",
                    "shapeId": "2080002"
                },
                "route": {
                    "id": "208",
                    "shortName": "208",
                    "longName": "Brunswick",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40182",
                    "label": "40182",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 53,
                    "odometer": 0,
                    "speed": 12
                },
                "agencyId": 1,
                "currentStopSequence": 13,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1606827732,
                "lastSeenAt": 1752849096,
                "links": [
                    3,
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9231
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.81635,
                    45.51292
                ]
            },
            "properties": {
                "trip": {
                    "id": "286062367",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:00:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H60U000S-80-S",
                    "shapeId": "9680001"
                },
                "route": {
                    "id": "968",
                    "shortName": "968",
                    "longName": "Trainbus Roxboro / Côte-Vertu",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40185",
                    "label": "40185",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 3,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1606827732,
                "lastSeenAt": 1752849097,
                "links": [
                    3,
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9232
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.78769,
                    45.45042
                ]
            },
            "properties": {
                "trip": {
                    "id": "286060778",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:09:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H60U000S-80-S",
                    "shapeId": "2040002"
                },
                "route": {
                    "id": "204",
                    "shortName": "204",
                    "longName": "Cardinal",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40186",
                    "label": "40186",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 271,
                    "odometer": 0,
                    "speed": 45
                },
                "agencyId": 1,
                "currentStopSequence": 19,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1606827733,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9233
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.7347,
                    45.50977
                ]
            },
            "properties": {
                "trip": {
                    "id": "286061403",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "09:49:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H60U000S-80-S",
                    "shapeId": "1640002"
                },
                "route": {
                    "id": "164",
                    "shortName": "164",
                    "longName": "Dudemaine",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40187",
                    "label": "40187",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 222,
                    "odometer": 0,
                    "speed": 9
                },
                "agencyId": 1,
                "currentStopSequence": 38,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1606827733,
                "lastSeenAt": 1752849104,
                "links": [
                    3,
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9234
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.81091,
                    45.49755
                ]
            },
            "properties": {
                "trip": {
                    "id": "286060352",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "09:54:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H60U000S-80-S",
                    "shapeId": "2090002"
                },
                "route": {
                    "id": "209",
                    "shortName": "209",
                    "longName": "Des Sources / YUL Aéroport",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40192",
                    "label": "40192",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 326,
                    "odometer": 0,
                    "speed": 45
                },
                "agencyId": 1,
                "currentStopSequence": 33,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1606827733,
                "lastSeenAt": 1752849086,
                "links": [
                    3,
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9236
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.67891,
                    45.50304
                ]
            },
            "properties": {
                "trip": {
                    "id": "286061069",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "09:46:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H60U000S-80-S",
                    "shapeId": "720003"
                },
                "route": {
                    "id": "72",
                    "shortName": "72",
                    "longName": "Alfred-Nobel",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40152",
                    "label": "40152",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 41,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 34,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1606828095,
                "lastSeenAt": 1752849092,
                "links": [
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9245
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.83102,
                    45.46659
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059341",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:30:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H60U000S-80-S",
                    "shapeId": "2040001"
                },
                "route": {
                    "id": "204",
                    "shortName": "204",
                    "longName": "Cardinal",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40162",
                    "label": "40162",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 53,
                    "odometer": 0,
                    "speed": 45
                },
                "agencyId": 1,
                "currentStopSequence": 2,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1606828095,
                "lastSeenAt": 1752849089,
                "links": [
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9246
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.68354,
                    45.51397
                ]
            },
            "properties": {
                "trip": {
                    "id": "286060078",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:34:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H60U000S-80-S",
                    "shapeId": "700002"
                },
                "route": {
                    "id": "70",
                    "shortName": "70",
                    "longName": "Bois-Franc",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40190",
                    "label": "40190",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1606828450,
                "lastSeenAt": 1752849104,
                "links": [
                    3,
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9247
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66786,
                    45.55562
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059488",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "09:47:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H60U000S-80-S",
                    "shapeId": "1640001"
                },
                "route": {
                    "id": "164",
                    "shortName": "164",
                    "longName": "Dudemaine",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40136",
                    "label": "40136",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 47,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1606855516,
                "lastSeenAt": 1752848977,
                "links": [
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9252
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.87481,
                    45.46936
                ]
            },
            "properties": {
                "trip": {
                    "id": "286060523",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:12:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H60U000S-80-S",
                    "shapeId": "680005"
                },
                "route": {
                    "id": "68",
                    "shortName": "68",
                    "longName": "Pierrefonds",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40191",
                    "label": "40191",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 42,
                    "odometer": 0,
                    "speed": 45
                },
                "agencyId": 1,
                "currentStopSequence": 19,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1606906746,
                "lastSeenAt": 1752849094,
                "links": [
                    3,
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9258
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.82775,
                    45.42867
                ]
            },
            "properties": {
                "trip": {
                    "id": "289185075",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "09:52:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H56U000S-81-S",
                    "shapeId": "2110001"
                },
                "route": {
                    "id": "211",
                    "shortName": "211",
                    "longName": "Bord-du-Lac",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40217",
                    "label": "40217",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 265,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 18,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1606943355,
                "lastSeenAt": 1752849092,
                "links": [
                    3,
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 9263
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.78679,
                    45.4493
                ]
            },
            "properties": {
                "trip": {
                    "id": "289182223",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:04:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H56U000S-81-S",
                    "shapeId": "4250002"
                },
                "route": {
                    "id": "425",
                    "shortName": "425",
                    "longName": "Express Anse-à-l'Orme",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40219",
                    "label": "40219",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 88,
                    "odometer": 0,
                    "speed": 81
                },
                "agencyId": 1,
                "currentStopSequence": 25,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1606996630,
                "lastSeenAt": 1752849093,
                "links": [
                    3,
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 9265
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.71827,
                    45.44404
                ]
            },
            "properties": {
                "trip": {
                    "id": "289185684",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:03:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H56U000S-81-S",
                    "shapeId": "4960002"
                },
                "route": {
                    "id": "496",
                    "shortName": "496",
                    "longName": "Express Victoria",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40220",
                    "label": "40220",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 287,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 18,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1607029816,
                "lastSeenAt": 1752849090,
                "links": [
                    3,
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 9266
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.7486,
                    45.49041
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059273",
                    "shortName": null,
                    "headsign": "Sud via Davignon",
                    "startTime": "10:01:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H60U000S-80-S",
                    "shapeId": "4090002"
                },
                "route": {
                    "id": "409",
                    "shortName": "409",
                    "longName": "Express Des Sources",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40212",
                    "label": "40212",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 88,
                    "odometer": 0,
                    "speed": 63
                },
                "agencyId": 1,
                "currentStopSequence": 35,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1607077263,
                "lastSeenAt": 1752849098,
                "links": [
                    3,
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9269
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64135,
                    45.42307
                ]
            },
            "properties": {
                "trip": {
                    "id": "289183720",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:03:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H56U000S-81-S",
                    "shapeId": "1120002"
                },
                "route": {
                    "id": "112",
                    "shortName": "112",
                    "longName": "Airlie",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40227",
                    "label": "40227",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 38,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1607372770,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 9276
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63158,
                    45.46488
                ]
            },
            "properties": {
                "trip": {
                    "id": "289184365",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:01:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H56U000S-81-S",
                    "shapeId": "1380001"
                },
                "route": {
                    "id": "138",
                    "shortName": "138",
                    "longName": "Notre-Dame-de-Grâce",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40229",
                    "label": "40229",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 303,
                    "odometer": 0,
                    "speed": 45
                },
                "agencyId": 1,
                "currentStopSequence": 30,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1607378896,
                "lastSeenAt": 1752849094,
                "links": [
                    3,
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 9277
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.73979,
                    45.49361
                ]
            },
            "properties": {
                "trip": {
                    "id": "286058980",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:03:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H60U000S-80-S",
                    "shapeId": "700002"
                },
                "route": {
                    "id": "70",
                    "shortName": "70",
                    "longName": "Bois-Franc",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40160",
                    "label": "40160",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 29,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1607537709,
                "lastSeenAt": 1752849098,
                "links": [
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9281
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.68715,
                    45.54034
                ]
            },
            "properties": {
                "trip": {
                    "id": "286060646",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:15:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H60U000S-80-S",
                    "shapeId": "1640002"
                },
                "route": {
                    "id": "164",
                    "shortName": "164",
                    "longName": "Dudemaine",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40214",
                    "label": "40214",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 223,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 10,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1607546355,
                "lastSeenAt": 1752849104,
                "links": [
                    3,
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9282
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60838,
                    45.47087
                ]
            },
            "properties": {
                "trip": {
                    "id": "286058905",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:00:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H60U000S-80-S",
                    "shapeId": "170002"
                },
                "route": {
                    "id": "17",
                    "shortName": "17",
                    "longName": "Décarie",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40189",
                    "label": "40189",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 36,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1607548577,
                "lastSeenAt": 1752849094,
                "links": [
                    3,
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9285
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.74348,
                    45.50315
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059963",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:05:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H60U000S-80-S",
                    "shapeId": "2150001"
                },
                "route": {
                    "id": "215",
                    "shortName": "215",
                    "longName": "Henri-Bourassa",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40208",
                    "label": "40208",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 31,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1607551628,
                "lastSeenAt": 1752849104,
                "links": [
                    3,
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9286
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6288,
                    45.42763
                ]
            },
            "properties": {
                "trip": {
                    "id": "289184871",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "09:42:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H56U000S-81-S",
                    "shapeId": "1980014"
                },
                "route": {
                    "id": "198",
                    "shortName": "198",
                    "longName": "Broadway",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40228",
                    "label": "40228",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 5
                },
                "agencyId": 1,
                "currentStopSequence": 44,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1607766905,
                "lastSeenAt": 1752849094,
                "links": [
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 9290
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59721,
                    45.43541
                ]
            },
            "properties": {
                "trip": {
                    "id": "289183448",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:25:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H56U000S-81-S",
                    "shapeId": "1070002"
                },
                "route": {
                    "id": "107",
                    "shortName": "107",
                    "longName": "Verdun",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40223",
                    "label": "40223",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 99,
                    "odometer": 0,
                    "speed": 12
                },
                "agencyId": 1,
                "currentStopSequence": 9,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1608004987,
                "lastSeenAt": 1752849100,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 9296
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.7906,
                    45.49957
                ]
            },
            "properties": {
                "trip": {
                    "id": "286060438",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:00:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H60U000S-80-S",
                    "shapeId": "2080001"
                },
                "route": {
                    "id": "208",
                    "shortName": "208",
                    "longName": "Brunswick",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40153",
                    "label": "40153",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 197,
                    "odometer": 0,
                    "speed": 12
                },
                "agencyId": 1,
                "currentStopSequence": 37,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1608029344,
                "lastSeenAt": 1752849102,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9297
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.72083,
                    45.44902
                ]
            },
            "properties": {
                "trip": {
                    "id": "286060293",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "09:46:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H60U000S-80-S",
                    "shapeId": "1960002"
                },
                "route": {
                    "id": "196",
                    "shortName": "196",
                    "longName": "Parc-Industriel-Lachine",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40201",
                    "label": "40201",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 350,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 49,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1608032470,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9298
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.93381,
                    45.45621
                ]
            },
            "properties": {
                "trip": {
                    "id": "286061041",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:41:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H60U000S-80-S",
                    "shapeId": "680005"
                },
                "route": {
                    "id": "68",
                    "shortName": "68",
                    "longName": "Pierrefonds",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40145",
                    "label": "40145",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1608148148,
                "lastSeenAt": 1752849088,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9305
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.83076,
                    45.51255
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059880",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:22:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H60U000S-80-S",
                    "shapeId": "2050002"
                },
                "route": {
                    "id": "205",
                    "shortName": "205",
                    "longName": "Gouin",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40207",
                    "label": "40207",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 279,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 9,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1608291008,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9312
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59047,
                    45.44676
                ]
            },
            "properties": {
                "trip": {
                    "id": "289184160",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:17:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H56U000S-81-S",
                    "shapeId": "1140001"
                },
                "route": {
                    "id": "114",
                    "shortName": "114",
                    "longName": "Angrignon",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40235",
                    "label": "40235",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 18,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1608371824,
                "lastSeenAt": 1752849087,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 9316
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.82695,
                    45.43957
                ]
            },
            "properties": {
                "trip": {
                    "id": "289184929",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:07:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H56U000S-81-S",
                    "shapeId": "2110002"
                },
                "route": {
                    "id": "211",
                    "shortName": "211",
                    "longName": "Bord-du-Lac",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40248",
                    "label": "40248",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 68,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 37,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1608376385,
                "lastSeenAt": 1752849090,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 9318
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.70603,
                    45.52321
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059784",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:21:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H60U000S-80-S",
                    "shapeId": "640002"
                },
                "route": {
                    "id": "64",
                    "shortName": "64",
                    "longName": "Grenet",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40199",
                    "label": "40199",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 9,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1608674595,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9321
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.78498,
                    45.50468
                ]
            },
            "properties": {
                "trip": {
                    "id": "286062388",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:25:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H60U000S-80-S",
                    "shapeId": "9680028"
                },
                "route": {
                    "id": "968",
                    "shortName": "968",
                    "longName": "Trainbus Roxboro / Côte-Vertu",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40209",
                    "label": "40209",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 2,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1608722769,
                "lastSeenAt": 1752849097,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9323
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.72853,
                    45.52779
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059909",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:14:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H60U000S-80-S",
                    "shapeId": "4680002"
                },
                "route": {
                    "id": "468",
                    "shortName": "468",
                    "longName": "Express Pierrefonds / Gouin",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40170",
                    "label": "40170",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 8,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1609016232,
                "lastSeenAt": 1752849104,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9325
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58165,
                    45.45567
                ]
            },
            "properties": {
                "trip": {
                    "id": "289182063",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:12:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H56U000S-81-S",
                    "shapeId": "370001"
                },
                "route": {
                    "id": "37",
                    "shortName": "37",
                    "longName": "Jolicoeur",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40243",
                    "label": "40243",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 21,
                    "odometer": 0,
                    "speed": 45
                },
                "agencyId": 1,
                "currentStopSequence": 14,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1609270150,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 9329
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57578,
                    45.46196
                ]
            },
            "properties": {
                "trip": {
                    "id": "289183545",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:12:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H56U000S-81-S",
                    "shapeId": "1080002"
                },
                "route": {
                    "id": "108",
                    "shortName": "108",
                    "longName": "Bannantyne",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40247",
                    "label": "40247",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 183,
                    "odometer": 0,
                    "speed": 45
                },
                "agencyId": 1,
                "currentStopSequence": 18,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1609292286,
                "lastSeenAt": 1752849087,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 9331
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60603,
                    45.43297
                ]
            },
            "properties": {
                "trip": {
                    "id": "289183644",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "09:39:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H56U000S-81-S",
                    "shapeId": "1100001"
                },
                "route": {
                    "id": "110",
                    "shortName": "110",
                    "longName": "Centrale",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40233",
                    "label": "40233",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 44,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 61,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1610733850,
                "lastSeenAt": 1752849094,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 9358
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60567,
                    45.44718
                ]
            },
            "properties": {
                "trip": {
                    "id": "289181804",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:23:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H56U000S-81-S",
                    "shapeId": "370002"
                },
                "route": {
                    "id": "37",
                    "shortName": "37",
                    "longName": "Jolicoeur",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40246",
                    "label": "40246",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 267,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 2,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1612208048,
                "lastSeenAt": 1752849102,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 9740
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58653,
                    45.52648
                ]
            },
            "properties": {
                "trip": {
                    "id": "289209931",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:32:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H57U000S-82-S",
                    "shapeId": "510002"
                },
                "route": {
                    "id": "51",
                    "shortName": "51",
                    "longName": "Édouard-Montpetit",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "41004",
                    "label": "41004",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1625844607,
                "lastSeenAt": 1752849090,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 10671
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61839,
                    45.49706
                ]
            },
            "properties": {
                "trip": {
                    "id": "289209614",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:03:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H57U000S-82-S",
                    "shapeId": "510001"
                },
                "route": {
                    "id": "51",
                    "shortName": "51",
                    "longName": "Édouard-Montpetit",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "41003",
                    "label": "41003",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 331,
                    "odometer": 0,
                    "speed": 24
                },
                "agencyId": 1,
                "currentStopSequence": 30,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1625862964,
                "lastSeenAt": 1752849104,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 10677
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63982,
                    45.45707
                ]
            },
            "properties": {
                "trip": {
                    "id": "289209693",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "09:22:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H57U000S-82-S",
                    "shapeId": "4270001"
                },
                "route": {
                    "id": "427",
                    "shortName": "427",
                    "longName": "Express Saint-Joseph",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "41009",
                    "label": "41009",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 29,
                "currentStatus": 2,
                "congestionLevel": 3,
                "occupancyStatus": 2,
                "firstSeenAt": 1626120725,
                "lastSeenAt": 1752849094,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 10681
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56603,
                    45.49866
                ]
            },
            "properties": {
                "trip": {
                    "id": "289210551",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "09:59:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H57U000S-82-S",
                    "shapeId": "7210010"
                },
                "route": {
                    "id": "721",
                    "shortName": "721",
                    "longName": "Service spécial REM A1",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "41021",
                    "label": "41021",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 42,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 4,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1626207183,
                "lastSeenAt": 1752849095,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 10685
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56573,
                    45.55792
                ]
            },
            "properties": {
                "trip": {
                    "id": "289209583",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:34:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H57U000S-82-S",
                    "shapeId": "270001"
                },
                "route": {
                    "id": "27",
                    "shortName": "27",
                    "longName": "Boulevard Saint-Joseph",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "41020",
                    "label": "41020",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1626213784,
                "lastSeenAt": 1752849100,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 10686
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.43732,
                    45.43824
                ]
            },
            "properties": {
                "trip": {
                    "id": "289210570",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:29:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H57U000S-82-S",
                    "shapeId": "7210010"
                },
                "route": {
                    "id": "721",
                    "shortName": "721",
                    "longName": "Service spécial REM A1",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "41022",
                    "label": "41022",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 315,
                    "odometer": 0,
                    "speed": 45
                },
                "agencyId": 1,
                "currentStopSequence": 2,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1626216304,
                "lastSeenAt": 1752849088,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 10687
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64644,
                    45.46325
                ]
            },
            "properties": {
                "trip": {
                    "id": "289209541",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:22:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H57U000S-82-S",
                    "shapeId": "510001"
                },
                "route": {
                    "id": "51",
                    "shortName": "51",
                    "longName": "Édouard-Montpetit",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "41028",
                    "label": "41028",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 6,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 10,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1626381905,
                "lastSeenAt": 1752849094,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 10693
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56636,
                    45.49882
                ]
            },
            "properties": {
                "trip": {
                    "id": "289210540",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "09:49:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H57U000S-82-S",
                    "shapeId": "7210010"
                },
                "route": {
                    "id": "721",
                    "shortName": "721",
                    "longName": "Service spécial REM A1",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "41002",
                    "label": "41002",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 40,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 4,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1626985865,
                "lastSeenAt": 1752849021,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 10709
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61892,
                    45.50319
                ]
            },
            "properties": {
                "trip": {
                    "id": "289209354",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "09:57:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H57U000S-82-S",
                    "shapeId": "510001"
                },
                "route": {
                    "id": "51",
                    "shortName": "51",
                    "longName": "Édouard-Montpetit",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "41018",
                    "label": "41018",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 25,
                    "odometer": 0,
                    "speed": 9
                },
                "agencyId": 1,
                "currentStopSequence": 34,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1627130644,
                "lastSeenAt": 1752849092,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 10720
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59563,
                    45.5128
                ]
            },
            "properties": {
                "trip": {
                    "id": "289209794",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:09:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H57U000S-82-S",
                    "shapeId": "110001"
                },
                "route": {
                    "id": "11",
                    "shortName": "11",
                    "longName": "Parc-du-Mont-Royal / Ridgewood",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "41001",
                    "label": "41001",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 237,
                    "odometer": 0,
                    "speed": 36
                },
                "agencyId": 1,
                "currentStopSequence": 15,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1627132684,
                "lastSeenAt": 1752849091,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 10721
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63886,
                    45.54567
                ]
            },
            "properties": {
                "trip": {
                    "id": "289196836",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:49:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H50U000S-82-S",
                    "shapeId": "1000001"
                },
                "route": {
                    "id": "100",
                    "shortName": "100",
                    "longName": "Crémazie",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "41034",
                    "label": "41034",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1627425964,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 10731
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58772,
                    45.52633
                ]
            },
            "properties": {
                "trip": {
                    "id": "289209588",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "09:38:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H57U000S-82-S",
                    "shapeId": "510001"
                },
                "route": {
                    "id": "51",
                    "shortName": "51",
                    "longName": "Édouard-Montpetit",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "41025",
                    "label": "41025",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 27,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 51,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1627496885,
                "lastSeenAt": 1752849080,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 10734
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56878,
                    45.53901
                ]
            },
            "properties": {
                "trip": {
                    "id": "289209150",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:10:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H57U000S-82-S",
                    "shapeId": "970002"
                },
                "route": {
                    "id": "97",
                    "shortName": "97",
                    "longName": "Avenue-du-Mont-Royal",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "41023",
                    "label": "41023",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 46,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 21,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1627682046,
                "lastSeenAt": 1752849102,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 10741
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59592,
                    45.5195
                ]
            },
            "properties": {
                "trip": {
                    "id": "289209053",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "09:45:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H57U000S-82-S",
                    "shapeId": "510001"
                },
                "route": {
                    "id": "51",
                    "shortName": "51",
                    "longName": "Édouard-Montpetit",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "41031",
                    "label": "41031",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 46,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1628017264,
                "lastSeenAt": 1752849095,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 10746
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60165,
                    45.51583
                ]
            },
            "properties": {
                "trip": {
                    "id": "289209463",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:20:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H57U000S-82-S",
                    "shapeId": "510002"
                },
                "route": {
                    "id": "51",
                    "shortName": "51",
                    "longName": "Édouard-Montpetit",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "41041",
                    "label": "41041",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 9,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1628025725,
                "lastSeenAt": 1752849088,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 10747
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58089,
                    45.53384
                ]
            },
            "properties": {
                "trip": {
                    "id": "289209399",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:00:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H57U000S-82-S",
                    "shapeId": "970001"
                },
                "route": {
                    "id": "97",
                    "shortName": "97",
                    "longName": "Avenue-du-Mont-Royal",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "41007",
                    "label": "41007",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 215,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 43,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1628157364,
                "lastSeenAt": 1752849094,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 10753
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56278,
                    45.52008
                ]
            },
            "properties": {
                "trip": {
                    "id": "289209095",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:25:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H57U000S-82-S",
                    "shapeId": "140002"
                },
                "route": {
                    "id": "14",
                    "shortName": "14",
                    "longName": "Atateken",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "41039",
                    "label": "41039",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 9,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1628594284,
                "lastSeenAt": 1752849087,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 10765
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56721,
                    45.52214
                ]
            },
            "properties": {
                "trip": {
                    "id": "289209487",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:22:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H57U000S-82-S",
                    "shapeId": "140001"
                },
                "route": {
                    "id": "14",
                    "shortName": "14",
                    "longName": "Atateken",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "41015",
                    "label": "41015",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 11,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1628597525,
                "lastSeenAt": 1752849095,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 10766
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58356,
                    45.53762
                ]
            },
            "properties": {
                "trip": {
                    "id": "289209951",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:22:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H57U000S-82-S",
                    "shapeId": "470001"
                },
                "route": {
                    "id": "47",
                    "shortName": "47",
                    "longName": "Masson",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "41006",
                    "label": "41006",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 8,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1629407885,
                "lastSeenAt": 1752849100,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 10781
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57224,
                    45.56245
                ]
            },
            "properties": {
                "trip": {
                    "id": "289200819",
                    "shortName": null,
                    "headsign": "Est via de la Pépinière",
                    "startTime": "10:10:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H55U000S-81-S",
                    "shapeId": "1970003"
                },
                "route": {
                    "id": "197",
                    "shortName": "197",
                    "longName": "Rosemont",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "41043",
                    "label": "41043",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 20,
                    "odometer": 0,
                    "speed": 5
                },
                "agencyId": 1,
                "currentStopSequence": 21,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1629839828,
                "lastSeenAt": 1752849087,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 10792
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66805,
                    45.55692
                ]
            },
            "properties": {
                "trip": {
                    "id": "286208901",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:42:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H58U000S-80-S",
                    "shapeId": "550002"
                },
                "route": {
                    "id": "55",
                    "shortName": "55",
                    "longName": "Boulevard Saint-Laurent",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "41049",
                    "label": "41049",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1629921492,
                "lastSeenAt": 1752849091,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 10795
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63267,
                    45.5866
                ]
            },
            "properties": {
                "trip": {
                    "id": "286207078",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:02:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H58U000S-80-S",
                    "shapeId": "1400001"
                },
                "route": {
                    "id": "140",
                    "shortName": "140",
                    "longName": "Fleury",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "41051",
                    "label": "41051",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 324,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 29,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1630315324,
                "lastSeenAt": 1752849099,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 10803
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62999,
                    45.59213
                ]
            },
            "properties": {
                "trip": {
                    "id": "289214587",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:10:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H54U000S-81-S",
                    "shapeId": "430002"
                },
                "route": {
                    "id": "43",
                    "shortName": "43",
                    "longName": "Monselet",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "41045",
                    "label": "41045",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 53,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 19,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1630443307,
                "lastSeenAt": 1752849092,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 10806
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66702,
                    45.55644
                ]
            },
            "properties": {
                "trip": {
                    "id": "286208029",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:31:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H58U000S-80-S",
                    "shapeId": "4690001"
                },
                "route": {
                    "id": "469",
                    "shortName": "469",
                    "longName": "Express Henri-Bourassa",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "41053",
                    "label": "41053",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1630527125,
                "lastSeenAt": 1752849091,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 10807
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61606,
                    45.5328
                ]
            },
            "properties": {
                "trip": {
                    "id": "286208300",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:04:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H58U000S-80-S",
                    "shapeId": "550002"
                },
                "route": {
                    "id": "55",
                    "shortName": "55",
                    "longName": "Boulevard Saint-Laurent",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "41052",
                    "label": "41052",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 23,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1630609145,
                "lastSeenAt": 1752849092,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 10813
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.69783,
                    45.50236
                ]
            },
            "properties": {
                "trip": {
                    "id": "289197858",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:03:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H50U000S-82-S",
                    "shapeId": "1280002"
                },
                "route": {
                    "id": "128",
                    "shortName": "128",
                    "longName": "Saint-Laurent",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "41056",
                    "label": "41056",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 218,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 29,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1631036224,
                "lastSeenAt": 1752849089,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 10853
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.65677,
                    45.57345
                ]
            },
            "properties": {
                "trip": {
                    "id": "286207595",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:30:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H58U000S-80-S",
                    "shapeId": "450003"
                },
                "route": {
                    "id": "45",
                    "shortName": "45",
                    "longName": "Papineau",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "41057",
                    "label": "41057",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 24,
                    "odometer": 0,
                    "speed": 6
                },
                "agencyId": 1,
                "currentStopSequence": 3,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1631213946,
                "lastSeenAt": 1752849087,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 10868
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63852,
                    45.54608
                ]
            },
            "properties": {
                "trip": {
                    "id": "286207438",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:15:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H58U000S-80-S",
                    "shapeId": "540003"
                },
                "route": {
                    "id": "54",
                    "shortName": "54",
                    "longName": "Charland / Chabanel",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "41048",
                    "label": "41048",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 214,
                    "odometer": 0,
                    "speed": 9
                },
                "agencyId": 1,
                "currentStopSequence": 22,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1631703424,
                "lastSeenAt": 1752849102,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 10877
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6092,
                    45.6314
                ]
            },
            "properties": {
                "trip": {
                    "id": "286208806",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:10:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H58U000S-80-S",
                    "shapeId": "480002"
                },
                "route": {
                    "id": "48",
                    "shortName": "48",
                    "longName": "Perras",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "41050",
                    "label": "41050",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 218,
                    "odometer": 0,
                    "speed": 9
                },
                "agencyId": 1,
                "currentStopSequence": 24,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1631739248,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 10879
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.65668,
                    45.53401
                ]
            },
            "properties": {
                "trip": {
                    "id": "286206971",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:27:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H58U000S-80-S",
                    "shapeId": "190001"
                },
                "route": {
                    "id": "19",
                    "shortName": "19",
                    "longName": "Chabanel / Marché Central",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "41067",
                    "label": "41067",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 3,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1631820669,
                "lastSeenAt": 1752849099,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 10883
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.65057,
                    45.50064
                ]
            },
            "properties": {
                "trip": {
                    "id": "289197679",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:16:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H50U000S-82-S",
                    "shapeId": "1240002"
                },
                "route": {
                    "id": "124",
                    "shortName": "124",
                    "longName": "Victoria",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "41072",
                    "label": "41072",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 112,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 16,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1632250864,
                "lastSeenAt": 1752849091,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 10893
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.67023,
                    45.55013
                ]
            },
            "properties": {
                "trip": {
                    "id": "286208091",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:24:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H58U000S-80-S",
                    "shapeId": "550002"
                },
                "route": {
                    "id": "55",
                    "shortName": "55",
                    "longName": "Boulevard Saint-Laurent",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "41062",
                    "label": "41062",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 106,
                    "odometer": 0,
                    "speed": 12
                },
                "agencyId": 1,
                "currentStopSequence": 5,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 5,
                "firstSeenAt": 1633029130,
                "lastSeenAt": 1752849094,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 10910
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.65139,
                    45.54995
                ]
            },
            "properties": {
                "trip": {
                    "id": "286208421",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:27:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H58U000S-80-S",
                    "shapeId": "410001"
                },
                "route": {
                    "id": "41",
                    "shortName": "41",
                    "longName": "Saint-Michel / Ahuntsic",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "41070",
                    "label": "41070",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 2,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1635284106,
                "lastSeenAt": 1752849104,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 10944
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66637,
                    45.52143
                ]
            },
            "properties": {
                "trip": {
                    "id": "289199478",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "07:52:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H50U000S-82-S",
                    "shapeId": "4850003"
                },
                "route": {
                    "id": "485",
                    "shortName": "485",
                    "longName": "Express Antoine-Faucon",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40926",
                    "label": "40926",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 24,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 26,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1639478943,
                "lastSeenAt": 1752849092,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    1,
                    9
                ],
                "isActive": null
            },
            "id": 11006
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63112,
                    45.53892
                ]
            },
            "properties": {
                "trip": {
                    "id": "286209110",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "09:59:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H58U000S-80-S",
                    "shapeId": "550001"
                },
                "route": {
                    "id": "55",
                    "shortName": "55",
                    "longName": "Boulevard Saint-Laurent",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "41113",
                    "label": "41113",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 32,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1643364785,
                "lastSeenAt": 1752849089,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 11049
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62098,
                    45.62383
                ]
            },
            "properties": {
                "trip": {
                    "id": "286208110",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "09:59:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H58U000S-80-S",
                    "shapeId": "480001"
                },
                "route": {
                    "id": "48",
                    "shortName": "48",
                    "longName": "Perras",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "41110",
                    "label": "41110",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 19,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1643404265,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 11057
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64561,
                    45.54293
                ]
            },
            "properties": {
                "trip": {
                    "id": "286208276",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "09:06:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H58U000S-80-S",
                    "shapeId": "550002"
                },
                "route": {
                    "id": "55",
                    "shortName": "55",
                    "longName": "Boulevard Saint-Laurent",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "41104",
                    "label": "41104",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 291,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 47,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1643405464,
                "lastSeenAt": 1752849100,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 11059
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5116,
                    45.63278
                ]
            },
            "properties": {
                "trip": {
                    "id": "289214727",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:15:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H54U000S-81-S",
                    "shapeId": "860002"
                },
                "route": {
                    "id": "86",
                    "shortName": "86",
                    "longName": "Pointe-aux-Trembles",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "41100",
                    "label": "41100",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 22,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1643451963,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 11063
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62122,
                    45.5508
                ]
            },
            "properties": {
                "trip": {
                    "id": "286207747",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:14:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H58U000S-80-S",
                    "shapeId": "1930001"
                },
                "route": {
                    "id": "193",
                    "shortName": "193",
                    "longName": "Jarry",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "41107",
                    "label": "41107",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 15,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1643839504,
                "lastSeenAt": 1752849086,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 11071
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57862,
                    45.59258
                ]
            },
            "properties": {
                "trip": {
                    "id": "286207725",
                    "shortName": null,
                    "headsign": "Est via Jarry",
                    "startTime": "09:35:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H58U000S-80-S",
                    "shapeId": "4600006"
                },
                "route": {
                    "id": "460",
                    "shortName": "460",
                    "longName": "Express Métropolitaine",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "41117",
                    "label": "41117",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 55,
                    "odometer": 0,
                    "speed": 6
                },
                "agencyId": 1,
                "currentStopSequence": 35,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1643882224,
                "lastSeenAt": 1752849092,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 11072
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57416,
                    45.56078
                ]
            },
            "properties": {
                "trip": {
                    "id": "286208517",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:00:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H58U000S-80-S",
                    "shapeId": "1390002"
                },
                "route": {
                    "id": "139",
                    "shortName": "139",
                    "longName": "Pie-IX",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "41077",
                    "label": "41077",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 28,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1644525605,
                "lastSeenAt": 1752849094,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 11084
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63779,
                    45.59118
                ]
            },
            "properties": {
                "trip": {
                    "id": "286207984",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:29:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H58U000S-80-S",
                    "shapeId": "1390002"
                },
                "route": {
                    "id": "139",
                    "shortName": "139",
                    "longName": "Pie-IX",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "41097",
                    "label": "41097",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 4,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1645089784,
                "lastSeenAt": 1752849090,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 11098
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66854,
                    45.52873
                ]
            },
            "properties": {
                "trip": {
                    "id": "286208718",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "09:45:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H58U000S-80-S",
                    "shapeId": "540003"
                },
                "route": {
                    "id": "54",
                    "shortName": "54",
                    "longName": "Charland / Chabanel",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "41127",
                    "label": "41127",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 43,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1645734725,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 11110
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64977,
                    45.54406
                ]
            },
            "properties": {
                "trip": {
                    "id": "286206887",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:28:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H58U000S-80-S",
                    "shapeId": "190002"
                },
                "route": {
                    "id": "19",
                    "shortName": "19",
                    "longName": "Chabanel / Marché Central",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "41080",
                    "label": "41080",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 7,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1647890585,
                "lastSeenAt": 1752849099,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 11143
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62281,
                    45.61849
                ]
            },
            "properties": {
                "trip": {
                    "id": "286208673",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:29:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H58U000S-80-S",
                    "shapeId": "4690002"
                },
                "route": {
                    "id": "469",
                    "shortName": "469",
                    "longName": "Express Henri-Bourassa",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "41129",
                    "label": "41129",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 143,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 4,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1647984244,
                "lastSeenAt": 1752849089,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 11145
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.65667,
                    45.57407
                ]
            },
            "properties": {
                "trip": {
                    "id": "286208237",
                    "shortName": null,
                    "headsign": "Ouest via Gouin / Ozias-Leduc",
                    "startTime": "09:41:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H58U000S-80-S",
                    "shapeId": "480003"
                },
                "route": {
                    "id": "48",
                    "shortName": "48",
                    "longName": "Perras",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "41099",
                    "label": "41099",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 48,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1649071144,
                "lastSeenAt": 1752849085,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 11160
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53839,
                    45.66189
                ]
            },
            "properties": {
                "trip": {
                    "id": "286207576",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:39:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H58U000S-80-S",
                    "shapeId": "480002"
                },
                "route": {
                    "id": "48",
                    "shortName": "48",
                    "longName": "Perras",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "41076",
                    "label": "41076",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1651001764,
                "lastSeenAt": 1752849086,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 11169
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.65379,
                    45.5371
                ]
            },
            "properties": {
                "trip": {
                    "id": "286207356",
                    "shortName": null,
                    "headsign": "Est destination Georges-Baril / Henri-Bourassa",
                    "startTime": "10:25:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H58U000S-80-S",
                    "shapeId": "1460003"
                },
                "route": {
                    "id": "146",
                    "shortName": "146",
                    "longName": "Christophe-Colomb / Meilleur",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "41084",
                    "label": "41084",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 110,
                    "odometer": 0,
                    "speed": 12
                },
                "agencyId": 1,
                "currentStopSequence": 8,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1651053785,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 11171
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6189,
                    45.61485
                ]
            },
            "properties": {
                "trip": {
                    "id": "286209158",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:00:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H58U000S-80-S",
                    "shapeId": "4690001"
                },
                "route": {
                    "id": "469",
                    "shortName": "469",
                    "longName": "Express Henri-Bourassa",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "41082",
                    "label": "41082",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 324,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 13,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1651511287,
                "lastSeenAt": 1752849102,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 11173
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56026,
                    45.50335
                ]
            },
            "properties": {
                "trip": {
                    "id": "286209018",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "09:30:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H58U000S-80-S",
                    "shapeId": "550002"
                },
                "route": {
                    "id": "55",
                    "shortName": "55",
                    "longName": "Boulevard Saint-Laurent",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "41083",
                    "label": "41083",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 49,
                    "odometer": 0,
                    "speed": 36
                },
                "agencyId": 1,
                "currentStopSequence": 46,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1656495064,
                "lastSeenAt": 1752849100,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 12375
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5988,
                    45.57594
                ]
            },
            "properties": {
                "trip": {
                    "id": "286208157",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:15:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H58U000S-80-S",
                    "shapeId": "1930002"
                },
                "route": {
                    "id": "193",
                    "shortName": "193",
                    "longName": "Jarry",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "42029",
                    "label": "42029",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 209,
                    "odometer": 0,
                    "speed": 9
                },
                "agencyId": 1,
                "currentStopSequence": 20,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1661889127,
                "lastSeenAt": 1752849092,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 12440
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5573,
                    45.52489
                ]
            },
            "properties": {
                "trip": {
                    "id": "286208742",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "09:50:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H58U000S-80-S",
                    "shapeId": "450003"
                },
                "route": {
                    "id": "45",
                    "shortName": "45",
                    "longName": "Papineau",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "42003",
                    "label": "42003",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 39,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1661969045,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 12442
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58174,
                    45.59473
                ]
            },
            "properties": {
                "trip": {
                    "id": "286209001",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "09:44:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H58U000S-80-S",
                    "shapeId": "1930001"
                },
                "route": {
                    "id": "193",
                    "shortName": "193",
                    "longName": "Jarry",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "42001",
                    "label": "42001",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 41,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1663361164,
                "lastSeenAt": 1752849097,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 12461
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59704,
                    45.56029
                ]
            },
            "properties": {
                "trip": {
                    "id": "286208940",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:11:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H58U000S-80-S",
                    "shapeId": "410002"
                },
                "route": {
                    "id": "41",
                    "shortName": "41",
                    "longName": "Saint-Michel / Ahuntsic",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "42008",
                    "label": "42008",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 204,
                    "odometer": 0,
                    "speed": 5
                },
                "agencyId": 1,
                "currentStopSequence": 21,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1664362026,
                "lastSeenAt": 1752849095,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 12612
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57009,
                    45.63313
                ]
            },
            "properties": {
                "trip": {
                    "id": "289216140",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:04:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H54U000S-81-S",
                    "shapeId": "400002"
                },
                "route": {
                    "id": "40",
                    "shortName": "40",
                    "longName": "Henri-Bourassa-Est",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "42007",
                    "label": "42007",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 227,
                    "odometer": 0,
                    "speed": 63
                },
                "agencyId": 1,
                "currentStopSequence": 27,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1664800086,
                "lastSeenAt": 1752849099,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 12621
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60767,
                    45.57383
                ]
            },
            "properties": {
                "trip": {
                    "id": "286207969",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:03:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H58U000S-80-S",
                    "shapeId": "1390001"
                },
                "route": {
                    "id": "139",
                    "shortName": "139",
                    "longName": "Pie-IX",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "42010",
                    "label": "42010",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 303,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 27,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1664828047,
                "lastSeenAt": 1752849102,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 12625
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.65953,
                    45.54688
                ]
            },
            "properties": {
                "trip": {
                    "id": "286208993",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "09:44:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H58U000S-80-S",
                    "shapeId": "550001"
                },
                "route": {
                    "id": "55",
                    "shortName": "55",
                    "longName": "Boulevard Saint-Laurent",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "42009",
                    "label": "42009",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 43,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1664910486,
                "lastSeenAt": 1752849094,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 12631
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63233,
                    45.60258
                ]
            },
            "properties": {
                "trip": {
                    "id": "286208690",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:06:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H58U000S-80-S",
                    "shapeId": "4690002"
                },
                "route": {
                    "id": "469",
                    "shortName": "469",
                    "longName": "Express Henri-Bourassa",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "42020",
                    "label": "42020",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 243,
                    "odometer": 0,
                    "speed": 30
                },
                "agencyId": 1,
                "currentStopSequence": 17,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1664964845,
                "lastSeenAt": 1752849086,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 12636
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62959,
                    45.58369
                ]
            },
            "properties": {
                "trip": {
                    "id": "286208781",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "09:30:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H58U000S-80-S",
                    "shapeId": "410001"
                },
                "route": {
                    "id": "41",
                    "shortName": "41",
                    "longName": "Saint-Michel / Ahuntsic",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "42027",
                    "label": "42027",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 324,
                    "odometer": 0,
                    "speed": 12
                },
                "agencyId": 1,
                "currentStopSequence": 54,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1664984406,
                "lastSeenAt": 1752849104,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 12638
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.73839,
                    45.45464
                ]
            },
            "properties": {
                "trip": {
                    "id": "286208572",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "09:19:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H58U000S-80-S",
                    "shapeId": "4600001"
                },
                "route": {
                    "id": "460",
                    "shortName": "460",
                    "longName": "Express Métropolitaine",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "42014",
                    "label": "42014",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 221,
                    "odometer": 0,
                    "speed": 14
                },
                "agencyId": 1,
                "currentStopSequence": 38,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1665172026,
                "lastSeenAt": 1752849088,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 12650
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62205,
                    45.49902
                ]
            },
            "properties": {
                "trip": {
                    "id": "289209218",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:08:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H57U000S-82-S",
                    "shapeId": "510002"
                },
                "route": {
                    "id": "51",
                    "shortName": "51",
                    "longName": "Édouard-Montpetit",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "42021",
                    "label": "42021",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 128,
                    "odometer": 0,
                    "speed": 6
                },
                "agencyId": 1,
                "currentStopSequence": 23,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1665173828,
                "lastSeenAt": 1752849104,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 12651
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5338,
                    45.54726
                ]
            },
            "properties": {
                "trip": {
                    "id": "286208623",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:32:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H58U000S-80-S",
                    "shapeId": "1390001"
                },
                "route": {
                    "id": "139",
                    "shortName": "139",
                    "longName": "Pie-IX",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "42042",
                    "label": "42042",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 261,
                    "odometer": 0,
                    "speed": 12
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1665352742,
                "lastSeenAt": 1752849104,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 12654
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61868,
                    45.56775
                ]
            },
            "properties": {
                "trip": {
                    "id": "286207869",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:00:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H58U000S-80-S",
                    "shapeId": "410001"
                },
                "route": {
                    "id": "41",
                    "shortName": "41",
                    "longName": "Saint-Michel / Ahuntsic",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "42030",
                    "label": "42030",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 27,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1665394265,
                "lastSeenAt": 1752849095,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 12655
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5675,
                    45.50993
                ]
            },
            "properties": {
                "trip": {
                    "id": "286208449",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "09:44:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H58U000S-80-S",
                    "shapeId": "550002"
                },
                "route": {
                    "id": "55",
                    "shortName": "55",
                    "longName": "Boulevard Saint-Laurent",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "42022",
                    "label": "42022",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 117,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 42,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1665486964,
                "lastSeenAt": 1752849094,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 12659
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.75161,
                    45.45728
                ]
            },
            "properties": {
                "trip": {
                    "id": "286208850",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "08:57:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H58U000S-80-S",
                    "shapeId": "4600001"
                },
                "route": {
                    "id": "460",
                    "shortName": "460",
                    "longName": "Express Métropolitaine",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "42011",
                    "label": "42011",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 40,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1665517506,
                "lastSeenAt": 1752849097,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 12660
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.65757,
                    45.55121
                ]
            },
            "properties": {
                "trip": {
                    "id": "286207320",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:02:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H58U000S-80-S",
                    "shapeId": "1800001"
                },
                "route": {
                    "id": "180",
                    "shortName": "180",
                    "longName": "De Salaberry",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "42031",
                    "label": "42031",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 112,
                    "odometer": 0,
                    "speed": 9
                },
                "agencyId": 1,
                "currentStopSequence": 32,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1666082825,
                "lastSeenAt": 1752849078,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 12671
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63664,
                    45.60222
                ]
            },
            "properties": {
                "trip": {
                    "id": "286208362",
                    "shortName": null,
                    "headsign": "Est via Gouin / Ozias-Leduc",
                    "startTime": "10:12:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H58U000S-80-S",
                    "shapeId": "480004"
                },
                "route": {
                    "id": "48",
                    "shortName": "48",
                    "longName": "Perras",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "42039",
                    "label": "42039",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 324,
                    "odometer": 0,
                    "speed": 36
                },
                "agencyId": 1,
                "currentStopSequence": 8,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1666123747,
                "lastSeenAt": 1752849093,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 12675
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60368,
                    45.54641
                ]
            },
            "properties": {
                "trip": {
                    "id": "286207478",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:10:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H58U000S-80-S",
                    "shapeId": "450003"
                },
                "route": {
                    "id": "45",
                    "shortName": "45",
                    "longName": "Papineau",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "42037",
                    "label": "42037",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 118,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 25,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1666292946,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 12681
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57159,
                    45.64515
                ]
            },
            "properties": {
                "trip": {
                    "id": "286208321",
                    "shortName": null,
                    "headsign": "Ouest via Gouin / Ozias-Leduc",
                    "startTime": "10:25:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H58U000S-80-S",
                    "shapeId": "480003"
                },
                "route": {
                    "id": "48",
                    "shortName": "48",
                    "longName": "Perras",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "42026",
                    "label": "42026",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 222,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 9,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1666293725,
                "lastSeenAt": 1752849085,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 12682
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61465,
                    45.55817
                ]
            },
            "properties": {
                "trip": {
                    "id": "286208340",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "09:59:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H58U000S-80-S",
                    "shapeId": "1930002"
                },
                "route": {
                    "id": "193",
                    "shortName": "193",
                    "longName": "Jarry",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "42048",
                    "label": "42048",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 227,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 31,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1667468526,
                "lastSeenAt": 1752849091,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 12721
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59715,
                    45.63828
                ]
            },
            "properties": {
                "trip": {
                    "id": "286207765",
                    "shortName": null,
                    "headsign": "Est via Gouin / Ozias-Leduc",
                    "startTime": "09:46:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H58U000S-80-S",
                    "shapeId": "480004"
                },
                "route": {
                    "id": "48",
                    "shortName": "48",
                    "longName": "Perras",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "42044",
                    "label": "42044",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 32,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1668511926,
                "lastSeenAt": 1752849092,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 12734
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66106,
                    45.55489
                ]
            },
            "properties": {
                "trip": {
                    "id": "286208604",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "09:41:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H58U000S-80-S",
                    "shapeId": "410002"
                },
                "route": {
                    "id": "41",
                    "shortName": "41",
                    "longName": "Saint-Michel / Ahuntsic",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "42018",
                    "label": "42018",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 199,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 53,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1668513424,
                "lastSeenAt": 1752849092,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 12735
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6328,
                    45.58647
                ]
            },
            "properties": {
                "trip": {
                    "id": "286207263",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:15:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H58U000S-80-S",
                    "shapeId": "1400002"
                },
                "route": {
                    "id": "140",
                    "shortName": "140",
                    "longName": "Fleury",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "42005",
                    "label": "42005",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 19,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1669290545,
                "lastSeenAt": 1752849092,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 12756
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63564,
                    45.53143
                ]
            },
            "properties": {
                "trip": {
                    "id": "286207949",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "09:43:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H58U000S-80-S",
                    "shapeId": "1930002"
                },
                "route": {
                    "id": "193",
                    "shortName": "193",
                    "longName": "Jarry",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "42034",
                    "label": "42034",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 196,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 47,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1669722724,
                "lastSeenAt": 1752849090,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 12761
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57008,
                    45.51095
                ]
            },
            "properties": {
                "trip": {
                    "id": "289243338",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:00:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H59U000S-83-S",
                    "shapeId": "240001"
                },
                "route": {
                    "id": "24",
                    "shortName": "24",
                    "longName": "Sherbrooke",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31237",
                    "label": "31237",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 18,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 29,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1671019145,
                "lastSeenAt": 1752849095,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 12826
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58478,
                    45.48941
                ]
            },
            "properties": {
                "trip": {
                    "id": "289184400",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "09:42:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H56U000S-81-S",
                    "shapeId": "1380002"
                },
                "route": {
                    "id": "138",
                    "shortName": "138",
                    "longName": "Notre-Dame-de-Grâce",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "44011",
                    "label": "44011",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 133,
                    "odometer": 0,
                    "speed": 5
                },
                "agencyId": 1,
                "currentStopSequence": 43,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1734577208,
                "lastSeenAt": 1752849054,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 2928815
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.68871,
                    45.43736
                ]
            },
            "properties": {
                "trip": {
                    "id": "289184656",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:40:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H56U000S-81-S",
                    "shapeId": "1100001"
                },
                "route": {
                    "id": "110",
                    "shortName": "110",
                    "longName": "Centrale",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "44004",
                    "label": "44004",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1734646086,
                "lastSeenAt": 1752849099,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 2928821
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6585,
                    45.42742
                ]
            },
            "properties": {
                "trip": {
                    "id": "289183671",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:10:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H56U000S-81-S",
                    "shapeId": "1100001"
                },
                "route": {
                    "id": "110",
                    "shortName": "110",
                    "longName": "Centrale",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "44003",
                    "label": "44003",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 28,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1734987007,
                "lastSeenAt": 1752849104,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 2928839
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56566,
                    45.47035
                ]
            },
            "properties": {
                "trip": {
                    "id": "289182105",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "09:37:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H56U000S-81-S",
                    "shapeId": "380010"
                },
                "route": {
                    "id": "38",
                    "shortName": "38",
                    "longName": "De l'Église",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "44014",
                    "label": "44014",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 156,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 22,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1734994923,
                "lastSeenAt": 1752849014,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 2928840
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60331,
                    45.47914
                ]
            },
            "properties": {
                "trip": {
                    "id": "289183133",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:19:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H56U000S-81-S",
                    "shapeId": "1040003"
                },
                "route": {
                    "id": "104",
                    "shortName": "104",
                    "longName": "Cavendish",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "44018",
                    "label": "44018",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 212,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 12,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1736459105,
                "lastSeenAt": 1752849102,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 2928880
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58102,
                    45.48239
                ]
            },
            "properties": {
                "trip": {
                    "id": "289182846",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:32:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H56U000S-81-S",
                    "shapeId": "1010002"
                },
                "route": {
                    "id": "101",
                    "shortName": "101",
                    "longName": "Saint-Patrick",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "44017",
                    "label": "44017",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 2,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1737579964,
                "lastSeenAt": 1752848548,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 2928924
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64424,
                    45.41738
                ]
            },
            "properties": {
                "trip": {
                    "id": "289181870",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:03:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H56U000S-81-S",
                    "shapeId": "1060001"
                },
                "route": {
                    "id": "106",
                    "shortName": "106",
                    "longName": "Newman",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "44015",
                    "label": "44015",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 195,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 22,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1737633246,
                "lastSeenAt": 1752849091,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 2928925
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55967,
                    45.50083
                ]
            },
            "properties": {
                "trip": {
                    "id": "289181731",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "09:52:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H56U000S-81-S",
                    "shapeId": "360002"
                },
                "route": {
                    "id": "36",
                    "shortName": "36",
                    "longName": "Monk",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "44023",
                    "label": "44023",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 357,
                    "odometer": 0,
                    "speed": 12
                },
                "agencyId": 1,
                "currentStopSequence": 35,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1738789626,
                "lastSeenAt": 1752849102,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 2928953
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56855,
                    45.46198
                ]
            },
            "properties": {
                "trip": {
                    "id": "289181495",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:20:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H56U000S-81-S",
                    "shapeId": "120002"
                },
                "route": {
                    "id": "12",
                    "shortName": "12",
                    "longName": "Île-des-Soeurs",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "44033",
                    "label": "44033",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 3,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1738790048,
                "lastSeenAt": 1752849091,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 2928954
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.94096,
                    45.40363
                ]
            },
            "properties": {
                "trip": {
                    "id": "289185294",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:36:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H56U000S-81-S",
                    "shapeId": "2110002"
                },
                "route": {
                    "id": "211",
                    "shortName": "211",
                    "longName": "Bord-du-Lac",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "44002",
                    "label": "44002",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1740173586,
                "lastSeenAt": 1752849091,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 2928987
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.69453,
                    45.43743
                ]
            },
            "properties": {
                "trip": {
                    "id": "289182707",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:14:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H56U000S-81-S",
                    "shapeId": "1950001"
                },
                "route": {
                    "id": "195",
                    "shortName": "195",
                    "longName": "Dorval / Angrignon",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "44006",
                    "label": "44006",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 20,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1742321045,
                "lastSeenAt": 1752849096,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 2929054
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59633,
                    45.44577
                ]
            },
            "properties": {
                "trip": {
                    "id": "289185637",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:29:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H56U000S-81-S",
                    "shapeId": "350021"
                },
                "route": {
                    "id": "35",
                    "shortName": "35",
                    "longName": "Griffintown",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "44032",
                    "label": "44032",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 102,
                    "odometer": 0,
                    "speed": 14
                },
                "agencyId": 1,
                "currentStopSequence": 4,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1744807988,
                "lastSeenAt": 1752849094,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 2929150
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60276,
                    45.42281
                ]
            },
            "properties": {
                "trip": {
                    "id": "289182249",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:11:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H56U000S-81-S",
                    "shapeId": "1120001"
                },
                "route": {
                    "id": "112",
                    "shortName": "112",
                    "longName": "Airlie",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "44031",
                    "label": "44031",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 27,
                    "odometer": 0,
                    "speed": 6
                },
                "agencyId": 1,
                "currentStopSequence": 21,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1744880464,
                "lastSeenAt": 1752849098,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 2929156
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.74276,
                    45.44686
                ]
            },
            "properties": {
                "trip": {
                    "id": "289183964",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:28:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H56U000S-81-S",
                    "shapeId": "4960001"
                },
                "route": {
                    "id": "496",
                    "shortName": "496",
                    "longName": "Express Victoria",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "44030",
                    "label": "44030",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 138,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 2,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1746092709,
                "lastSeenAt": 1752849090,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 2929189
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60927,
                    45.51458
                ]
            },
            "properties": {
                "trip": {
                    "id": "289209679",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "09:52:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": "25U-H57U000S-82-S",
                    "shapeId": "510001"
                },
                "route": {
                    "id": "51",
                    "shortName": "51",
                    "longName": "Édouard-Montpetit",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "44029",
                    "label": "44029",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 69,
                    "odometer": 0,
                    "speed": 45
                },
                "agencyId": 1,
                "currentStopSequence": 43,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1746092767,
                "lastSeenAt": 1752849097,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 2929190
        }
    ],
    "lastRefreshAt": 1752849104
}
 

Request   

GET v2/agencies/{agency}/vehicles.geojson

URL Parameters

agency   string   

The agency. Example: stm

GET v2/agencies/{agency_slug}/vehicles/{vehicle}

Example request:
curl --request GET \
    --get "https://api.transittracker.ca/v2/agencies/stm/vehicles/1"
$client = new \GuzzleHttp\Client();
$url = 'https://api.transittracker.ca/v2/agencies/stm/vehicles/1';
$response = $client->get($url);
$body = $response->getBody();
print_r(json_decode((string) $body));
import requests
import json

url = 'https://api.transittracker.ca/v2/agencies/stm/vehicles/1'
response = requests.request('GET', url, )
response.json()

Example response (404):

Show headers
cache-control: no-cache, private
content-type: text/html; charset=UTF-8
x-ratelimit-limit: 138
x-ratelimit-remaining: 133
content-language: en
vary: Origin
 

<!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="utf-8">
        <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">

        <title>Not Found</title>

        <!-- Fonts -->
        <link rel="dns-prefetch" href="//fonts.gstatic.com">
        <link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">

        <!-- Styles -->
        <style>
            html {
                line-height: 1.15;
                    -ms-text-size-adjust: 100%;
                -webkit-text-size-adjust: 100%;
            }

            body {
                margin: 0;
            }

            header,
            nav,
            section {
                display: block;
            }

            figcaption,
            main {
                display: block;
            }

            a {
                background-color: transparent;
                -webkit-text-decoration-skip: objects;
            }

            strong {
                font-weight: inherit;
            }

            strong {
                font-weight: bolder;
            }

            code {
                font-family: monospace, monospace;
                font-size: 1em;
            }

            dfn {
                font-style: italic;
            }

            svg:not(:root) {
                overflow: hidden;
            }

            button,
            input {
                font-family: sans-serif;
                font-size: 100%;
                line-height: 1.15;
                margin: 0;
            }

            button,
            input {
                overflow: visible;
            }

            button {
                text-transform: none;
            }

            button,
            html [type="button"],
            [type="reset"],
            [type="submit"] {
                -webkit-appearance: button;
            }

            button::-moz-focus-inner,
            [type="button"]::-moz-focus-inner,
            [type="reset"]::-moz-focus-inner,
            [type="submit"]::-moz-focus-inner {
                border-style: none;
                padding: 0;
            }

            button:-moz-focusring,
            [type="button"]:-moz-focusring,
            [type="reset"]:-moz-focusring,
            [type="submit"]:-moz-focusring {
                outline: 1px dotted ButtonText;
            }

            legend {
                -webkit-box-sizing: border-box;
                        box-sizing: border-box;
                color: inherit;
                display: table;
                max-width: 100%;
                padding: 0;
                white-space: normal;
            }

            [type="checkbox"],
            [type="radio"] {
                -webkit-box-sizing: border-box;
                        box-sizing: border-box;
                padding: 0;
            }

            [type="number"]::-webkit-inner-spin-button,
            [type="number"]::-webkit-outer-spin-button {
                height: auto;
            }

            [type="search"] {
                -webkit-appearance: textfield;
                outline-offset: -2px;
            }

            [type="search"]::-webkit-search-cancel-button,
            [type="search"]::-webkit-search-decoration {
                -webkit-appearance: none;
            }

            ::-webkit-file-upload-button {
                -webkit-appearance: button;
                font: inherit;
            }

            menu {
                display: block;
            }

            canvas {
                display: inline-block;
            }

            template {
                display: none;
            }

            [hidden] {
                display: none;
            }

            html {
                -webkit-box-sizing: border-box;
                        box-sizing: border-box;
                font-family: sans-serif;
            }

            *,
            *::before,
            *::after {
                -webkit-box-sizing: inherit;
                        box-sizing: inherit;
            }

            p {
                margin: 0;
            }

            button {
                background: transparent;
                padding: 0;
            }

            button:focus {
                outline: 1px dotted;
                outline: 5px auto -webkit-focus-ring-color;
            }

            *,
            *::before,
            *::after {
                border-width: 0;
                border-style: solid;
                border-color: #dae1e7;
            }

            button,
            [type="button"],
            [type="reset"],
            [type="submit"] {
                border-radius: 0;
            }

            button,
            input {
                font-family: inherit;
            }

            input::-webkit-input-placeholder {
                color: inherit;
                opacity: .5;
            }

            input:-ms-input-placeholder {
                color: inherit;
                opacity: .5;
            }

            input::-ms-input-placeholder {
                color: inherit;
                opacity: .5;
            }

            input::placeholder {
                color: inherit;
                opacity: .5;
            }

            button,
            [role=button] {
                cursor: pointer;
            }

            .bg-transparent {
                background-color: transparent;
            }

            .bg-white {
                background-color: #fff;
            }

            .bg-teal-light {
                background-color: #4DCCBD;
            }

            .bg-blue-dark {
                background-color: #2374AB;
            }

            .bg-indigo-light {
                background-color: #7886d7;
            }

            .bg-purple-light {
                background-color: #a779e9;
            }

            .bg-no-repeat {
                background-repeat: no-repeat;
            }

            .bg-cover {
                background-size: cover;
            }

            .border-grey-light {
                border-color: #dae1e7;
            }

            .hover\:border-grey:hover {
                border-color: #b8c2cc;
            }

            .rounded-lg {
                border-radius: .5rem;
            }

            .border-2 {
                border-width: 2px;
            }

            .hidden {
                display: none;
            }

            .flex {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
            }

            .items-center {
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
            }

            .justify-center {
                -webkit-box-pack: center;
                    -ms-flex-pack: center;
                        justify-content: center;
            }

            .font-sans {
                font-family: Roboto, sans-serif;
            }

            .font-light {
                font-weight: 300;
            }

            .font-bold {
                font-weight: 700;
            }

            .font-black {
                font-weight: 900;
            }

            .h-1 {
                height: .25rem;
            }

            .leading-normal {
                line-height: 1.5;
            }

            .m-8 {
                margin: 2rem;
            }

            .my-3 {
                margin-top: .75rem;
                margin-bottom: .75rem;
            }

            .mb-8 {
                margin-bottom: 2rem;
            }

            .max-w-sm {
                max-width: 30rem;
            }

            .min-h-screen {
                min-height: 100vh;
            }

            .py-3 {
                padding-top: .75rem;
                padding-bottom: .75rem;
            }

            .px-6 {
                padding-left: 1.5rem;
                padding-right: 1.5rem;
            }

            .pb-full {
                padding-bottom: 100%;
            }

            .absolute {
                position: absolute;
            }

            .relative {
                position: relative;
            }

            .pin {
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
            }

            .text-black {
                color: #22292f;
            }

            .text-grey-darkest {
                color: #3d4852;
            }

            .text-grey-darker {
                color: #606f7b;
            }

            .text-2xl {
                font-size: 1.5rem;
            }

            .text-5xl {
                font-size: 3rem;
            }

            .uppercase {
                text-transform: uppercase;
            }

            .antialiased {
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }

            .tracking-wide {
                letter-spacing: .05em;
            }

            .w-16 {
                width: 4rem;
            }

            .w-full {
                width: 100%;
            }

            @media (min-width: 768px) {
                .md\:bg-left {
                    background-position: left;
                }

                .md\:bg-right {
                    background-position: right;
                }

                .md\:flex {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                }

                .md\:my-6 {
                    margin-top: 1.5rem;
                    margin-bottom: 1.5rem;
                }

                .md\:min-h-screen {
                    min-height: 100vh;
                }

                .md\:pb-0 {
                    padding-bottom: 0;
                }

                .md\:text-3xl {
                    font-size: 1.875rem;
                }

                .md\:text-15xl {
                    font-size: 9rem;
                }

                .md\:w-1\/2 {
                    width: 50%;
                }
            }

            @media (min-width: 992px) {
                .lg\:bg-center {
                    background-position: center;
                }
            }
        </style>
    </head>
    <body class="antialiased font-sans">
        <div class="md:flex min-h-screen">
            <div class="w-full md:w-1/2 bg-white flex items-center justify-center">
                <div class="max-w-sm m-8">
                    <div class="text-black text-5xl md:text-15xl font-black">
                        404                    </div>

                    <div class="w-16 h-1 bg-teal-light my-3 md:my-6"></div>

                    <p class="text-grey-darker text-2xl md:text-3xl font-light mb-8 leading-normal">
                        Not Found                    </p>

                    <a href="https://api.transittracker.ca">
                        <button class="bg-transparent text-grey-darkest font-bold uppercase tracking-wide py-3 px-6 border-2 border-grey-light hover:border-grey rounded-lg">
                            Go Home
                        </button>
                    </a>
                </div>
            </div>

            <div class="relative pb-full md:flex md:pb-0 md:min-h-screen w-full md:w-1/2">
                <div class="absolute pin bg-cover bg-no-repeat md:bg-left lg:bg-center" style="background-image: url(https://api.transittracker.ca/svg/404.svg)"></div>
            </div>
        </div>
    </body>
</html>

 

Request   

GET v2/agencies/{agency_slug}/vehicles/{vehicle}

URL Parameters

agency_slug   string   

The slug of the agency. Example: stm

vehicle   integer   

The vehicle. Example: 1

GET v2/agencies/{agency_slug}/vehicles.geojson/{vehicle}

Example request:
curl --request GET \
    --get "https://api.transittracker.ca/v2/agencies/stm/vehicles.geojson/vel"
$client = new \GuzzleHttp\Client();
$url = 'https://api.transittracker.ca/v2/agencies/stm/vehicles.geojson/vel';
$response = $client->get($url);
$body = $response->getBody();
print_r(json_decode((string) $body));
import requests
import json

url = 'https://api.transittracker.ca/v2/agencies/stm/vehicles.geojson/vel'
response = requests.request('GET', url, )
response.json()

Example response (404):

Show headers
cache-control: no-cache, private
content-type: text/html; charset=UTF-8
x-ratelimit-limit: 138
x-ratelimit-remaining: 132
content-language: en
vary: Origin
 

<!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="utf-8">
        <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">

        <title>Not Found</title>

        <!-- Fonts -->
        <link rel="dns-prefetch" href="//fonts.gstatic.com">
        <link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">

        <!-- Styles -->
        <style>
            html {
                line-height: 1.15;
                    -ms-text-size-adjust: 100%;
                -webkit-text-size-adjust: 100%;
            }

            body {
                margin: 0;
            }

            header,
            nav,
            section {
                display: block;
            }

            figcaption,
            main {
                display: block;
            }

            a {
                background-color: transparent;
                -webkit-text-decoration-skip: objects;
            }

            strong {
                font-weight: inherit;
            }

            strong {
                font-weight: bolder;
            }

            code {
                font-family: monospace, monospace;
                font-size: 1em;
            }

            dfn {
                font-style: italic;
            }

            svg:not(:root) {
                overflow: hidden;
            }

            button,
            input {
                font-family: sans-serif;
                font-size: 100%;
                line-height: 1.15;
                margin: 0;
            }

            button,
            input {
                overflow: visible;
            }

            button {
                text-transform: none;
            }

            button,
            html [type="button"],
            [type="reset"],
            [type="submit"] {
                -webkit-appearance: button;
            }

            button::-moz-focus-inner,
            [type="button"]::-moz-focus-inner,
            [type="reset"]::-moz-focus-inner,
            [type="submit"]::-moz-focus-inner {
                border-style: none;
                padding: 0;
            }

            button:-moz-focusring,
            [type="button"]:-moz-focusring,
            [type="reset"]:-moz-focusring,
            [type="submit"]:-moz-focusring {
                outline: 1px dotted ButtonText;
            }

            legend {
                -webkit-box-sizing: border-box;
                        box-sizing: border-box;
                color: inherit;
                display: table;
                max-width: 100%;
                padding: 0;
                white-space: normal;
            }

            [type="checkbox"],
            [type="radio"] {
                -webkit-box-sizing: border-box;
                        box-sizing: border-box;
                padding: 0;
            }

            [type="number"]::-webkit-inner-spin-button,
            [type="number"]::-webkit-outer-spin-button {
                height: auto;
            }

            [type="search"] {
                -webkit-appearance: textfield;
                outline-offset: -2px;
            }

            [type="search"]::-webkit-search-cancel-button,
            [type="search"]::-webkit-search-decoration {
                -webkit-appearance: none;
            }

            ::-webkit-file-upload-button {
                -webkit-appearance: button;
                font: inherit;
            }

            menu {
                display: block;
            }

            canvas {
                display: inline-block;
            }

            template {
                display: none;
            }

            [hidden] {
                display: none;
            }

            html {
                -webkit-box-sizing: border-box;
                        box-sizing: border-box;
                font-family: sans-serif;
            }

            *,
            *::before,
            *::after {
                -webkit-box-sizing: inherit;
                        box-sizing: inherit;
            }

            p {
                margin: 0;
            }

            button {
                background: transparent;
                padding: 0;
            }

            button:focus {
                outline: 1px dotted;
                outline: 5px auto -webkit-focus-ring-color;
            }

            *,
            *::before,
            *::after {
                border-width: 0;
                border-style: solid;
                border-color: #dae1e7;
            }

            button,
            [type="button"],
            [type="reset"],
            [type="submit"] {
                border-radius: 0;
            }

            button,
            input {
                font-family: inherit;
            }

            input::-webkit-input-placeholder {
                color: inherit;
                opacity: .5;
            }

            input:-ms-input-placeholder {
                color: inherit;
                opacity: .5;
            }

            input::-ms-input-placeholder {
                color: inherit;
                opacity: .5;
            }

            input::placeholder {
                color: inherit;
                opacity: .5;
            }

            button,
            [role=button] {
                cursor: pointer;
            }

            .bg-transparent {
                background-color: transparent;
            }

            .bg-white {
                background-color: #fff;
            }

            .bg-teal-light {
                background-color: #4DCCBD;
            }

            .bg-blue-dark {
                background-color: #2374AB;
            }

            .bg-indigo-light {
                background-color: #7886d7;
            }

            .bg-purple-light {
                background-color: #a779e9;
            }

            .bg-no-repeat {
                background-repeat: no-repeat;
            }

            .bg-cover {
                background-size: cover;
            }

            .border-grey-light {
                border-color: #dae1e7;
            }

            .hover\:border-grey:hover {
                border-color: #b8c2cc;
            }

            .rounded-lg {
                border-radius: .5rem;
            }

            .border-2 {
                border-width: 2px;
            }

            .hidden {
                display: none;
            }

            .flex {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
            }

            .items-center {
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
            }

            .justify-center {
                -webkit-box-pack: center;
                    -ms-flex-pack: center;
                        justify-content: center;
            }

            .font-sans {
                font-family: Roboto, sans-serif;
            }

            .font-light {
                font-weight: 300;
            }

            .font-bold {
                font-weight: 700;
            }

            .font-black {
                font-weight: 900;
            }

            .h-1 {
                height: .25rem;
            }

            .leading-normal {
                line-height: 1.5;
            }

            .m-8 {
                margin: 2rem;
            }

            .my-3 {
                margin-top: .75rem;
                margin-bottom: .75rem;
            }

            .mb-8 {
                margin-bottom: 2rem;
            }

            .max-w-sm {
                max-width: 30rem;
            }

            .min-h-screen {
                min-height: 100vh;
            }

            .py-3 {
                padding-top: .75rem;
                padding-bottom: .75rem;
            }

            .px-6 {
                padding-left: 1.5rem;
                padding-right: 1.5rem;
            }

            .pb-full {
                padding-bottom: 100%;
            }

            .absolute {
                position: absolute;
            }

            .relative {
                position: relative;
            }

            .pin {
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
            }

            .text-black {
                color: #22292f;
            }

            .text-grey-darkest {
                color: #3d4852;
            }

            .text-grey-darker {
                color: #606f7b;
            }

            .text-2xl {
                font-size: 1.5rem;
            }

            .text-5xl {
                font-size: 3rem;
            }

            .uppercase {
                text-transform: uppercase;
            }

            .antialiased {
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }

            .tracking-wide {
                letter-spacing: .05em;
            }

            .w-16 {
                width: 4rem;
            }

            .w-full {
                width: 100%;
            }

            @media (min-width: 768px) {
                .md\:bg-left {
                    background-position: left;
                }

                .md\:bg-right {
                    background-position: right;
                }

                .md\:flex {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                }

                .md\:my-6 {
                    margin-top: 1.5rem;
                    margin-bottom: 1.5rem;
                }

                .md\:min-h-screen {
                    min-height: 100vh;
                }

                .md\:pb-0 {
                    padding-bottom: 0;
                }

                .md\:text-3xl {
                    font-size: 1.875rem;
                }

                .md\:text-15xl {
                    font-size: 9rem;
                }

                .md\:w-1\/2 {
                    width: 50%;
                }
            }

            @media (min-width: 992px) {
                .lg\:bg-center {
                    background-position: center;
                }
            }
        </style>
    </head>
    <body class="antialiased font-sans">
        <div class="md:flex min-h-screen">
            <div class="w-full md:w-1/2 bg-white flex items-center justify-center">
                <div class="max-w-sm m-8">
                    <div class="text-black text-5xl md:text-15xl font-black">
                        404                    </div>

                    <div class="w-16 h-1 bg-teal-light my-3 md:my-6"></div>

                    <p class="text-grey-darker text-2xl md:text-3xl font-light mb-8 leading-normal">
                        Not Found                    </p>

                    <a href="https://api.transittracker.ca">
                        <button class="bg-transparent text-grey-darkest font-bold uppercase tracking-wide py-3 px-6 border-2 border-grey-light hover:border-grey rounded-lg">
                            Go Home
                        </button>
                    </a>
                </div>
            </div>

            <div class="relative pb-full md:flex md:pb-0 md:min-h-screen w-full md:w-1/2">
                <div class="absolute pin bg-cover bg-no-repeat md:bg-left lg:bg-center" style="background-image: url(https://api.transittracker.ca/svg/404.svg)"></div>
            </div>
        </div>
    </body>
</html>

 

Request   

GET v2/agencies/{agency_slug}/vehicles.geojson/{vehicle}

URL Parameters

agency_slug   string   

The slug of the agency. Example: stm

vehicle   string   

Example: vel

GET v2/vehicles

Example request:
curl --request GET \
    --get "https://api.transittracker.ca/v2/vehicles"
$client = new \GuzzleHttp\Client();
$url = 'https://api.transittracker.ca/v2/vehicles';
$response = $client->get($url);
$body = $response->getBody();
print_r(json_decode((string) $body));
import requests
import json

url = 'https://api.transittracker.ca/v2/vehicles'
response = requests.request('GET', url, )
response.json()

Example response (200):

Show headers
cache-control: no-cache, private
content-type: application/json
x-ratelimit-limit: 41
x-ratelimit-remaining: 40
content-language: en
vary: Origin
 

{
    "data": [
        {
            "id": 7395,
            "ref": "11013",
            "isActive": false,
            "label": "11013",
            "timestamp": 1596669255,
            "tripId": "218394791",
            "routeId": "67",
            "startTime": "18:38:00",
            "position": {
                "lat": 45.5837,
                "lon": -73.64993
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 37,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "67",
                "routeLongName": "Saint-Michel",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2020-07-23 12:29:03",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 2946,
            "ref": "11020",
            "isActive": false,
            "label": "11020",
            "timestamp": 1741105235,
            "tripId": "941689",
            "routeId": "430",
            "startTime": "10:35:00",
            "position": {
                "lat": 45.59039,
                "lon": -73.50954
            },
            "bearing": 162,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 22,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "430",
                "routeLongName": "Express Pointe-aux-Trembles",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-12-06 18:36:01",
            "meta": {},
            "updatedAt": "2025-03-04 11:22:09",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 11090,
            "ref": "21254",
            "isActive": false,
            "label": "21254",
            "timestamp": 1644928105,
            "tripId": "241759598",
            "routeId": "113",
            "startTime": "07:27:00",
            "position": {
                "lat": 45.42506,
                "lon": -73.64835
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 2,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "113",
                "routeLongName": "Lapierre",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2022-02-15 07:03:07",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1,
            "ref": "22215",
            "isActive": false,
            "label": "22215",
            "timestamp": null,
            "tripId": "217809243",
            "routeId": "162",
            "startTime": "07:43:00",
            "position": {
                "lat": 45.52127,
                "lon": -73.66717
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 35,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "162",
                "routeLongName": "Westminster",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 2,
            "ref": "22271",
            "isActive": false,
            "label": "22271",
            "timestamp": null,
            "tripId": "204986112",
            "routeId": "205",
            "startTime": "17:28:00",
            "position": {
                "lat": 45.51022,
                "lon": -73.81322
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 1,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "205",
                "routeLongName": "Gouin",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1360,
            "ref": "22274",
            "isActive": false,
            "label": "22274",
            "timestamp": null,
            "tripId": "213462529",
            "routeId": "419",
            "startTime": "16:15:00",
            "position": {
                "lat": 45.4653,
                "lon": -73.83135
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 21,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "419",
                "routeLongName": "Express John Abbott",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 10:35:03",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 3,
            "ref": "22275",
            "isActive": false,
            "label": "22275",
            "timestamp": null,
            "tripId": "213374502",
            "routeId": "419",
            "startTime": "17:17:00",
            "position": {
                "lat": 45.46563,
                "lon": -73.83165
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 21,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "419",
                "routeLongName": "Express John Abbott",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1765,
            "ref": "22281",
            "isActive": false,
            "label": "22281",
            "timestamp": null,
            "tripId": "204984833",
            "routeId": "174",
            "startTime": "07:36:00",
            "position": {
                "lat": 45.51433,
                "lon": -73.68387
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 1,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "174",
                "routeLongName": "Côte-Vertu",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 11:35:02",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1807,
            "ref": "22282",
            "isActive": false,
            "label": "22282",
            "timestamp": 1601989251,
            "tripId": "221067870",
            "routeId": "33",
            "startTime": "08:09:00",
            "position": {
                "lat": 45.57924,
                "lon": -73.51611
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 60,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "33",
                "routeLongName": "Langelier",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 11:40:03",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1659,
            "ref": "22284",
            "isActive": false,
            "label": "22284",
            "timestamp": 1594327398,
            "tripId": "219805642",
            "routeId": "215",
            "startTime": "16:32:00",
            "position": {
                "lat": 45.47538,
                "lon": -73.81367
            },
            "bearing": 55,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 7,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "215",
                "routeLongName": "Henri-Bourassa",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 11:20:03",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 4,
            "ref": "22286",
            "isActive": false,
            "label": "22286",
            "timestamp": 1594327404,
            "tripId": "219806213",
            "routeId": "419",
            "startTime": "16:16:00",
            "position": {
                "lat": 45.4679,
                "lon": -73.82875
            },
            "bearing": 238,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 21,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "419",
                "routeLongName": "Express John Abbott",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 2666,
            "ref": "22292",
            "isActive": false,
            "label": "22292",
            "timestamp": null,
            "tripId": "213459610",
            "routeId": "72",
            "startTime": "18:11:00",
            "position": {
                "lat": 45.46107,
                "lon": -73.83552
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 32,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "72",
                "routeLongName": "Alfred-Nobel",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-26 12:24:05",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1151,
            "ref": "22306",
            "isActive": false,
            "label": "22306",
            "timestamp": 1594327396,
            "tripId": "219804823",
            "routeId": "204",
            "startTime": "16:31:00",
            "position": {
                "lat": 45.46498,
                "lon": -73.80157
            },
            "bearing": 144,
            "speed": 10,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 11,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "204",
                "routeLongName": "Cardinal",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 09:35:04",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 5,
            "ref": "22307",
            "isActive": false,
            "label": "22307",
            "timestamp": null,
            "tripId": "204980263",
            "routeId": "110",
            "startTime": "06:24:00",
            "position": {
                "lat": 45.44172,
                "lon": -73.59608
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 1,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "110",
                "routeLongName": "Centrale",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1660,
            "ref": "22309",
            "isActive": false,
            "label": "22309",
            "timestamp": null,
            "tripId": "213462270",
            "routeId": "225",
            "startTime": "16:45:00",
            "position": {
                "lat": 45.51333,
                "lon": -73.68391
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 24,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "225",
                "routeLongName": "Hymus",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 11:20:03",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1492,
            "ref": "22317",
            "isActive": false,
            "label": "22317",
            "timestamp": null,
            "tripId": "209148471",
            "routeId": "81",
            "startTime": "19:58:00",
            "position": {
                "lat": 45.64755,
                "lon": -73.57695
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 29,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "81",
                "routeLongName": "Saint-Jean-Baptiste",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 10:55:01",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 6,
            "ref": "22323",
            "isActive": false,
            "label": "22323",
            "timestamp": null,
            "tripId": "213279338",
            "routeId": "186",
            "startTime": "17:00:00",
            "position": {
                "lat": 45.60522,
                "lon": -73.5505
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 1,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "186",
                "routeLongName": "Sherbrooke-Est",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1906,
            "ref": "22324",
            "isActive": false,
            "label": "22324",
            "timestamp": null,
            "tripId": "213460518",
            "routeId": "200",
            "startTime": "17:47:00",
            "position": {
                "lat": 45.46642,
                "lon": -73.83155
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 47,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "200",
                "routeLongName": "Sainte-Anne-de-Bellevue",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 11:55:05",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 2033,
            "ref": "22325",
            "isActive": false,
            "label": "22325",
            "timestamp": 1602249916,
            "tripId": "222776194",
            "routeId": "68E",
            "startTime": "15:59:00",
            "position": {
                "lat": 45.5028,
                "lon": -73.73483
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 76,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": null,
                "routeTextColor": null,
                "routeShortName": null,
                "routeLongName": null,
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 12:15:03",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 7,
            "ref": "22328",
            "isActive": false,
            "label": "22328",
            "timestamp": null,
            "tripId": "213371799",
            "routeId": "164",
            "startTime": "15:17:00",
            "position": {
                "lat": 45.52495,
                "lon": -73.71069
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 1,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "164",
                "routeLongName": "Dudemaine",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 2750,
            "ref": "22330",
            "isActive": false,
            "label": "22330",
            "timestamp": 1594327404,
            "tripId": "219804612",
            "routeId": "72",
            "startTime": "15:48:00",
            "position": {
                "lat": 45.51374,
                "lon": -73.68198
            },
            "bearing": 233,
            "speed": 3,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 35,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "72",
                "routeLongName": "Alfred-Nobel",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-28 12:44:02",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 8,
            "ref": "22332",
            "isActive": false,
            "label": "22332",
            "timestamp": 1594327160,
            "tripId": "219806048",
            "routeId": "17",
            "startTime": "16:51:00",
            "position": {
                "lat": 45.5133,
                "lon": -73.68321
            },
            "bearing": 138,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 1,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "17",
                "routeLongName": "Décarie",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 9,
            "ref": "22333",
            "isActive": false,
            "label": "22333",
            "timestamp": 1594327399,
            "tripId": "219804494",
            "routeId": "208",
            "startTime": "15:59:00",
            "position": {
                "lat": 45.50434,
                "lon": -73.81744
            },
            "bearing": 325,
            "speed": 29,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 46,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "208",
                "routeLongName": "Brunswick",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 10,
            "ref": "22335",
            "isActive": false,
            "label": "22335",
            "timestamp": null,
            "tripId": "204986156",
            "routeId": "72",
            "startTime": "15:56:00",
            "position": {
                "lat": 45.51435,
                "lon": -73.68404
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 34,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "72",
                "routeLongName": "Alfred-Nobel",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1626,
            "ref": "22337",
            "isActive": false,
            "label": "22337",
            "timestamp": 1594327388,
            "tripId": "219806198",
            "routeId": "407",
            "startTime": "16:33:00",
            "position": {
                "lat": 45.50069,
                "lon": -73.83833
            },
            "bearing": 239,
            "speed": 17,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 7,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "407",
                "routeLongName": "Express Île-Bizard",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 11:15:03",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 11,
            "ref": "22339",
            "isActive": false,
            "label": "22339",
            "timestamp": null,
            "tripId": "204987421",
            "routeId": "419",
            "startTime": "09:24:00",
            "position": {
                "lat": 45.40818,
                "lon": -73.9397
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 19,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "419",
                "routeLongName": "Express John Abbott",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 12,
            "ref": "22343",
            "isActive": false,
            "label": "22343",
            "timestamp": 1594327397,
            "tripId": "219805876",
            "routeId": "73",
            "startTime": "16:30:00",
            "position": {
                "lat": 45.48747,
                "lon": -73.68241
            },
            "bearing": 132,
            "speed": 38,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 8,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "73",
                "routeLongName": "Dalton",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 13,
            "ref": "22344",
            "isActive": false,
            "label": "22344",
            "timestamp": null,
            "tripId": "963364",
            "routeId": "196",
            "startTime": "16:32:00",
            "position": {
                "lat": 45.5135,
                "lon": -73.68353
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 57,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "196",
                "routeLongName": "Parc-Industriel-Lachine",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1731,
            "ref": "22346",
            "isActive": false,
            "label": "22346",
            "timestamp": null,
            "tripId": "209230434",
            "routeId": "202",
            "startTime": "16:48:00",
            "position": {
                "lat": 45.44512,
                "lon": -73.8162
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 61,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "202",
                "routeLongName": "Dawson",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 11:30:03",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 7391,
            "ref": "22347",
            "isActive": false,
            "label": "22347",
            "timestamp": null,
            "tripId": "219805643",
            "routeId": "215",
            "startTime": "17:32:00",
            "position": {
                "lat": null,
                "lon": null
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 51,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "215",
                "routeLongName": "Henri-Bourassa",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2020-07-20 05:47:04",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 2942,
            "ref": "22349",
            "isActive": false,
            "label": "22349",
            "timestamp": 1603138417,
            "tripId": "222777210",
            "routeId": "72",
            "startTime": "15:40:00",
            "position": {
                "lat": 45.50703,
                "lon": -73.67342
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 22,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "72",
                "routeLongName": "Alfred-Nobel",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-12-06 12:12:03",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1661,
            "ref": "22358",
            "isActive": false,
            "label": "22358",
            "timestamp": null,
            "tripId": "213303386",
            "routeId": "205",
            "startTime": "16:12:00",
            "position": {
                "lat": 45.51082,
                "lon": -73.81412
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 37,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "205",
                "routeLongName": "Gouin",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 11:20:03",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 14,
            "ref": "22365",
            "isActive": false,
            "label": "22365",
            "timestamp": 1594327388,
            "tripId": "219804805",
            "routeId": "72",
            "startTime": "16:03:00",
            "position": {
                "lat": 45.50225,
                "lon": -73.69775
            },
            "bearing": 41,
            "speed": 47,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 32,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "72",
                "routeLongName": "Alfred-Nobel",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1810,
            "ref": "22366",
            "isActive": false,
            "label": "22366",
            "timestamp": 1594327400,
            "tripId": "219804704",
            "routeId": "201",
            "startTime": "15:59:00",
            "position": {
                "lat": 45.45368,
                "lon": -73.87022
            },
            "bearing": 325,
            "speed": 18,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 36,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "201",
                "routeLongName": "Saint-Charles / Saint-Jean",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 11:40:05",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1558,
            "ref": "22368",
            "isActive": false,
            "label": "22368",
            "timestamp": null,
            "tripId": "213459433",
            "routeId": "70",
            "startTime": "18:10:00",
            "position": {
                "lat": 45.48993,
                "lon": -73.72518
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 25,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "70",
                "routeLongName": "Bois-Franc",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 11:05:03",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1327,
            "ref": "22371",
            "isActive": false,
            "label": "22371",
            "timestamp": null,
            "tripId": "204985840",
            "routeId": "203",
            "startTime": "07:29:00",
            "position": {
                "lat": 45.44732,
                "lon": -73.7404
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 47,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "203",
                "routeLongName": "Carson",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 10:30:02",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1627,
            "ref": "22372",
            "isActive": false,
            "label": "22372",
            "timestamp": null,
            "tripId": "204985200",
            "routeId": "196",
            "startTime": "16:05:00",
            "position": {
                "lat": 45.51423,
                "lon": -73.68412
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 57,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "196",
                "routeLongName": "Parc-Industriel-Lachine",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 11:15:03",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1523,
            "ref": "22379",
            "isActive": false,
            "label": "22379",
            "timestamp": 1594327405,
            "tripId": "218394768",
            "routeId": "54",
            "startTime": "16:10:00",
            "position": {
                "lat": 45.55476,
                "lon": -73.63506
            },
            "bearing": 294,
            "speed": 57,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 31,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "54",
                "routeLongName": "Charland / Chabanel",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 11:00:03",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1493,
            "ref": "22384",
            "isActive": false,
            "label": "22384",
            "timestamp": null,
            "tripId": "205024518",
            "routeId": "54",
            "startTime": "16:51:00",
            "position": {
                "lat": 45.57575,
                "lon": -73.63595
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 43,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "54",
                "routeLongName": "Charland / Chabanel",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 10:55:02",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1524,
            "ref": "22390",
            "isActive": false,
            "label": "22390",
            "timestamp": null,
            "tripId": "213465213",
            "routeId": "18",
            "startTime": "17:20:00",
            "position": {
                "lat": 45.52997,
                "lon": -73.60795
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 50,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "18",
                "routeLongName": "Beaubien",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 11:00:03",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1766,
            "ref": "22392",
            "isActive": false,
            "label": "22392",
            "timestamp": null,
            "tripId": "213468108",
            "routeId": "427",
            "startTime": "07:58:00",
            "position": {
                "lat": 45.54565,
                "lon": -73.64977
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 29,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "427",
                "routeLongName": "Express Saint-Joseph",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 11:35:03",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1559,
            "ref": "22394",
            "isActive": false,
            "label": "22394",
            "timestamp": null,
            "tripId": "213273615",
            "routeId": "460",
            "startTime": "15:23:00",
            "position": {
                "lat": 45.59842,
                "lon": -73.56709
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 47,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "460",
                "routeLongName": "Express Métropolitaine",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 11:05:03",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1444,
            "ref": "22396",
            "isActive": false,
            "label": "22396",
            "timestamp": 1594327400,
            "tripId": "219806399",
            "routeId": "64",
            "startTime": "16:40:00",
            "position": {
                "lat": 45.53059,
                "lon": -73.71799
            },
            "bearing": 33,
            "speed": 11,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 4,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "64",
                "routeLongName": "Grenet",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 10:50:01",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 2010,
            "ref": "22400",
            "isActive": false,
            "label": "22400",
            "timestamp": null,
            "tripId": "218394496",
            "routeId": "41",
            "startTime": "17:01:00",
            "position": {
                "lat": 45.57198,
                "lon": -73.6386
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 40,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "41",
                "routeLongName": "Saint-Michel / Ahuntsic",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 12:10:07",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1701,
            "ref": "22402",
            "isActive": false,
            "label": "22402",
            "timestamp": null,
            "tripId": "204985344",
            "routeId": "225",
            "startTime": "19:18:00",
            "position": {
                "lat": 45.46757,
                "lon": -73.82935
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 49,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "225",
                "routeLongName": "Hymus",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 11:25:03",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 15,
            "ref": "22403",
            "isActive": false,
            "label": "22403",
            "timestamp": 1601992455,
            "tripId": "222778193",
            "routeId": "205",
            "startTime": "09:08:00",
            "position": {
                "lat": 45.50208,
                "lon": -73.73399
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 38,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "205",
                "routeLongName": "Gouin",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1560,
            "ref": "22404",
            "isActive": false,
            "label": "22404",
            "timestamp": 1594327035,
            "tripId": "219806107",
            "routeId": "475",
            "startTime": "16:30:00",
            "position": {
                "lat": 45.49092,
                "lon": -73.71223
            },
            "bearing": 224,
            "speed": 61,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 2,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "475",
                "routeLongName": "Express Dollard-des-Ormeaux",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 11:05:03",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 16,
            "ref": "22405",
            "isActive": false,
            "label": "22405",
            "timestamp": null,
            "tripId": "213461430",
            "routeId": "204",
            "startTime": "18:18:00",
            "position": {
                "lat": 45.4669,
                "lon": -73.83072
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 39,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "204",
                "routeLongName": "Cardinal",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 17,
            "ref": "22406",
            "isActive": false,
            "label": "22406",
            "timestamp": null,
            "tripId": "213451600",
            "routeId": "33",
            "startTime": "12:15:00",
            "position": {
                "lat": 45.58252,
                "lon": -73.5424
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 51,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "33",
                "routeLongName": "Langelier",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 2034,
            "ref": "22407",
            "isActive": false,
            "label": "22407",
            "timestamp": null,
            "tripId": "213360186",
            "routeId": "31",
            "startTime": "12:35:00",
            "position": {
                "lat": 45.55758,
                "lon": -73.66452
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 25,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "31",
                "routeLongName": "Saint-Denis",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 12:15:05",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1767,
            "ref": "22408",
            "isActive": false,
            "label": "22408",
            "timestamp": null,
            "tripId": "213479877",
            "routeId": "58",
            "startTime": "06:36:00",
            "position": {
                "lat": 45.46173,
                "lon": -73.56707
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 31,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": null,
                "routeTextColor": null,
                "routeShortName": null,
                "routeLongName": null,
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 11:35:03",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1561,
            "ref": "22410",
            "isActive": false,
            "label": "22410",
            "timestamp": 1594327389,
            "tripId": "218397147",
            "routeId": "460",
            "startTime": "15:30:00",
            "position": {
                "lat": 45.47186,
                "lon": -73.71037
            },
            "bearing": 223,
            "speed": 66,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 24,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "460",
                "routeLongName": "Express Métropolitaine",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 11:05:03",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1164,
            "ref": "22412",
            "isActive": false,
            "label": "22412",
            "timestamp": null,
            "tripId": "205046234",
            "routeId": "27",
            "startTime": "08:27:00",
            "position": {
                "lat": 45.52752,
                "lon": -73.58681
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 22,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "27",
                "routeLongName": "Boulevard Saint-Joseph",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 09:50:02",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 2930,
            "ref": "22413",
            "isActive": false,
            "label": "22413",
            "timestamp": 1600262883,
            "tripId": "221069045",
            "routeId": "48",
            "startTime": "08:30:00",
            "position": {
                "lat": 45.66183,
                "lon": -73.53822
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 46,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "48",
                "routeLongName": "Perras",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-12-05 20:36:03",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1266,
            "ref": "22417",
            "isActive": false,
            "label": "22417",
            "timestamp": null,
            "tripId": "213284277",
            "routeId": "40",
            "startTime": "18:52:00",
            "position": {
                "lat": 45.67393,
                "lon": -73.50491
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 41,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "40",
                "routeLongName": "Henri-Bourassa-Est",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 10:20:02",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1702,
            "ref": "22418",
            "isActive": false,
            "label": "22418",
            "timestamp": null,
            "tripId": "213451504",
            "routeId": "189",
            "startTime": "18:11:00",
            "position": {
                "lat": 45.66062,
                "lon": -73.49312
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 43,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "189",
                "routeLongName": "Notre-Dame",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 11:25:04",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1445,
            "ref": "22419",
            "isActive": false,
            "label": "22419",
            "timestamp": null,
            "tripId": "209230595",
            "routeId": "90",
            "startTime": "07:18:00",
            "position": {
                "lat": 45.48943,
                "lon": -73.58425
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 54,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "90",
                "routeLongName": "Saint-Jacques",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 10:50:01",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 18,
            "ref": "22421",
            "isActive": false,
            "label": "22421",
            "timestamp": null,
            "tripId": "205049357",
            "routeId": "44",
            "startTime": "16:53:00",
            "position": {
                "lat": 45.63835,
                "lon": -73.5967
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 31,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "44",
                "routeLongName": "Armand-Bombardier",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 2925,
            "ref": "22423",
            "isActive": false,
            "label": "22423",
            "timestamp": null,
            "tripId": "213452535",
            "routeId": "48",
            "startTime": "15:50:00",
            "position": {
                "lat": 45.65802,
                "lon": -73.54414
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 3,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "48",
                "routeLongName": "Perras",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-12-05 19:34:02",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1525,
            "ref": "23201",
            "isActive": false,
            "label": "23201",
            "timestamp": null,
            "tripId": "213463699",
            "routeId": "55",
            "startTime": "20:24:00",
            "position": {
                "lat": 45.55537,
                "lon": -73.66798
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 50,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "55",
                "routeLongName": "Boulevard Saint-Laurent",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 11:00:03",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1379,
            "ref": "23202",
            "isActive": false,
            "label": "23202",
            "timestamp": 1594326934,
            "tripId": "219804552",
            "routeId": "218",
            "startTime": "16:16:00",
            "position": {
                "lat": 45.466,
                "lon": -73.83217
            },
            "bearing": 58,
            "speed": 16,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 27,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "218",
                "routeLongName": "Antoine-Faucon",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 10:40:02",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1733,
            "ref": "23204",
            "isActive": false,
            "label": "23204",
            "timestamp": 1594327396,
            "tripId": "218397170",
            "routeId": "460",
            "startTime": "16:03:00",
            "position": {
                "lat": 45.51348,
                "lon": -73.65896
            },
            "bearing": 24,
            "speed": 35,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 32,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "460",
                "routeLongName": "Express Métropolitaine",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 11:30:03",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 2748,
            "ref": "23205",
            "isActive": false,
            "label": "23205",
            "timestamp": null,
            "tripId": "218396946",
            "routeId": "460",
            "startTime": "06:33:00",
            "position": {
                "lat": 45.45502,
                "lon": -73.73462
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 50,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "460",
                "routeLongName": "Express Métropolitaine",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-28 12:18:02",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1362,
            "ref": "23206",
            "isActive": false,
            "label": "23206",
            "timestamp": null,
            "tripId": "213272757",
            "routeId": "146E",
            "startTime": "12:10:00",
            "position": {
                "lat": 45.5528,
                "lon": -73.65508
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 6,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": null,
                "routeTextColor": null,
                "routeShortName": null,
                "routeLongName": null,
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 10:35:03",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1411,
            "ref": "23210",
            "isActive": false,
            "label": "23210",
            "timestamp": null,
            "tripId": "205024702",
            "routeId": "469",
            "startTime": "17:59:00",
            "position": {
                "lat": 45.58177,
                "lon": -73.65099
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 2,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "469",
                "routeLongName": "Express Henri-Bourassa",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 10:45:03",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1987,
            "ref": "23211",
            "isActive": false,
            "label": "23211",
            "timestamp": 1594327388,
            "tripId": "219805716",
            "routeId": "202",
            "startTime": "16:15:00",
            "position": {
                "lat": 45.44868,
                "lon": -73.72882
            },
            "bearing": 271,
            "speed": 83,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 33,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "202",
                "routeLongName": "Dawson",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 12:05:07",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 19,
            "ref": "23213",
            "isActive": false,
            "label": "23213",
            "timestamp": null,
            "tripId": "219805642",
            "routeId": "215",
            "startTime": "16:32:00",
            "position": {
                "lat": 45.50338,
                "lon": -73.73367
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 33,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "215",
                "routeLongName": "Henri-Bourassa",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1494,
            "ref": "23214",
            "isActive": false,
            "label": "23214",
            "timestamp": null,
            "tripId": "204985107",
            "routeId": "170",
            "startTime": "16:42:00",
            "position": {
                "lat": 45.52207,
                "lon": -73.73322
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 24,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "170",
                "routeLongName": "Keller",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 10:55:02",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 3352,
            "ref": "23218",
            "isActive": false,
            "label": "23218",
            "timestamp": 1594327398,
            "tripId": "218417632",
            "routeId": "189",
            "startTime": "16:51:00",
            "position": {
                "lat": 45.59696,
                "lon": -73.53573
            },
            "bearing": 127,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 1,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "189",
                "routeLongName": "Notre-Dame",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2020-02-12 16:47:03",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 2884,
            "ref": "23222",
            "isActive": false,
            "label": "23222",
            "timestamp": 1600809082,
            "tripId": "222767565",
            "routeId": "460",
            "startTime": "15:47:00",
            "position": {
                "lat": 45.59967,
                "lon": -73.56883
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 47,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "460",
                "routeLongName": "Express Métropolitaine",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-12-04 11:02:03",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 20,
            "ref": "23225",
            "isActive": false,
            "label": "23225",
            "timestamp": null,
            "tripId": "213465386",
            "routeId": "18E",
            "startTime": "14:52:00",
            "position": {
                "lat": 45.59572,
                "lon": -73.53539
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 32,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": null,
                "routeTextColor": null,
                "routeShortName": null,
                "routeLongName": null,
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 21,
            "ref": "23227",
            "isActive": false,
            "label": "23227",
            "timestamp": null,
            "tripId": "212834225",
            "routeId": "49",
            "startTime": "05:05:00",
            "position": {
                "lat": 45.55673,
                "lon": -73.66742
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 52,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "49",
                "routeLongName": "Maurice-Duplessis",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1562,
            "ref": "23229",
            "isActive": false,
            "label": "23229",
            "timestamp": null,
            "tripId": "218378853",
            "routeId": "171",
            "startTime": "18:58:00",
            "position": {
                "lat": 45.55645,
                "lon": -73.66738
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 38,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "171",
                "routeLongName": "Henri-Bourassa",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 11:05:04",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 22,
            "ref": "23235",
            "isActive": false,
            "label": "23235",
            "timestamp": null,
            "tripId": "204981671",
            "routeId": "196",
            "startTime": "18:43:00",
            "position": {
                "lat": 45.43987,
                "lon": -73.68674
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 59,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "196",
                "routeLongName": "Parc-Industriel-Lachine",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1876,
            "ref": "24201",
            "isActive": false,
            "label": "24201",
            "timestamp": 1594327391,
            "tripId": "218397155",
            "routeId": "460",
            "startTime": "15:43:00",
            "position": {
                "lat": 45.55844,
                "lon": -73.61168
            },
            "bearing": 57,
            "speed": 21,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 39,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "460",
                "routeLongName": "Express Métropolitaine",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 11:50:06",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1380,
            "ref": "24202",
            "isActive": false,
            "label": "24202",
            "timestamp": 1596759739,
            "tripId": "218396904",
            "routeId": "440",
            "startTime": "19:15:00",
            "position": {
                "lat": 45.5458,
                "lon": -73.64947
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 17,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "440",
                "routeLongName": "Express Charleroi",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 10:40:02",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 23,
            "ref": "24203",
            "isActive": false,
            "label": "24203",
            "timestamp": 1597758673,
            "tripId": "218397438",
            "routeId": "41",
            "startTime": "09:01:00",
            "position": {
                "lat": 45.55172,
                "lon": -73.65542
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 54,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "41",
                "routeLongName": "Saint-Michel / Ahuntsic",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1159,
            "ref": "24204",
            "isActive": false,
            "label": "24204",
            "timestamp": null,
            "tripId": "217447881",
            "routeId": "469",
            "startTime": "10:03:00",
            "position": {
                "lat": 45.55873,
                "lon": -73.66695
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 18,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "469",
                "routeLongName": "Express Henri-Bourassa",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 09:45:03",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1811,
            "ref": "24205",
            "isActive": false,
            "label": "24205",
            "timestamp": null,
            "tripId": "218397349",
            "routeId": "469",
            "startTime": "13:37:00",
            "position": {
                "lat": 45.55652,
                "lon": -73.66727
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 18,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "469",
                "routeLongName": "Express Henri-Bourassa",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 11:40:07",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 2660,
            "ref": "24206",
            "isActive": false,
            "label": "24206",
            "timestamp": 1594327396,
            "tripId": "218394491",
            "routeId": "41",
            "startTime": "16:41:00",
            "position": {
                "lat": 45.55207,
                "lon": -73.65018
            },
            "bearing": 21,
            "speed": 30,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 3,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "41",
                "routeLongName": "Saint-Michel / Ahuntsic",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-26 12:06:04",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 2536,
            "ref": "24207",
            "isActive": false,
            "label": "24207",
            "timestamp": 1594327394,
            "tripId": "218396897",
            "routeId": "460",
            "startTime": "15:47:00",
            "position": {
                "lat": 45.54877,
                "lon": -73.63386
            },
            "bearing": 113,
            "speed": 33,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 36,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "460",
                "routeLongName": "Express Métropolitaine",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-25 10:40:02",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 3269,
            "ref": "24208",
            "isActive": false,
            "label": "24208",
            "timestamp": null,
            "tripId": "218394768",
            "routeId": "54",
            "startTime": "16:10:00",
            "position": {
                "lat": 45.57592,
                "lon": -73.63622
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 43,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "54",
                "routeLongName": "Charland / Chabanel",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2020-01-20 21:10:06",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 2259,
            "ref": "24209",
            "isActive": false,
            "label": "24209",
            "timestamp": 1594326847,
            "tripId": "218394395",
            "routeId": "440",
            "startTime": "16:01:00",
            "position": {
                "lat": 45.60653,
                "lon": -73.61991
            },
            "bearing": 65,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 18,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "440",
                "routeLongName": "Express Charleroi",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 19:55:02",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1913,
            "ref": "24210",
            "isActive": false,
            "label": "24210",
            "timestamp": 1599222048,
            "tripId": "222751358",
            "routeId": "48",
            "startTime": "07:19:00",
            "position": {
                "lat": 45.55675,
                "lon": -73.66743
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 47,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "48",
                "routeLongName": "Perras",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 11:55:09",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 24,
            "ref": "24211",
            "isActive": false,
            "label": "24211",
            "timestamp": 1603138415,
            "tripId": "222752317",
            "routeId": "460",
            "startTime": "15:03:00",
            "position": {
                "lat": 45.57587,
                "lon": -73.5939
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 44,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "460",
                "routeLongName": "Express Métropolitaine",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 2599,
            "ref": "24212",
            "isActive": false,
            "label": "24212",
            "timestamp": null,
            "tripId": "218274477",
            "routeId": "44",
            "startTime": "19:05:00",
            "position": {
                "lat": 45.6387,
                "lon": -73.59734
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 32,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "44",
                "routeLongName": "Armand-Bombardier",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-25 15:12:02",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 3216,
            "ref": "24213",
            "isActive": false,
            "label": "24213",
            "timestamp": null,
            "tripId": "903866",
            "routeId": "33",
            "startTime": "13:19:00",
            "position": {
                "lat": 45.61795,
                "lon": -73.5819
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 1,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "33",
                "routeLongName": "Langelier",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2020-01-08 12:26:04",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1412,
            "ref": "24215",
            "isActive": false,
            "label": "24215",
            "timestamp": null,
            "tripId": "213286452",
            "routeId": "141",
            "startTime": "12:55:00",
            "position": {
                "lat": 45.59447,
                "lon": -73.57304
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 25,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "141",
                "routeLongName": "Jean-Talon Est",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 10:45:03",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1381,
            "ref": "24216",
            "isActive": false,
            "label": "24216",
            "timestamp": 1597699406,
            "tripId": "218397092",
            "routeId": "469",
            "startTime": "16:46:00",
            "position": {
                "lat": 45.60265,
                "lon": -73.6321
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 14,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "469",
                "routeLongName": "Express Henri-Bourassa",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 10:40:02",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1446,
            "ref": "24217",
            "isActive": false,
            "label": "24217",
            "timestamp": 1597713208,
            "tripId": "218415634",
            "routeId": "81",
            "startTime": "20:45:00",
            "position": {
                "lat": 45.64925,
                "lon": -73.5788
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 27,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "81",
                "routeLongName": "Saint-Jean-Baptiste",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 10:50:02",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 2929,
            "ref": "24218",
            "isActive": false,
            "label": "24218",
            "timestamp": 1594327390,
            "tripId": "218378734",
            "routeId": "171",
            "startTime": "15:47:00",
            "position": {
                "lat": 45.55067,
                "lon": -73.67061
            },
            "bearing": 29,
            "speed": 9,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 46,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "171",
                "routeLongName": "Henri-Bourassa",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-12-05 20:18:04",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1563,
            "ref": "24219",
            "isActive": false,
            "label": "24219",
            "timestamp": 1601344221,
            "tripId": "222766038",
            "routeId": "119",
            "startTime": "21:15:00",
            "position": {
                "lat": 45.49532,
                "lon": -73.62482
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 44,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "119",
                "routeLongName": "Rockland",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 11:05:04",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 2608,
            "ref": "24220",
            "isActive": false,
            "label": "24220",
            "timestamp": 1594327406,
            "tripId": "218377158",
            "routeId": "119",
            "startTime": "16:16:00",
            "position": {
                "lat": 45.51997,
                "lon": -73.62041
            },
            "bearing": 232,
            "speed": 27,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 20,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "119",
                "routeLongName": "Rockland",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-25 20:06:05",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 25,
            "ref": "24221",
            "isActive": false,
            "label": "24221",
            "timestamp": 1602198803,
            "tripId": "222765682",
            "routeId": "103",
            "startTime": "18:48:00",
            "position": {
                "lat": 45.45782,
                "lon": -73.66665
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 27,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "103",
                "routeLongName": "Monkland",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 2394,
            "ref": "24222",
            "isActive": false,
            "label": "24222",
            "timestamp": 1603136949,
            "tripId": "222788111",
            "routeId": "968",
            "startTime": "15:18:00",
            "position": {
                "lat": 45.51082,
                "lon": -73.81382
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 14,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "968",
                "routeLongName": "Trainbus Roxboro / Côte-Vertu",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 21:00:05",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1526,
            "ref": "24223",
            "isActive": false,
            "label": "24223",
            "timestamp": null,
            "tripId": "209229950",
            "routeId": "55",
            "startTime": "19:12:00",
            "position": {
                "lat": 45.55433,
                "lon": -73.66863
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 50,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "55",
                "routeLongName": "Boulevard Saint-Laurent",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 11:00:03",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 3177,
            "ref": "24225",
            "isActive": false,
            "label": "24225",
            "timestamp": null,
            "tripId": "218376560",
            "routeId": "105",
            "startTime": "08:28:00",
            "position": {
                "lat": 45.47307,
                "lon": -73.6061
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 19,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "105",
                "routeLongName": "Sherbrooke",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-12-28 10:22:02",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1847,
            "ref": "24226",
            "isActive": false,
            "label": "24226",
            "timestamp": null,
            "tripId": "213362037",
            "routeId": "160",
            "startTime": "15:54:00",
            "position": {
                "lat": 45.49195,
                "lon": -73.64805
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 34,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "160",
                "routeLongName": "Barclay",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 11:45:08",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 2891,
            "ref": "24227",
            "isActive": false,
            "label": "24227",
            "timestamp": 1601559741,
            "tripId": "222767414",
            "routeId": "213",
            "startTime": "09:03:00",
            "position": {
                "lat": 45.5163,
                "lon": -73.8295
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 41,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "213",
                "routeLongName": "Parc-Industriel-Saint-Laurent",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-12-04 12:22:05",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 26,
            "ref": "24228",
            "isActive": false,
            "label": "24228",
            "timestamp": 1603138414,
            "tripId": "222749140",
            "routeId": "161",
            "startTime": "15:48:00",
            "position": {
                "lat": 45.49642,
                "lon": -73.63577
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 25,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "161",
                "routeLongName": "Van Horne",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1495,
            "ref": "24229",
            "isActive": false,
            "label": "24229",
            "timestamp": null,
            "tripId": "213458224",
            "routeId": "178",
            "startTime": "20:32:00",
            "position": {
                "lat": 45.46105,
                "lon": -73.54784
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 21,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": null,
                "routeTextColor": null,
                "routeShortName": null,
                "routeLongName": null,
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 10:55:02",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 27,
            "ref": "24230",
            "isActive": false,
            "label": "24230",
            "timestamp": null,
            "tripId": "204982323",
            "routeId": "420",
            "startTime": "17:44:00",
            "position": {
                "lat": 45.46645,
                "lon": -73.65313
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 18,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "420",
                "routeLongName": "Express Notre-Dame-de-Grâce",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1768,
            "ref": "24231",
            "isActive": false,
            "label": "24231",
            "timestamp": 1618869266,
            "tripId": "229662201",
            "routeId": "469",
            "startTime": "17:26:00",
            "position": {
                "lat": 45.5562,
                "lon": -73.66716
            },
            "bearing": 128,
            "speed": 20,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 18,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "469",
                "routeLongName": "Express Henri-Bourassa",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 11:35:03",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 28,
            "ref": "24232",
            "isActive": false,
            "label": "24232",
            "timestamp": null,
            "tripId": "213495599",
            "routeId": "128",
            "startTime": "07:08:00",
            "position": {
                "lat": 45.51952,
                "lon": -73.6662
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 70,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "128",
                "routeLongName": "Saint-Laurent",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 29,
            "ref": "24233",
            "isActive": false,
            "label": "24233",
            "timestamp": null,
            "tripId": "218417639",
            "routeId": "189",
            "startTime": "17:04:00",
            "position": {
                "lat": 45.6985,
                "lon": -73.4841
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 63,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "189",
                "routeLongName": "Notre-Dame",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 2906,
            "ref": "24234",
            "isActive": false,
            "label": "24234",
            "timestamp": 1594326851,
            "tripId": "218397480",
            "routeId": "469",
            "startTime": "16:02:00",
            "position": {
                "lat": 45.60174,
                "lon": -73.63482
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 17,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 3,
                "label": "Congestion"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "469",
                "routeLongName": "Express Henri-Bourassa",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-12-04 21:40:03",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1228,
            "ref": "24235",
            "isActive": false,
            "label": "24235",
            "timestamp": 1594327404,
            "tripId": "218397179",
            "routeId": "460",
            "startTime": "16:08:00",
            "position": {
                "lat": 45.50783,
                "lon": -73.67241
            },
            "bearing": 119,
            "speed": 29,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 30,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "460",
                "routeLongName": "Express Métropolitaine",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 10:10:02",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1328,
            "ref": "24236",
            "isActive": false,
            "label": "24236",
            "timestamp": 1603132586,
            "tripId": "222752324",
            "routeId": "460",
            "startTime": "15:11:00",
            "position": {
                "lat": 45.54598,
                "lon": -73.65017
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 38,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "460",
                "routeLongName": "Express Métropolitaine",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 10:30:02",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 30,
            "ref": "24238",
            "isActive": false,
            "label": "24238",
            "timestamp": null,
            "tripId": "218413727",
            "routeId": "33",
            "startTime": "14:46:00",
            "position": {
                "lat": 45.62775,
                "lon": -73.61543
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 61,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "33",
                "routeLongName": "Langelier",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1292,
            "ref": "24239",
            "isActive": false,
            "label": "24239",
            "timestamp": 1599011002,
            "tripId": "221070010",
            "routeId": "33",
            "startTime": "21:00:00",
            "position": {
                "lat": 45.62755,
                "lon": -73.61525
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 65,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "33",
                "routeLongName": "Langelier",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 10:25:03",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1769,
            "ref": "24240",
            "isActive": false,
            "label": "24240",
            "timestamp": null,
            "tripId": "218417063",
            "routeId": "187",
            "startTime": "12:18:00",
            "position": {
                "lat": 45.60098,
                "lon": -73.53242
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 42,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "187",
                "routeLongName": "René-Lévesque",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 11:35:03",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 31,
            "ref": "24241",
            "isActive": false,
            "label": "24241",
            "timestamp": 1601466203,
            "tripId": "222764841",
            "routeId": "188",
            "startTime": "07:24:00",
            "position": {
                "lat": 45.52072,
                "lon": -73.66161
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 3,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "188",
                "routeLongName": "Couture",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 3245,
            "ref": "24242",
            "isActive": false,
            "label": "24242",
            "timestamp": 1597765938,
            "tripId": "222465948",
            "routeId": "178",
            "startTime": "20:50:00",
            "position": {
                "lat": 45.53192,
                "lon": -73.60095
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 22,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": null,
                "routeTextColor": null,
                "routeShortName": null,
                "routeLongName": null,
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2020-01-14 21:16:07",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 2124,
            "ref": "24243",
            "isActive": false,
            "label": "24243",
            "timestamp": 1594327406,
            "tripId": "218377581",
            "routeId": "162",
            "startTime": "16:40:00",
            "position": {
                "lat": 45.46716,
                "lon": -73.66766
            },
            "bearing": 208,
            "speed": 35,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 7,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "162",
                "routeLongName": "Westminster",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 12:40:08",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1413,
            "ref": "24245",
            "isActive": false,
            "label": "24245",
            "timestamp": 1597754530,
            "tripId": "223318619",
            "routeId": "162",
            "startTime": "08:12:00",
            "position": {
                "lat": 45.47702,
                "lon": -73.62154
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 35,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "162",
                "routeLongName": "Westminster",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 10:45:03",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 3068,
            "ref": "24246",
            "isActive": false,
            "label": "24246",
            "timestamp": 1594327399,
            "tripId": "218421325",
            "routeId": "129",
            "startTime": "15:49:00",
            "position": {
                "lat": 45.50874,
                "lon": -73.55588
            },
            "bearing": 27,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 42,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 0,
                "label": "Empty"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "129",
                "routeLongName": "Côte-Sainte-Catherine",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-12-14 16:32:02",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 3233,
            "ref": "24247",
            "isActive": false,
            "label": "24247",
            "timestamp": null,
            "tripId": "223320830",
            "routeId": "919",
            "startTime": "09:30:00",
            "position": {
                "lat": 45.50742,
                "lon": -73.64268
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 12,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": null,
                "routeTextColor": null,
                "routeShortName": null,
                "routeLongName": null,
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2020-01-12 21:18:05",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1414,
            "ref": "24248",
            "isActive": false,
            "label": "24248",
            "timestamp": 1594327393,
            "tripId": "218416043",
            "routeId": "33",
            "startTime": "15:38:00",
            "position": {
                "lat": 45.62868,
                "lon": -73.61641
            },
            "bearing": 151,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 60,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "33",
                "routeLongName": "Langelier",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 10:45:03",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 2036,
            "ref": "24249",
            "isActive": false,
            "label": "24249",
            "timestamp": 1598530705,
            "tripId": "222767160",
            "routeId": "171",
            "startTime": "07:32:00",
            "position": {
                "lat": 45.52172,
                "lon": -73.66698
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 5,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 3,
                "label": "Canceled"
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "171",
                "routeLongName": "Henri-Bourassa",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 12:15:07",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 32,
            "ref": "24250",
            "isActive": false,
            "label": "24250",
            "timestamp": 1594327093,
            "tripId": "218416392",
            "routeId": "86",
            "startTime": "15:26:00",
            "position": {
                "lat": 45.65788,
                "lon": -73.56944
            },
            "bearing": 231,
            "speed": 14,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 98,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "86",
                "routeLongName": "Pointe-aux-Trembles",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 2037,
            "ref": "24252",
            "isActive": false,
            "label": "24252",
            "timestamp": null,
            "tripId": "218428086",
            "routeId": "58",
            "startTime": "07:53:00",
            "position": {
                "lat": 45.47003,
                "lon": -73.56585
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 35,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": null,
                "routeTextColor": null,
                "routeShortName": null,
                "routeLongName": null,
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 12:15:07",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1177,
            "ref": "24253",
            "isActive": false,
            "label": "24253",
            "timestamp": 1603138412,
            "tripId": "226465146",
            "routeId": "125",
            "startTime": "15:46:00",
            "position": {
                "lat": 45.5284,
                "lon": -73.55705
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 25,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "125",
                "routeLongName": "Ontario",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 09:55:04",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 33,
            "ref": "24254",
            "isActive": false,
            "label": "24254",
            "timestamp": 1594327405,
            "tripId": "218427600",
            "routeId": "35",
            "startTime": "16:14:00",
            "position": {
                "lat": 45.48136,
                "lon": -73.57777
            },
            "bearing": 229,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 24,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "35",
                "routeLongName": "Griffintown",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 34,
            "ref": "24255",
            "isActive": false,
            "label": "24255",
            "timestamp": 1611315940,
            "tripId": "229041067",
            "routeId": "460",
            "startTime": "06:30:00",
            "position": {
                "lat": 45.44973,
                "lon": -73.74468
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 8,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "460",
                "routeLongName": "Express Métropolitaine",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 35,
            "ref": "24256",
            "isActive": false,
            "label": "24256",
            "timestamp": 1594327404,
            "tripId": "218429055",
            "routeId": "90",
            "startTime": "16:51:00",
            "position": {
                "lat": 45.48906,
                "lon": -73.58334
            },
            "bearing": 135,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 1,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "90",
                "routeLongName": "Saint-Jacques",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1629,
            "ref": "24257",
            "isActive": false,
            "label": "24257",
            "timestamp": 1608301635,
            "tripId": "222817501",
            "routeId": "460",
            "startTime": "07:27:00",
            "position": {
                "lat": 45.54558,
                "lon": -73.65031
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 41,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "460",
                "routeLongName": "Express Métropolitaine",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 11:15:05",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 36,
            "ref": "24258",
            "isActive": false,
            "label": "24258",
            "timestamp": 1594327406,
            "tripId": "218426986",
            "routeId": "411",
            "startTime": "16:16:00",
            "position": {
                "lat": 45.44309,
                "lon": -73.8146
            },
            "bearing": 253,
            "speed": 4,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 5,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "411",
                "routeLongName": "Express Lionel-Groulx",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 37,
            "ref": "24259",
            "isActive": false,
            "label": "24259",
            "timestamp": null,
            "tripId": "218395594",
            "routeId": "469",
            "startTime": "17:24:00",
            "position": {
                "lat": 45.6234,
                "lon": -73.62135
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 16,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "469",
                "routeLongName": "Express Henri-Bourassa",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 38,
            "ref": "24260",
            "isActive": false,
            "label": "24260",
            "timestamp": 1594327129,
            "tripId": "218394752",
            "routeId": "54",
            "startTime": "15:49:00",
            "position": {
                "lat": 45.57496,
                "lon": -73.63611
            },
            "bearing": 212,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 42,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "54",
                "routeLongName": "Charland / Chabanel",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1959,
            "ref": "24261",
            "isActive": false,
            "label": "24261",
            "timestamp": null,
            "tripId": "218394662",
            "routeId": "54",
            "startTime": "09:09:00",
            "position": {
                "lat": 45.5286,
                "lon": -73.66817
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 23,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "54",
                "routeLongName": "Charland / Chabanel",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 12:00:10",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1447,
            "ref": "24262",
            "isActive": false,
            "label": "24262",
            "timestamp": 1598305118,
            "tripId": "222752420",
            "routeId": "469",
            "startTime": "17:09:00",
            "position": {
                "lat": 45.62358,
                "lon": -73.62173
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 17,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "469",
                "routeLongName": "Express Henri-Bourassa",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 10:50:02",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 2749,
            "ref": "24263",
            "isActive": false,
            "label": "24263",
            "timestamp": 1603101250,
            "tripId": "222752232",
            "routeId": "460",
            "startTime": "08:03:00",
            "position": {
                "lat": 45.54547,
                "lon": -73.64927
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 28,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "460",
                "routeLongName": "Express Métropolitaine",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-28 12:24:04",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 39,
            "ref": "24264",
            "isActive": false,
            "label": "24264",
            "timestamp": 1594327404,
            "tripId": "218394728",
            "routeId": "54",
            "startTime": "16:38:00",
            "position": {
                "lat": 45.5667,
                "lon": -73.64307
            },
            "bearing": 211,
            "speed": 12,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 8,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "54",
                "routeLongName": "Charland / Chabanel",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1770,
            "ref": "24265",
            "isActive": false,
            "label": "24265",
            "timestamp": 1597066536,
            "tripId": "218396932",
            "routeId": "460",
            "startTime": "07:44:00",
            "position": {
                "lat": 45.54623,
                "lon": -73.64978
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 50,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "460",
                "routeLongName": "Express Métropolitaine",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 11:35:03",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 40,
            "ref": "24266",
            "isActive": false,
            "label": "24266",
            "timestamp": 1594327398,
            "tripId": "218396895",
            "routeId": "440",
            "startTime": "16:35:00",
            "position": {
                "lat": 45.56294,
                "lon": -73.64289
            },
            "bearing": 30,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 2,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 3,
                "label": "Congestion"
            },
            "occupancyStatus": {
                "data": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "440",
                "routeLongName": "Express Charleroi",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1448,
            "ref": "24267",
            "isActive": false,
            "label": "24267",
            "timestamp": 1599652349,
            "tripId": "222752205",
            "routeId": "406",
            "startTime": "07:51:00",
            "position": {
                "lat": 45.42945,
                "lon": -73.6427
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 19,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 3,
                "label": "Canceled"
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": null,
                "routeTextColor": null,
                "routeShortName": null,
                "routeLongName": null,
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 10:50:02",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 41,
            "ref": "24268",
            "isActive": false,
            "label": "24268",
            "timestamp": 1594327406,
            "tripId": "218397120",
            "routeId": "460",
            "startTime": "16:19:00",
            "position": {
                "lat": 45.50046,
                "lon": -73.68219
            },
            "bearing": 48,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 26,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "460",
                "routeLongName": "Express Métropolitaine",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1960,
            "ref": "24269",
            "isActive": false,
            "label": "24269",
            "timestamp": 1594327404,
            "tripId": "218397173",
            "routeId": "460",
            "startTime": "16:00:00",
            "position": {
                "lat": 45.5243,
                "lon": -73.65289
            },
            "bearing": 193,
            "speed": 37,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 18,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "460",
                "routeLongName": "Express Métropolitaine",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 12:00:10",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 3180,
            "ref": "24270",
            "isActive": false,
            "label": "24270",
            "timestamp": 1594326878,
            "tripId": "218397127",
            "routeId": "460",
            "startTime": "15:09:00",
            "position": {
                "lat": 45.59941,
                "lon": -73.56887
            },
            "bearing": 172,
            "speed": 21,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 47,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "460",
                "routeLongName": "Express Métropolitaine",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-12-29 18:36:02",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 2596,
            "ref": "24271",
            "isActive": false,
            "label": "24271",
            "timestamp": 1594327404,
            "tripId": "218397409",
            "routeId": "469",
            "startTime": "16:37:00",
            "position": {
                "lat": 45.57878,
                "lon": -73.6528
            },
            "bearing": 29,
            "speed": 9,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 2,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "469",
                "routeLongName": "Express Henri-Bourassa",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-25 12:58:04",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 2322,
            "ref": "24272",
            "isActive": false,
            "label": "24272",
            "timestamp": 1594327389,
            "tripId": "218397187",
            "routeId": "460",
            "startTime": "16:13:00",
            "position": {
                "lat": 45.50825,
                "lon": -73.67307
            },
            "bearing": 300,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 29,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "460",
                "routeLongName": "Express Métropolitaine",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 20:05:05",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1329,
            "ref": "24273",
            "isActive": false,
            "label": "24273",
            "timestamp": 1602714532,
            "tripId": "222752331",
            "routeId": "460",
            "startTime": "16:44:00",
            "position": {
                "lat": 45.54642,
                "lon": -73.65224
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 47,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "460",
                "routeLongName": "Express Métropolitaine",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 10:30:02",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 2896,
            "ref": "24274",
            "isActive": false,
            "label": "24274",
            "timestamp": 1594327107,
            "tripId": "218397130",
            "routeId": "460",
            "startTime": "15:20:00",
            "position": {
                "lat": 45.59896,
                "lon": -73.5686
            },
            "bearing": 116,
            "speed": 35,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 47,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "460",
                "routeLongName": "Express Métropolitaine",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-12-04 20:20:07",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 42,
            "ref": "24276",
            "isActive": false,
            "label": "24276",
            "timestamp": 1594327398,
            "tripId": "218397417",
            "routeId": "469",
            "startTime": "16:29:00",
            "position": {
                "lat": 45.60263,
                "lon": -73.63217
            },
            "bearing": 245,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 16,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "469",
                "routeLongName": "Express Henri-Bourassa",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 43,
            "ref": "24277",
            "isActive": false,
            "label": "24277",
            "timestamp": 1608318088,
            "tripId": "221368654",
            "routeId": "187",
            "startTime": "13:30:00",
            "position": {
                "lat": 45.59933,
                "lon": -73.53342
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 43,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "187",
                "routeLongName": "René-Lévesque",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 3153,
            "ref": "24278",
            "isActive": false,
            "label": "24278",
            "timestamp": 1594327404,
            "tripId": "218417601",
            "routeId": "432",
            "startTime": "16:14:00",
            "position": {
                "lat": 45.61359,
                "lon": -73.62719
            },
            "bearing": 323,
            "speed": 44,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 17,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 0,
                "label": "Empty"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "432",
                "routeLongName": "Express Lacordaire",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-12-23 11:28:03",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 3008,
            "ref": "24279",
            "isActive": false,
            "label": "24279",
            "timestamp": null,
            "tripId": "217680668",
            "routeId": "49",
            "startTime": "16:10:00",
            "position": {
                "lat": 45.66463,
                "lon": -73.5458
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 61,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "49",
                "routeLongName": "Maurice-Duplessis",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-12-11 10:54:04",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1630,
            "ref": "24280",
            "isActive": false,
            "label": "24280",
            "timestamp": null,
            "tripId": "213360937",
            "routeId": "18E",
            "startTime": "14:59:00",
            "position": {
                "lat": 45.53107,
                "lon": -73.61031
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 21,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": null,
                "routeTextColor": null,
                "routeShortName": null,
                "routeLongName": null,
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 11:15:05",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 2038,
            "ref": "24281",
            "isActive": false,
            "label": "24281",
            "timestamp": 1598657374,
            "tripId": "221221155",
            "routeId": "411",
            "startTime": "18:40:00",
            "position": {
                "lat": 45.40487,
                "lon": -73.93667
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 20,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "411",
                "routeLongName": "Express Lionel-Groulx",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 12:15:09",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 2178,
            "ref": "24282",
            "isActive": false,
            "label": "24282",
            "timestamp": 1594327399,
            "tripId": "218429905",
            "routeId": "109",
            "startTime": "16:15:00",
            "position": {
                "lat": 45.42999,
                "lon": -73.60979
            },
            "bearing": 134,
            "speed": 24,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 30,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": null,
                "routeTextColor": null,
                "routeShortName": null,
                "routeLongName": null,
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 13:05:05",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1415,
            "ref": "24283",
            "isActive": false,
            "label": "24283",
            "timestamp": 1594327025,
            "tripId": "218429373",
            "routeId": "406",
            "startTime": "16:08:00",
            "position": {
                "lat": 45.42515,
                "lon": -73.64867
            },
            "bearing": 64,
            "speed": 28,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 29,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": null,
                "routeTextColor": null,
                "routeShortName": null,
                "routeLongName": null,
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 10:45:03",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1602,
            "ref": "24285",
            "isActive": false,
            "label": "24285",
            "timestamp": null,
            "tripId": "204981911",
            "routeId": "113E",
            "startTime": "08:34:00",
            "position": {
                "lat": 45.43705,
                "lon": -73.60005
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 5,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": null,
                "routeTextColor": null,
                "routeShortName": null,
                "routeLongName": null,
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 11:10:03",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 2676,
            "ref": "24286",
            "isActive": false,
            "label": "24286",
            "timestamp": null,
            "tripId": "204980122",
            "routeId": "406",
            "startTime": "18:30:00",
            "position": {
                "lat": 45.42183,
                "lon": -73.648
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 25,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": null,
                "routeTextColor": null,
                "routeShortName": null,
                "routeLongName": null,
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-26 19:44:06",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 2849,
            "ref": "24287",
            "isActive": false,
            "label": "24287",
            "timestamp": null,
            "tripId": "218427274",
            "routeId": "425",
            "startTime": "17:23:00",
            "position": {
                "lat": 45.43638,
                "lon": -73.89845
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 35,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "425",
                "routeLongName": "Express Anse-à-l'Orme",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-12-03 10:16:02",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 2014,
            "ref": "24288",
            "isActive": false,
            "label": "24288",
            "timestamp": 1594327393,
            "tripId": "218427280",
            "routeId": "496",
            "startTime": "16:11:00",
            "position": {
                "lat": 45.45393,
                "lon": -73.62328
            },
            "bearing": 54,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 21,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "496",
                "routeLongName": "Express Victoria",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 12:10:12",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 2086,
            "ref": "24289",
            "isActive": false,
            "label": "24289",
            "timestamp": null,
            "tripId": "218305269",
            "routeId": "107",
            "startTime": "05:00:00",
            "position": {
                "lat": 45.44133,
                "lon": -73.63412
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 9,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "107",
                "routeLongName": "Verdun",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 12:25:11",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1208,
            "ref": "24291",
            "isActive": false,
            "label": "24291",
            "timestamp": 1594327263,
            "tripId": "218426975",
            "routeId": "411",
            "startTime": "16:56:00",
            "position": {
                "lat": 45.40359,
                "lon": -73.94041
            },
            "bearing": 249,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 1,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "411",
                "routeLongName": "Express Lionel-Groulx",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 10:05:03",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 2396,
            "ref": "24292",
            "isActive": false,
            "label": "24292",
            "timestamp": 1594327398,
            "tripId": "218430553",
            "routeId": "138",
            "startTime": "16:28:00",
            "position": {
                "lat": 45.46842,
                "lon": -73.63961
            },
            "bearing": 119,
            "speed": 41,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 16,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "138",
                "routeLongName": "Notre-Dame-de-Grâce",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 21:00:07",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 44,
            "ref": "24293",
            "isActive": false,
            "label": "24293",
            "timestamp": 1594327108,
            "tripId": "218427153",
            "routeId": "491",
            "startTime": "16:02:00",
            "position": {
                "lat": 45.43748,
                "lon": -73.68873
            },
            "bearing": 359,
            "speed": 3,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 14,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "491",
                "routeLongName": "Express Provost",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 2771,
            "ref": "24294",
            "isActive": false,
            "label": "24294",
            "timestamp": 1609935858,
            "tripId": "229041398",
            "routeId": "180",
            "startTime": "07:31:00",
            "position": {
                "lat": 45.54965,
                "lon": -73.6563
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 1,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "180",
                "routeLongName": "De Salaberry",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-29 10:28:03",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 2125,
            "ref": "24295",
            "isActive": false,
            "label": "24295",
            "timestamp": null,
            "tripId": "223319927",
            "routeId": "213",
            "startTime": "18:09:00",
            "position": {
                "lat": 45.51342,
                "lon": -73.68372
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 42,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "213",
                "routeLongName": "Parc-Industriel-Saint-Laurent",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 12:40:11",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1449,
            "ref": "24296",
            "isActive": false,
            "label": "24296",
            "timestamp": null,
            "tripId": "213464628",
            "routeId": "46",
            "startTime": "09:10:00",
            "position": {
                "lat": 45.52625,
                "lon": -73.58794
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 8,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "46",
                "routeLongName": "Casgrain",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 10:50:02",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 45,
            "ref": "24297",
            "isActive": false,
            "label": "24297",
            "timestamp": 1602626324,
            "tripId": "222764913",
            "routeId": "64",
            "startTime": "17:47:00",
            "position": {
                "lat": 45.52953,
                "lon": -73.71597
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 17,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "64",
                "routeLongName": "Grenet",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1664,
            "ref": "24298",
            "isActive": false,
            "label": "24298",
            "timestamp": 1600201190,
            "tripId": "222788118",
            "routeId": "968",
            "startTime": "15:49:00",
            "position": {
                "lat": 45.51085,
                "lon": -73.81133
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 14,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "968",
                "routeLongName": "Trainbus Roxboro / Côte-Vertu",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 11:20:05",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 9328,
            "ref": "24299",
            "isActive": false,
            "label": "24299",
            "timestamp": null,
            "tripId": "941219",
            "routeId": "427",
            "startTime": "06:17:00",
            "position": {
                "lat": null,
                "lon": null
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 3,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 1,
                "label": "Added"
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "427",
                "routeLongName": "Express Saint-Joseph",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2020-12-29 06:20:04",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1527,
            "ref": "24301",
            "isActive": false,
            "label": "24301",
            "timestamp": 1620161328,
            "tripId": "229093086",
            "routeId": "193",
            "startTime": "15:55:00",
            "position": {
                "lat": 45.60662,
                "lon": -73.57185
            },
            "bearing": 49,
            "speed": 14,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 48,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "193",
                "routeLongName": "Jarry",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 11:00:03",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 2920,
            "ref": "24302",
            "isActive": false,
            "label": "24302",
            "timestamp": 1603112901,
            "tripId": "222764732",
            "routeId": "68",
            "startTime": "08:03:00",
            "position": {
                "lat": 45.4376,
                "lon": -73.90125
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 79,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "68",
                "routeLongName": "Pierrefonds",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-12-05 12:28:07",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 3192,
            "ref": "24303",
            "isActive": false,
            "label": "24303",
            "timestamp": 1594327399,
            "tripId": "218379615",
            "routeId": "919",
            "startTime": "16:30:00",
            "position": {
                "lat": 45.50582,
                "lon": -73.64254
            },
            "bearing": 177,
            "speed": 19,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 13,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": null,
                "routeTextColor": null,
                "routeShortName": null,
                "routeLongName": null,
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2020-01-02 15:58:03",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 46,
            "ref": "24304",
            "isActive": false,
            "label": "24304",
            "timestamp": 1611876436,
            "tripId": "229042432",
            "routeId": "136",
            "startTime": "17:54:00",
            "position": {
                "lat": 45.59963,
                "lon": -73.61138
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 34,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "136",
                "routeLongName": "Viau",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1416,
            "ref": "24306",
            "isActive": false,
            "label": "24306",
            "timestamp": null,
            "tripId": "222752188",
            "routeId": "460",
            "startTime": "07:44:00",
            "position": {
                "lat": null,
                "lon": null
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 50,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "460",
                "routeLongName": "Express Métropolitaine",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 10:45:03",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1632,
            "ref": "24307",
            "isActive": false,
            "label": "24307",
            "timestamp": null,
            "tripId": "223319960",
            "routeId": "171",
            "startTime": "17:10:00",
            "position": {
                "lat": 45.55213,
                "lon": -73.66972
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 37,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "171",
                "routeLongName": "Henri-Bourassa",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 11:15:05",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 47,
            "ref": "25201",
            "isActive": false,
            "label": "25201",
            "timestamp": 1614865888,
            "tripId": "225757623",
            "routeId": "97",
            "startTime": "08:00:00",
            "position": {
                "lat": 45.51637,
                "lon": -73.58875
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 37,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "97",
                "routeLongName": "Avenue-du-Mont-Royal",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1990,
            "ref": "25202",
            "isActive": false,
            "label": "25202",
            "timestamp": 1632517638,
            "tripId": "238426887",
            "routeId": "410",
            "startTime": "15:48:00",
            "position": {
                "lat": 45.70119,
                "lon": -73.48113
            },
            "bearing": 75,
            "speed": 19,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 37,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "410",
                "routeLongName": "Express Notre-Dame",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 12:05:11",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 2901,
            "ref": "25203",
            "isActive": false,
            "label": "25203",
            "timestamp": 1628688056,
            "tripId": "232405927",
            "routeId": "25",
            "startTime": "08:54:00",
            "position": {
                "lat": 45.53207,
                "lon": -73.59753
            },
            "bearing": 29,
            "speed": 31,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 22,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "25",
                "routeLongName": "Angus",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-12-04 20:42:07",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 3111,
            "ref": "25204",
            "isActive": false,
            "label": "25204",
            "timestamp": 1617751543,
            "tripId": "229031367",
            "routeId": "430",
            "startTime": "18:28:00",
            "position": {
                "lat": 45.68914,
                "lon": -73.49046
            },
            "bearing": 103,
            "speed": 41,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 33,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "430",
                "routeLongName": "Express Pointe-aux-Trembles",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-12-18 20:40:06",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 739,
            "ref": "25205",
            "isActive": false,
            "label": "25205",
            "timestamp": 1633522473,
            "tripId": "238426948",
            "routeId": "427",
            "startTime": "07:25:00",
            "position": {
                "lat": 45.49504,
                "lon": -73.57996
            },
            "bearing": 206,
            "speed": 26,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 29,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "427",
                "routeLongName": "Express Saint-Joseph",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 01:13:02",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 2752,
            "ref": "25206",
            "isActive": false,
            "label": "25206",
            "timestamp": 1632139993,
            "tripId": "238426954",
            "routeId": "427",
            "startTime": "07:34:00",
            "position": {
                "lat": 45.49377,
                "lon": -73.56907
            },
            "bearing": 124,
            "speed": 32,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 27,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "427",
                "routeLongName": "Express Saint-Joseph",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-28 14:38:03",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 3266,
            "ref": "25207",
            "isActive": false,
            "label": "25207",
            "timestamp": 1620736301,
            "tripId": "229031661",
            "routeId": "410",
            "startTime": "07:26:00",
            "position": {
                "lat": 45.49777,
                "lon": -73.56652
            },
            "bearing": 124,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 38,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "410",
                "routeLongName": "Express Notre-Dame",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2020-01-20 12:28:11",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1073,
            "ref": "25208",
            "isActive": false,
            "label": "25208",
            "timestamp": 1645021788,
            "tripId": "241510984",
            "routeId": "427",
            "startTime": "08:42:00",
            "position": {
                "lat": 45.49544,
                "lon": -73.5795
            },
            "bearing": 221,
            "speed": 23,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 29,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "427",
                "routeLongName": "Express Saint-Joseph",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 02:55:03",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 2841,
            "ref": "25209",
            "isActive": false,
            "label": "25209",
            "timestamp": 1620045209,
            "tripId": "229030420",
            "routeId": "51E",
            "startTime": "08:25:00",
            "position": {
                "lat": 45.52022,
                "lon": -73.59715
            },
            "bearing": 307,
            "speed": 20,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 6,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": null,
                "routeTextColor": null,
                "routeShortName": null,
                "routeLongName": null,
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-12-02 20:00:05",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1877,
            "ref": "25210",
            "isActive": false,
            "label": "25210",
            "timestamp": 1594327083,
            "tripId": "218427272",
            "routeId": "496",
            "startTime": "15:56:00",
            "position": {
                "lat": 45.44773,
                "lon": -73.7439
            },
            "bearing": 14,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 19,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "496",
                "routeLongName": "Express Victoria",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 11:50:09",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1120,
            "ref": "25211",
            "isActive": false,
            "label": "25211",
            "timestamp": 1615333225,
            "tripId": "229202241",
            "routeId": "55",
            "startTime": "17:44:00",
            "position": {
                "lat": 45.55416,
                "lon": -73.66869
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 49,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "55",
                "routeLongName": "Boulevard Saint-Laurent",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 03:20:03",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 3107,
            "ref": "25212",
            "isActive": false,
            "label": "25212",
            "timestamp": 1613871611,
            "tripId": "223494094",
            "routeId": "55",
            "startTime": "18:30:00",
            "position": {
                "lat": 45.53143,
                "lon": -73.60133
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 50,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "55",
                "routeLongName": "Boulevard Saint-Laurent",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-12-18 12:26:09",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 741,
            "ref": "25213",
            "isActive": false,
            "label": "25213",
            "timestamp": 1628075094,
            "tripId": "231569151",
            "routeId": "99",
            "startTime": "06:30:00",
            "position": {
                "lat": 45.57036,
                "lon": -73.59564
            },
            "bearing": 33,
            "speed": 15,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 27,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "99",
                "routeLongName": "Villeray",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 01:13:02",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 48,
            "ref": "25214",
            "isActive": false,
            "label": "25214",
            "timestamp": 1621033658,
            "tripId": "230205371",
            "routeId": "31",
            "startTime": "18:39:00",
            "position": {
                "lat": 45.53123,
                "lon": -73.60183
            },
            "bearing": 108,
            "speed": 2,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 29,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "31",
                "routeLongName": "Saint-Denis",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 6816,
            "ref": "25215",
            "isActive": false,
            "label": "25215",
            "timestamp": 1622033320,
            "tripId": "230204100",
            "routeId": "18",
            "startTime": "08:30:00",
            "position": {
                "lat": 45.58073,
                "lon": -73.56503
            },
            "bearing": 203,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 15,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "18",
                "routeLongName": "Beaubien",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2020-03-09 16:11:03",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 2921,
            "ref": "25216",
            "isActive": false,
            "label": "25216",
            "timestamp": 1622414429,
            "tripId": "226862900",
            "routeId": "179",
            "startTime": "18:12:00",
            "position": {
                "lat": 45.54152,
                "lon": -73.69813
            },
            "bearing": 101,
            "speed": 28,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 35,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "179",
                "routeLongName": "De l'Acadie",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-12-05 12:28:08",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 3012,
            "ref": "25217",
            "isActive": false,
            "label": "25217",
            "timestamp": 1632146125,
            "tripId": "239574237",
            "routeId": "49",
            "startTime": "08:57:00",
            "position": {
                "lat": 45.55651,
                "lon": -73.66724
            },
            "bearing": 176,
            "speed": 13,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 52,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "49",
                "routeLongName": "Maurice-Duplessis",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-12-11 12:26:09",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 49,
            "ref": "25218",
            "isActive": false,
            "label": "25218",
            "timestamp": 1594327393,
            "tripId": "219805950",
            "routeId": "196",
            "startTime": "16:18:00",
            "position": {
                "lat": 45.46423,
                "lon": -73.70657
            },
            "bearing": 133,
            "speed": 41,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 36,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "196",
                "routeLongName": "Parc-Industriel-Lachine",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 2963,
            "ref": "25219",
            "isActive": false,
            "label": "25219",
            "timestamp": 1623072398,
            "tripId": "231063497",
            "routeId": "18",
            "startTime": "08:38:00",
            "position": {
                "lat": 45.53063,
                "lon": -73.60944
            },
            "bearing": 302,
            "speed": 27,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 50,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "18",
                "routeLongName": "Beaubien",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-12-07 18:02:02",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 2513,
            "ref": "25220",
            "isActive": false,
            "label": "25220",
            "timestamp": 1594327389,
            "tripId": "218421542",
            "routeId": "129",
            "startTime": "16:16:00",
            "position": {
                "lat": 45.51582,
                "lon": -73.60201
            },
            "bearing": 264,
            "speed": 45,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 18,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "129",
                "routeLongName": "Côte-Sainte-Catherine",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-24 17:40:02",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 2136,
            "ref": "25221",
            "isActive": false,
            "label": "25221",
            "timestamp": 1594327406,
            "tripId": "218421276",
            "routeId": "55",
            "startTime": "16:30:00",
            "position": {
                "lat": 45.51382,
                "lon": -73.5724
            },
            "bearing": 299,
            "speed": 13,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 9,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "55",
                "routeLongName": "Boulevard Saint-Laurent",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 12:45:11",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 6820,
            "ref": "25222",
            "isActive": false,
            "label": "25222",
            "timestamp": 1594327398,
            "tripId": "218422165",
            "routeId": "179",
            "startTime": "16:14:00",
            "position": {
                "lat": 45.53532,
                "lon": -73.66341
            },
            "bearing": 292,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 22,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "179",
                "routeLongName": "De l'Acadie",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2020-03-09 21:08:03",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1528,
            "ref": "25223",
            "isActive": false,
            "label": "25223",
            "timestamp": 1625524553,
            "tripId": "231569739",
            "routeId": "18",
            "startTime": "17:46:00",
            "position": {
                "lat": 45.59555,
                "lon": -73.53551
            },
            "bearing": 23,
            "speed": 38,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 53,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "18",
                "routeLongName": "Beaubien",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 11:00:03",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1703,
            "ref": "25224",
            "isActive": false,
            "label": "25224",
            "timestamp": 1615126547,
            "tripId": "225756088",
            "routeId": "55",
            "startTime": "08:30:00",
            "position": {
                "lat": 45.50525,
                "lon": -73.5564
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 47,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "55",
                "routeLongName": "Boulevard Saint-Laurent",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 11:25:04",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 50,
            "ref": "25225",
            "isActive": false,
            "label": "25225",
            "timestamp": 1633375996,
            "tripId": "243243568",
            "routeId": "100E",
            "startTime": "14:55:00",
            "position": {
                "lat": 45.54179,
                "lon": -73.6412
            },
            "bearing": 25,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 23,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": null,
                "routeTextColor": null,
                "routeShortName": null,
                "routeLongName": null,
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 2791,
            "ref": "25226",
            "isActive": false,
            "label": "25226",
            "timestamp": 1643287656,
            "tripId": "241512476",
            "routeId": "430",
            "startTime": "06:43:00",
            "position": {
                "lat": 45.49652,
                "lon": -73.5725
            },
            "bearing": 211,
            "speed": 7,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 35,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "430",
                "routeLongName": "Express Pointe-aux-Trembles",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-29 20:30:07",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1665,
            "ref": "25227",
            "isActive": false,
            "label": "25227",
            "timestamp": 1625869542,
            "tripId": "231570301",
            "routeId": "161",
            "startTime": "18:07:00",
            "position": {
                "lat": 45.46208,
                "lon": -73.67155
            },
            "bearing": 31,
            "speed": 19,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 28,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "161",
                "routeLongName": "Van Horne",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 11:20:05",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 2040,
            "ref": "25228",
            "isActive": false,
            "label": "25228",
            "timestamp": 1621252887,
            "tripId": "230205578",
            "routeId": "144",
            "startTime": "07:40:00",
            "position": {
                "lat": 45.48949,
                "lon": -73.58492
            },
            "bearing": 131,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 21,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "144",
                "routeLongName": "Avenue des Pins",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 12:15:10",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 51,
            "ref": "25229",
            "isActive": false,
            "label": "25229",
            "timestamp": 1622722709,
            "tripId": "237847826",
            "routeId": "179",
            "startTime": "07:45:00",
            "position": {
                "lat": 45.54091,
                "lon": -73.69639
            },
            "bearing": 116,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 35,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "179",
                "routeLongName": "De l'Acadie",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 52,
            "ref": "25230",
            "isActive": false,
            "label": "25230",
            "timestamp": 1594327043,
            "tripId": "218421320",
            "routeId": "55",
            "startTime": "16:49:00",
            "position": {
                "lat": 45.50643,
                "lon": -73.55622
            },
            "bearing": 294,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 1,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "55",
                "routeLongName": "Boulevard Saint-Laurent",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1991,
            "ref": "25231",
            "isActive": false,
            "label": "25231",
            "timestamp": 1610720243,
            "tripId": "230205854",
            "routeId": "92",
            "startTime": "00:38:00",
            "position": {
                "lat": 45.53145,
                "lon": -73.60175
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 28,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "92",
                "routeLongName": "Jean-Talon Ouest",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 12:05:12",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 6858,
            "ref": "25232",
            "isActive": false,
            "label": "25232",
            "timestamp": 1626904178,
            "tripId": "232342063",
            "routeId": "186",
            "startTime": "17:20:00",
            "position": {
                "lat": 45.69399,
                "lon": -73.49612
            },
            "bearing": 27,
            "speed": 24,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 44,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "186",
                "routeLongName": "Sherbrooke-Est",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2020-03-10 15:33:03",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 53,
            "ref": "25233",
            "isActive": false,
            "label": "25233",
            "timestamp": 1628757552,
            "tripId": "232343488",
            "routeId": "362",
            "startTime": "03:07:00",
            "position": {
                "lat": 45.5312,
                "lon": -73.54825
            },
            "bearing": 304,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 111,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "362",
                "routeLongName": "Hochelaga / Notre-Dame",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 3366,
            "ref": "25234",
            "isActive": false,
            "label": "25234",
            "timestamp": 1632806579,
            "tripId": "239577002",
            "routeId": "141",
            "startTime": "00:55:00",
            "position": {
                "lat": 45.56017,
                "lon": -73.59714
            },
            "bearing": 212,
            "speed": 52,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 48,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "141",
                "routeLongName": "Jean-Talon Est",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2020-02-19 15:38:03",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 54,
            "ref": "25235",
            "isActive": false,
            "label": "25235",
            "timestamp": 1625915376,
            "tripId": "231720266",
            "routeId": "187",
            "startTime": "07:03:00",
            "position": {
                "lat": 45.66553,
                "lon": -73.51035
            },
            "bearing": 96,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 1,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "187",
                "routeLongName": "René-Lévesque",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 55,
            "ref": "25236",
            "isActive": false,
            "label": "25236",
            "timestamp": 1649114112,
            "tripId": "250154052",
            "routeId": "51",
            "startTime": "18:24:00",
            "position": {
                "lat": 45.4553,
                "lon": -73.64121
            },
            "bearing": 208,
            "speed": 21,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 53,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "51",
                "routeLongName": "Édouard-Montpetit",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 2171,
            "ref": "25237",
            "isActive": false,
            "label": "25237",
            "timestamp": 1627646933,
            "tripId": "232405461",
            "routeId": "27",
            "startTime": "07:53:00",
            "position": {
                "lat": 45.52802,
                "lon": -73.58636
            },
            "bearing": 214,
            "speed": 17,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 22,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "27",
                "routeLongName": "Boulevard Saint-Joseph",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 13:00:12",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 3204,
            "ref": "25238",
            "isActive": false,
            "label": "25238",
            "timestamp": 1628513567,
            "tripId": "231570472",
            "routeId": "144",
            "startTime": "08:33:00",
            "position": {
                "lat": 45.49012,
                "lon": -73.58586
            },
            "bearing": 128,
            "speed": 14,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 21,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "144",
                "routeLongName": "Avenue des Pins",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2020-01-06 12:30:19",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 56,
            "ref": "25239",
            "isActive": false,
            "label": "25239",
            "timestamp": 1626871257,
            "tripId": "232405983",
            "routeId": "47",
            "startTime": "08:18:00",
            "position": {
                "lat": 45.52624,
                "lon": -73.5878
            },
            "bearing": 49,
            "speed": 24,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 23,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "47",
                "routeLongName": "Masson",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 3395,
            "ref": "25240",
            "isActive": false,
            "label": "25240",
            "timestamp": 1631019405,
            "tripId": "238425403",
            "routeId": "18",
            "startTime": "08:06:00",
            "position": {
                "lat": 45.53092,
                "lon": -73.61006
            },
            "bearing": 303,
            "speed": 31,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 50,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "18",
                "routeLongName": "Beaubien",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2020-03-03 01:23:04",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 2670,
            "ref": "25241",
            "isActive": false,
            "label": "25241",
            "timestamp": 1622038131,
            "tripId": "229030536",
            "routeId": "47",
            "startTime": "09:48:00",
            "position": {
                "lat": 45.52925,
                "lon": -73.58521
            },
            "bearing": 214,
            "speed": 35,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 23,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "47",
                "routeLongName": "Masson",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-26 12:50:08",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 2789,
            "ref": "25242",
            "isActive": false,
            "label": "25242",
            "timestamp": 1649939930,
            "tripId": "250153924",
            "routeId": "51E",
            "startTime": "08:35:00",
            "position": {
                "lat": 45.52187,
                "lon": -73.59634
            },
            "bearing": 41,
            "speed": 13,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 6,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": 5,
                "label": "Full"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": null,
                "routeTextColor": null,
                "routeShortName": null,
                "routeLongName": null,
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-29 13:04:08",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 57,
            "ref": "25243",
            "isActive": false,
            "label": "25243",
            "timestamp": 1594327395,
            "tripId": "218430646",
            "routeId": "191",
            "startTime": "16:11:00",
            "position": {
                "lat": 45.44201,
                "lon": -73.66499
            },
            "bearing": 91,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 38,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": null,
                "routeTextColor": null,
                "routeShortName": null,
                "routeLongName": null,
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1992,
            "ref": "25244",
            "isActive": false,
            "label": "25244",
            "timestamp": 1627906221,
            "tripId": "232405461",
            "routeId": "27",
            "startTime": "07:53:00",
            "position": {
                "lat": 45.5279,
                "lon": -73.58647
            },
            "bearing": 213,
            "speed": 20,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 22,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "27",
                "routeLongName": "Boulevard Saint-Joseph",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 12:05:12",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1666,
            "ref": "25245",
            "isActive": false,
            "label": "25245",
            "timestamp": 1617285683,
            "tripId": "229031296",
            "routeId": "97",
            "startTime": "09:15:00",
            "position": {
                "lat": 45.51643,
                "lon": -73.58875
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 35,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "97",
                "routeLongName": "Avenue-du-Mont-Royal",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 11:20:05",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1704,
            "ref": "25246",
            "isActive": false,
            "label": "25246",
            "timestamp": 1649859234,
            "tripId": "250154764",
            "routeId": "85",
            "startTime": "09:27:00",
            "position": {
                "lat": 45.53286,
                "lon": -73.55055
            },
            "bearing": 125,
            "speed": 17,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 57,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "85",
                "routeLongName": "Hochelaga",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 11:25:04",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 58,
            "ref": "25247",
            "isActive": false,
            "label": "25247",
            "timestamp": 1628250228,
            "tripId": "232405890",
            "routeId": "51",
            "startTime": "07:20:00",
            "position": {
                "lat": 45.48514,
                "lon": -73.6279
            },
            "bearing": 33,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 23,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "51",
                "routeLongName": "Édouard-Montpetit",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 59,
            "ref": "25248",
            "isActive": false,
            "label": "25248",
            "timestamp": 1629290567,
            "tripId": "232405983",
            "routeId": "47",
            "startTime": "08:18:00",
            "position": {
                "lat": 45.52636,
                "lon": -73.5882
            },
            "bearing": 123,
            "speed": 7,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 23,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "47",
                "routeLongName": "Masson",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 60,
            "ref": "26001",
            "isActive": false,
            "label": "26001",
            "timestamp": 1656680977,
            "tripId": "252010359",
            "routeId": "85",
            "startTime": "08:30:00",
            "position": {
                "lat": 45.53332,
                "lon": -73.55168
            },
            "bearing": 114,
            "speed": 19,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 57,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "85",
                "routeLongName": "Hochelaga",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 2880,
            "ref": "26002",
            "isActive": false,
            "label": "26002",
            "timestamp": 1594327391,
            "tripId": "218427591",
            "routeId": "35",
            "startTime": "16:30:00",
            "position": {
                "lat": 45.48998,
                "lon": -73.56729
            },
            "bearing": 33,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 10,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "35",
                "routeLongName": "Griffintown",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-12-03 22:16:09",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 61,
            "ref": "26003",
            "isActive": false,
            "label": "26003",
            "timestamp": 1594327263,
            "tripId": "219805841",
            "routeId": "468",
            "startTime": "16:46:00",
            "position": {
                "lat": 45.51423,
                "lon": -73.6841
            },
            "bearing": 333,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 1,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "468",
                "routeLongName": "Express Pierrefonds / Gouin",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 755,
            "ref": "26004",
            "isActive": false,
            "label": "26004",
            "timestamp": 1651237674,
            "tripId": "250154475",
            "routeId": "51",
            "startTime": "08:09:00",
            "position": {
                "lat": 45.52583,
                "lon": -73.58814
            },
            "bearing": 32,
            "speed": 21,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 50,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "51",
                "routeLongName": "Édouard-Montpetit",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 01:13:04",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 3054,
            "ref": "26005",
            "isActive": false,
            "label": "26005",
            "timestamp": 1649077580,
            "tripId": "250155065",
            "routeId": "27",
            "startTime": "08:48:00",
            "position": {
                "lat": 45.52774,
                "lon": -73.58662
            },
            "bearing": 213,
            "speed": 9,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 22,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "27",
                "routeLongName": "Boulevard Saint-Joseph",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-12-13 12:12:09",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1634,
            "ref": "26006",
            "isActive": false,
            "label": "26006",
            "timestamp": 1647295320,
            "tripId": "241512520",
            "routeId": "430",
            "startTime": "16:41:00",
            "position": {
                "lat": 45.55458,
                "lon": -73.5847
            },
            "bearing": 113,
            "speed": 28,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 32,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "430",
                "routeLongName": "Express Pointe-aux-Trembles",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 11:15:06",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 913,
            "ref": "26007",
            "isActive": false,
            "label": "26007",
            "timestamp": 1594327395,
            "tripId": "218421800",
            "routeId": "161",
            "startTime": "16:00:00",
            "position": {
                "lat": 45.52253,
                "lon": -73.61307
            },
            "bearing": 33,
            "speed": 1,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 39,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "161",
                "routeLongName": "Van Horne",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 01:18:46",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 62,
            "ref": "26008",
            "isActive": false,
            "label": "26008",
            "timestamp": 1594327393,
            "tripId": "218421017",
            "routeId": "55",
            "startTime": "16:20:00",
            "position": {
                "lat": 45.52377,
                "lon": -73.59441
            },
            "bearing": 304,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 19,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "55",
                "routeLongName": "Boulevard Saint-Laurent",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 2826,
            "ref": "26009",
            "isActive": false,
            "label": "26009",
            "timestamp": 1649373237,
            "tripId": "250155075",
            "routeId": "410",
            "startTime": "17:52:00",
            "position": {
                "lat": 45.54453,
                "lon": -73.57137
            },
            "bearing": 204,
            "speed": 30,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 24,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "410",
                "routeLongName": "Express Notre-Dame",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-12-02 10:10:02",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 2862,
            "ref": "26010",
            "isActive": false,
            "label": "26010",
            "timestamp": 1627922857,
            "tripId": "231569254",
            "routeId": "92",
            "startTime": "11:00:00",
            "position": {
                "lat": 45.53193,
                "lon": -73.6019
            },
            "bearing": 129,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 30,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "92",
                "routeLongName": "Jean-Talon Ouest",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-12-03 12:36:11",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1564,
            "ref": "26011",
            "isActive": false,
            "label": "26011",
            "timestamp": 1651235978,
            "tripId": "250154760",
            "routeId": "51",
            "startTime": "07:35:00",
            "position": {
                "lat": 45.52622,
                "lon": -73.58782
            },
            "bearing": 32,
            "speed": 37,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 51,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "51",
                "routeLongName": "Édouard-Montpetit",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 11:05:04",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 2733,
            "ref": "26012",
            "isActive": false,
            "label": "26012",
            "timestamp": 1654122821,
            "tripId": "250269003",
            "routeId": "168",
            "startTime": "18:00:00",
            "position": {
                "lat": 45.44849,
                "lon": -73.5542
            },
            "bearing": 217,
            "speed": 39,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 28,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "168",
                "routeLongName": "Cité-du-Havre",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-27 22:12:07",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 63,
            "ref": "26013",
            "isActive": false,
            "label": "26013",
            "timestamp": 1657233652,
            "tripId": "251981702",
            "routeId": "150",
            "startTime": "18:07:00",
            "position": {
                "lat": 45.52406,
                "lon": -73.55231
            },
            "bearing": 123,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 24,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "150",
                "routeLongName": "René-Lévesque",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 2618,
            "ref": "26014",
            "isActive": false,
            "label": "26014",
            "timestamp": 1594327395,
            "tripId": "218427147",
            "routeId": "411",
            "startTime": "16:27:00",
            "position": {
                "lat": 45.43567,
                "lon": -73.84193
            },
            "bearing": 68,
            "speed": 80,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 8,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "411",
                "routeLongName": "Express Lionel-Groulx",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-25 20:46:08",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 2981,
            "ref": "26015",
            "isActive": false,
            "label": "26015",
            "timestamp": 1594327257,
            "tripId": "219805429",
            "routeId": "196",
            "startTime": "16:44:00",
            "position": {
                "lat": 45.43977,
                "lon": -73.69164
            },
            "bearing": 268,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 1,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "196",
                "routeLongName": "Parc-Industriel-Lachine",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-12-09 12:54:07",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 2605,
            "ref": "26016",
            "isActive": false,
            "label": "26016",
            "timestamp": 1648207476,
            "tripId": "250155063",
            "routeId": "410",
            "startTime": "06:59:00",
            "position": {
                "lat": 45.65166,
                "lon": -73.48914
            },
            "bearing": 156,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 19,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": 3,
                "label": "Congestion"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "410",
                "routeLongName": "Express Notre-Dame",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-25 19:26:03",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 64,
            "ref": "26017",
            "isActive": false,
            "label": "26017",
            "timestamp": 1645620811,
            "tripId": "242656682",
            "routeId": "186",
            "startTime": "07:22:00",
            "position": {
                "lat": 45.59727,
                "lon": -73.53466
            },
            "bearing": 203,
            "speed": 25,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 44,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "186",
                "routeLongName": "Sherbrooke-Est",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 3018,
            "ref": "26018",
            "isActive": false,
            "label": "26018",
            "timestamp": 1644932659,
            "tripId": "241511463",
            "routeId": "51",
            "startTime": "07:46:00",
            "position": {
                "lat": 45.52612,
                "lon": -73.58791
            },
            "bearing": 31,
            "speed": 16,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 51,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "51",
                "routeLongName": "Édouard-Montpetit",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-12-11 13:38:10",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 2898,
            "ref": "26019",
            "isActive": false,
            "label": "26019",
            "timestamp": 1594327404,
            "tripId": "219806175",
            "routeId": "475",
            "startTime": "16:10:00",
            "position": {
                "lat": 45.4847,
                "lon": -73.79295
            },
            "bearing": 237,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 5,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "475",
                "routeLongName": "Express Dollard-des-Ormeaux",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-12-04 20:26:11",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1293,
            "ref": "26020",
            "isActive": false,
            "label": "26020",
            "timestamp": 1655211651,
            "tripId": "251982712",
            "routeId": "125",
            "startTime": "08:11:00",
            "position": {
                "lat": 45.50645,
                "lon": -73.57053
            },
            "bearing": 205,
            "speed": 15,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 41,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "125",
                "routeLongName": "Ontario",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 10:25:03",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1529,
            "ref": "26021",
            "isActive": false,
            "label": "26021",
            "timestamp": 1594327396,
            "tripId": "218415501",
            "routeId": "141",
            "startTime": "16:11:00",
            "position": {
                "lat": 45.58326,
                "lon": -73.58072
            },
            "bearing": 170,
            "speed": 16,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 33,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "141",
                "routeLongName": "Jean-Talon Est",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 11:00:04",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 2087,
            "ref": "26022",
            "isActive": false,
            "label": "26022",
            "timestamp": 1594327393,
            "tripId": "218446215",
            "routeId": "131",
            "startTime": "16:27:00",
            "position": {
                "lat": 45.57249,
                "lon": -73.54594
            },
            "bearing": 120,
            "speed": 33,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 17,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 0,
                "label": "Empty"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "131",
                "routeLongName": "De l'Assomption",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 12:25:14",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 65,
            "ref": "26023",
            "isActive": false,
            "label": "26023",
            "timestamp": 1594327398,
            "tripId": "218417573",
            "routeId": "189",
            "startTime": "16:14:00",
            "position": {
                "lat": 45.67074,
                "lon": -73.49397
            },
            "bearing": 10,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 48,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "189",
                "routeLongName": "Notre-Dame",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 66,
            "ref": "26024",
            "isActive": false,
            "label": "26024",
            "timestamp": 1594327404,
            "tripId": "218417442",
            "routeId": "187",
            "startTime": "16:25:00",
            "position": {
                "lat": 45.64346,
                "lon": -73.49964
            },
            "bearing": 14,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 18,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "187",
                "routeLongName": "René-Lévesque",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 67,
            "ref": "26025",
            "isActive": false,
            "label": "26025",
            "timestamp": 1594327304,
            "tripId": "218446683",
            "routeId": "178",
            "startTime": "16:37:00",
            "position": {
                "lat": 45.49603,
                "lon": -73.57114
            },
            "bearing": 129,
            "speed": 33,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 2,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": null,
                "routeTextColor": null,
                "routeShortName": null,
                "routeLongName": null,
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 68,
            "ref": "26026",
            "isActive": false,
            "label": "26026",
            "timestamp": 1669293832,
            "tripId": "256333293",
            "routeId": "49E",
            "startTime": "07:03:00",
            "position": {
                "lat": 45.61785,
                "lon": -73.58235
            },
            "bearing": 286,
            "speed": 15,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 39,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": null,
                "routeTextColor": null,
                "routeShortName": null,
                "routeLongName": null,
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 3067,
            "ref": "26027",
            "isActive": false,
            "label": "26027",
            "timestamp": 1594327404,
            "tripId": "218446273",
            "routeId": "136",
            "startTime": "16:09:00",
            "position": {
                "lat": 45.56215,
                "lon": -73.54631
            },
            "bearing": 206,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 31,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "136",
                "routeLongName": "Viau",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-12-14 14:28:03",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 69,
            "ref": "26028",
            "isActive": false,
            "label": "26028",
            "timestamp": 1671629164,
            "tripId": "256792774",
            "routeId": "136",
            "startTime": "07:48:00",
            "position": {
                "lat": 45.5555,
                "lon": -73.54636
            },
            "bearing": 205,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 31,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "136",
                "routeLongName": "Viau",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 70,
            "ref": "26029",
            "isActive": false,
            "label": "26029",
            "timestamp": 1594327398,
            "tripId": "218446432",
            "routeId": "168",
            "startTime": "16:16:00",
            "position": {
                "lat": 45.45068,
                "lon": -73.54968
            },
            "bearing": 212,
            "speed": 21,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 27,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "168",
                "routeLongName": "Cité-du-Havre",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 71,
            "ref": "26030",
            "isActive": false,
            "label": "26030",
            "timestamp": 1594327395,
            "tripId": "218445453",
            "routeId": "24",
            "startTime": "16:39:00",
            "position": {
                "lat": 45.53387,
                "lon": -73.56204
            },
            "bearing": 193,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 5,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "24",
                "routeLongName": "Sherbrooke",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 72,
            "ref": "26031",
            "isActive": false,
            "label": "26031",
            "timestamp": 1671628507,
            "tripId": "256790917",
            "routeId": "168",
            "startTime": "07:42:00",
            "position": {
                "lat": 45.50375,
                "lon": -73.57098
            },
            "bearing": 306,
            "speed": 8,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 30,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "168",
                "routeLongName": "Cité-du-Havre",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 73,
            "ref": "26032",
            "isActive": false,
            "label": "26032",
            "timestamp": 1594327390,
            "tripId": "218445967",
            "routeId": "136",
            "startTime": "16:24:00",
            "position": {
                "lat": 45.575,
                "lon": -73.58973
            },
            "bearing": 257,
            "speed": 11,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 16,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "136",
                "routeLongName": "Viau",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 2191,
            "ref": "26033",
            "isActive": false,
            "label": "26033",
            "timestamp": 1594327400,
            "tripId": "218446496",
            "routeId": "168",
            "startTime": "16:20:00",
            "position": {
                "lat": 45.49722,
                "lon": -73.5582
            },
            "bearing": 295,
            "speed": 13,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 25,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "168",
                "routeLongName": "Cité-du-Havre",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 14:20:06",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1243,
            "ref": "26034",
            "isActive": false,
            "label": "26034",
            "timestamp": 1650494804,
            "tripId": "250268379",
            "routeId": "136",
            "startTime": "18:55:00",
            "position": {
                "lat": 45.56282,
                "lon": -73.54632
            },
            "bearing": 116,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 2,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "136",
                "routeLongName": "Viau",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 10:15:04",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 2876,
            "ref": "26035",
            "isActive": false,
            "label": "26035",
            "timestamp": 1701757804,
            "tripId": "271578184",
            "routeId": "34",
            "startTime": "01:05:00",
            "position": {
                "lat": 45.53185,
                "lon": -73.54826
            },
            "bearing": 208,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 31,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "34",
                "routeLongName": "Sainte-Catherine",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-12-03 20:58:11",
            "meta": {},
            "updatedAt": "2023-12-05 01:34:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 74,
            "ref": "26036",
            "isActive": false,
            "label": "26036",
            "timestamp": 1594327394,
            "tripId": "218446293",
            "routeId": "22",
            "startTime": "16:43:00",
            "position": {
                "lat": 45.58712,
                "lon": -73.5212
            },
            "bearing": 105,
            "speed": 42,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 2,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "22",
                "routeLongName": "Notre-Dame",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 75,
            "ref": "26037",
            "isActive": false,
            "label": "26037",
            "timestamp": 1641245489,
            "tripId": "242656326",
            "routeId": "81",
            "startTime": "15:57:00",
            "position": {
                "lat": 45.65306,
                "lon": -73.55686
            },
            "bearing": 55,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 11,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "81",
                "routeLongName": "Saint-Jean-Baptiste",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 76,
            "ref": "26038",
            "isActive": false,
            "label": "26038",
            "timestamp": 1647606525,
            "tripId": "241585189",
            "routeId": "85",
            "startTime": "07:32:00",
            "position": {
                "lat": 45.53331,
                "lon": -73.55167
            },
            "bearing": 106,
            "speed": 16,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 57,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "85",
                "routeLongName": "Hochelaga",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 2616,
            "ref": "26039",
            "isActive": false,
            "label": "26039",
            "timestamp": 1594327405,
            "tripId": "218417480",
            "routeId": "40",
            "startTime": "16:06:00",
            "position": {
                "lat": 45.66233,
                "lon": -73.50739
            },
            "bearing": 13,
            "speed": 38,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 34,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "40",
                "routeLongName": "Henri-Bourassa-Est",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-25 20:40:11",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 77,
            "ref": "26040",
            "isActive": false,
            "label": "26040",
            "timestamp": 1712787839,
            "tripId": "274630114",
            "routeId": "189",
            "startTime": "17:47:00",
            "position": {
                "lat": 45.6982,
                "lon": -73.4882
            },
            "bearing": 260,
            "speed": 70,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 64,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "189",
                "routeLongName": "Notre-Dame",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2024-04-10 18:35:08",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 78,
            "ref": "26041",
            "isActive": false,
            "label": "26041",
            "timestamp": 1594327400,
            "tripId": "218444860",
            "routeId": "125",
            "startTime": "16:25:00",
            "position": {
                "lat": 45.55833,
                "lon": -73.53603
            },
            "bearing": 16,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 17,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "125",
                "routeLongName": "Ontario",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 79,
            "ref": "26042",
            "isActive": false,
            "label": "26042",
            "timestamp": 1594327400,
            "tripId": "218430851",
            "routeId": "195",
            "startTime": "15:43:00",
            "position": {
                "lat": 45.44191,
                "lon": -73.69417
            },
            "bearing": 268,
            "speed": 14,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 51,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "195",
                "routeLongName": "Dorval / Angrignon",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 80,
            "ref": "26043",
            "isActive": false,
            "label": "26043",
            "timestamp": 1594327388,
            "tripId": "218445793",
            "routeId": "85",
            "startTime": "16:00:00",
            "position": {
                "lat": 45.59938,
                "lon": -73.53323
            },
            "bearing": 23,
            "speed": 52,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 36,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 0,
                "label": "Empty"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "85",
                "routeLongName": "Hochelaga",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 2088,
            "ref": "26044",
            "isActive": false,
            "label": "26044",
            "timestamp": 1642549006,
            "tripId": "241586105",
            "routeId": "136",
            "startTime": "17:58:00",
            "position": {
                "lat": 45.60067,
                "lon": -73.61034
            },
            "bearing": 36,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 35,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "136",
                "routeLongName": "Viau",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 12:25:15",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 780,
            "ref": "26045",
            "isActive": false,
            "label": "26045",
            "timestamp": 1594327036,
            "tripId": "218445477",
            "routeId": "24",
            "startTime": "16:48:00",
            "position": {
                "lat": 45.53922,
                "lon": -73.56009
            },
            "bearing": 126,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 1,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "24",
                "routeLongName": "Sherbrooke",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 01:13:06",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 81,
            "ref": "26046",
            "isActive": false,
            "label": "26046",
            "timestamp": 1669336525,
            "tripId": "256329702",
            "routeId": "26",
            "startTime": null,
            "position": {
                "lat": 45.58907,
                "lon": -73.5401
            },
            "bearing": 303,
            "speed": 22,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 1,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "26",
                "routeLongName": "Mercier-Est",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 3184,
            "ref": "26047",
            "isActive": false,
            "label": "26047",
            "timestamp": 1646238283,
            "tripId": "242658857",
            "routeId": "86",
            "startTime": null,
            "position": {
                "lat": 45.6592,
                "lon": -73.57127
            },
            "bearing": 322,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 1,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "86",
                "routeLongName": "Pointe-aux-Trembles",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-12-30 20:42:04",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 2431,
            "ref": "26048",
            "isActive": false,
            "label": "26048",
            "timestamp": 1652357390,
            "tripId": "250155077",
            "routeId": "427",
            "startTime": "07:30:00",
            "position": {
                "lat": 45.4967,
                "lon": -73.57233
            },
            "bearing": null,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 26,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "427",
                "routeLongName": "Express Saint-Joseph",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 21:40:11",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 3121,
            "ref": "26049",
            "isActive": false,
            "label": "26049",
            "timestamp": 1649807100,
            "tripId": "249553857",
            "routeId": "189",
            "startTime": "19:07:00",
            "position": {
                "lat": 45.69759,
                "lon": -73.49081
            },
            "bearing": 247,
            "speed": 26,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 64,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "189",
                "routeLongName": "Notre-Dame",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-12-19 10:52:03",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1565,
            "ref": "26050",
            "isActive": false,
            "label": "26050",
            "timestamp": 1594327405,
            "tripId": "218417638",
            "routeId": "487",
            "startTime": "16:15:00",
            "position": {
                "lat": 45.63085,
                "lon": -73.51691
            },
            "bearing": 200,
            "speed": 45,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 15,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "487",
                "routeLongName": "Express Bout-de-l'Île",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 11:05:05",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 82,
            "ref": "26051",
            "isActive": false,
            "label": "26051",
            "timestamp": 1658965535,
            "tripId": "251982395",
            "routeId": "74",
            "startTime": "19:44:00",
            "position": {
                "lat": 45.49992,
                "lon": -73.56399
            },
            "bearing": 138,
            "speed": 17,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 3,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "74",
                "routeLongName": "Bridge",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 2095,
            "ref": "26052",
            "isActive": false,
            "label": "26052",
            "timestamp": 1594327405,
            "tripId": "218446724",
            "routeId": "178",
            "startTime": "16:18:00",
            "position": {
                "lat": 45.46726,
                "lon": -73.53775
            },
            "bearing": 67,
            "speed": 47,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 7,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": null,
                "routeTextColor": null,
                "routeShortName": null,
                "routeLongName": null,
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 12:30:15",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1819,
            "ref": "26053",
            "isActive": false,
            "label": "26053",
            "timestamp": 1681734021,
            "tripId": "263867279",
            "routeId": "487",
            "startTime": "07:48:00",
            "position": {
                "lat": 45.600227355957,
                "lon": -73.53288269043
            },
            "bearing": 203,
            "speed": 51,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 34,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "487",
                "routeLongName": "Express Bout-de-l'Île",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 11:40:12",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1879,
            "ref": "26054",
            "isActive": false,
            "label": "26054",
            "timestamp": 1646750188,
            "tripId": "242656143",
            "routeId": "428",
            "startTime": "07:32:00",
            "position": {
                "lat": 45.66578,
                "lon": -73.5348
            },
            "bearing": 159,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 26,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "428",
                "routeLongName": "Express Parcs industriels de l'Est",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 11:50:12",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 7400,
            "ref": "26055",
            "isActive": false,
            "label": "26055",
            "timestamp": 1647525424,
            "tripId": "241584937",
            "routeId": "168",
            "startTime": "09:27:00",
            "position": {
                "lat": 45.50371,
                "lon": -73.57089
            },
            "bearing": 306,
            "speed": 10,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 30,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "168",
                "routeLongName": "Cité-du-Havre",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2020-07-28 08:41:03",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 83,
            "ref": "26056",
            "isActive": false,
            "label": "26056",
            "timestamp": 1638897052,
            "tripId": "243170467",
            "routeId": "186",
            "startTime": "12:00:00",
            "position": {
                "lat": 45.61937,
                "lon": -73.58073
            },
            "bearing": 299,
            "speed": 34,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 3,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "186",
                "routeLongName": "Sherbrooke-Est",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1566,
            "ref": "26057",
            "isActive": false,
            "label": "26057",
            "timestamp": 1594327404,
            "tripId": "218417025",
            "routeId": "81",
            "startTime": "16:06:00",
            "position": {
                "lat": 45.65018,
                "lon": -73.57974
            },
            "bearing": 324,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 30,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "81",
                "routeLongName": "Saint-Jean-Baptiste",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 11:05:05",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 7001,
            "ref": "26058",
            "isActive": false,
            "label": "26058",
            "timestamp": 1594327389,
            "tripId": "961266",
            "routeId": "189",
            "startTime": "16:30:00",
            "position": {
                "lat": 45.61253,
                "lon": -73.50999
            },
            "bearing": 14,
            "speed": 42,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 19,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "189",
                "routeLongName": "Notre-Dame",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2020-03-19 13:24:03",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 2041,
            "ref": "26059",
            "isActive": false,
            "label": "26059",
            "timestamp": 1644534265,
            "tripId": "242655593",
            "routeId": "33",
            "startTime": "17:08:00",
            "position": {
                "lat": 45.62759,
                "lon": -73.61526
            },
            "bearing": 140,
            "speed": 21,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 61,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "33",
                "routeLongName": "Langelier",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 12:15:13",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 84,
            "ref": "26060",
            "isActive": false,
            "label": "26060",
            "timestamp": 1638817298,
            "tripId": "243180806",
            "routeId": "168",
            "startTime": "12:09:00",
            "position": {
                "lat": 45.50257,
                "lon": -73.56525
            },
            "bearing": 123,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 30,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "168",
                "routeLongName": "Cité-du-Havre",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 3055,
            "ref": "26061",
            "isActive": false,
            "label": "26061",
            "timestamp": 1594327399,
            "tripId": "218416873",
            "routeId": "48",
            "startTime": "15:54:00",
            "position": {
                "lat": 45.65224,
                "lon": -73.55846
            },
            "bearing": 53,
            "speed": 26,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 43,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "48",
                "routeLongName": "Perras",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-12-13 12:22:11",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1209,
            "ref": "26062",
            "isActive": false,
            "label": "26062",
            "timestamp": 1636551436,
            "tripId": "243173885",
            "routeId": "192",
            "startTime": "07:52:00",
            "position": {
                "lat": 45.54743,
                "lon": -73.63736
            },
            "bearing": 211,
            "speed": 34,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 49,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "192",
                "routeLongName": "Robert",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 10:05:03",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 3339,
            "ref": "26063",
            "isActive": false,
            "label": "26063",
            "timestamp": 1594327087,
            "tripId": "218415674",
            "routeId": "32",
            "startTime": "16:44:00",
            "position": {
                "lat": 45.61564,
                "lon": -73.62936
            },
            "bearing": 324,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 1,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "32",
                "routeLongName": "Lacordaire",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2020-02-08 20:28:01",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1074,
            "ref": "26064",
            "isActive": false,
            "label": "26064",
            "timestamp": 1659013766,
            "tripId": "252293488",
            "routeId": "26",
            "startTime": "08:48:00",
            "position": {
                "lat": 45.59145,
                "lon": -73.53813
            },
            "bearing": 204,
            "speed": 10,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 27,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "26",
                "routeLongName": "Mercier-Est",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 02:55:04",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 85,
            "ref": "26065",
            "isActive": false,
            "label": "26065",
            "timestamp": 1649296555,
            "tripId": "249554063",
            "routeId": "187",
            "startTime": "19:15:00",
            "position": {
                "lat": 45.60085,
                "lon": -73.53233
            },
            "bearing": 122,
            "speed": 31,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 2,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "187",
                "routeLongName": "René-Lévesque",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 86,
            "ref": "26066",
            "isActive": false,
            "label": "26066",
            "timestamp": 1686004026,
            "tripId": "263867828",
            "routeId": "186",
            "startTime": "17:53:00",
            "position": {
                "lat": 45.69751,
                "lon": -73.49125
            },
            "bearing": 227,
            "speed": 14,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 44,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "186",
                "routeLongName": "Sherbrooke-Est",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 6848,
            "ref": "26067",
            "isActive": false,
            "label": "26067",
            "timestamp": 1685107696,
            "tripId": "263866444",
            "routeId": "39",
            "startTime": "08:50:00",
            "position": {
                "lat": 45.58983,
                "lon": -73.63425
            },
            "bearing": 56,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 47,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "39",
                "routeLongName": "Des Grandes-Prairies",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2020-03-10 13:47:02",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 87,
            "ref": "26068",
            "isActive": false,
            "label": "26068",
            "timestamp": 1673995580,
            "tripId": "259250113",
            "routeId": "822",
            "startTime": "17:20:00",
            "position": {
                "lat": 45.58801,
                "lon": -73.53995
            },
            "bearing": 23,
            "speed": 31,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 11,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "822",
                "routeLongName": "Navette Longue-Pointe",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 2096,
            "ref": "26069",
            "isActive": false,
            "label": "26069",
            "timestamp": 1646915828,
            "tripId": "242656381",
            "routeId": "486",
            "startTime": "07:05:00",
            "position": {
                "lat": 45.59871,
                "lon": -73.5338
            },
            "bearing": 204,
            "speed": 16,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 24,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "486",
                "routeLongName": "Express Sherbrooke",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 12:30:16",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 88,
            "ref": "26070",
            "isActive": false,
            "label": "26070",
            "timestamp": 1647454854,
            "tripId": "242658308",
            "routeId": "39",
            "startTime": "14:12:00",
            "position": {
                "lat": 45.6201,
                "lon": -73.58246
            },
            "bearing": 121,
            "speed": 18,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 17,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "39",
                "routeLongName": "Des Grandes-Prairies",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1963,
            "ref": "26071",
            "isActive": false,
            "label": "26071",
            "timestamp": 1594327390,
            "tripId": "218402944",
            "routeId": "14",
            "startTime": "16:43:00",
            "position": {
                "lat": 45.50936,
                "lon": -73.55544
            },
            "bearing": 20,
            "speed": 9,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 2,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "14",
                "routeLongName": "Atateken",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 12:00:14",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 3372,
            "ref": "26072",
            "isActive": false,
            "label": "26072",
            "timestamp": 1594327391,
            "tripId": "218416936",
            "routeId": "428",
            "startTime": "16:00:00",
            "position": {
                "lat": 45.58904,
                "lon": -73.53953
            },
            "bearing": 300,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 30,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "428",
                "routeLongName": "Express Parcs industriels de l'Est",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2020-02-20 16:53:04",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1706,
            "ref": "26073",
            "isActive": false,
            "label": "26073",
            "timestamp": 1594327390,
            "tripId": "218415554",
            "routeId": "49",
            "startTime": "16:03:00",
            "position": {
                "lat": 45.60606,
                "lon": -73.63563
            },
            "bearing": 202,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 42,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "49",
                "routeLongName": "Maurice-Duplessis",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 11:25:05",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 7188,
            "ref": "26074",
            "isActive": false,
            "label": "26074",
            "timestamp": 1594327120,
            "tripId": "218415795",
            "routeId": "449",
            "startTime": "16:47:00",
            "position": {
                "lat": 45.58956,
                "lon": -73.54004
            },
            "bearing": 311,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 1,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "449",
                "routeLongName": "Express Rivière-des-Prairies",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2020-05-12 15:34:05",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 3252,
            "ref": "26075",
            "isActive": false,
            "label": "26075",
            "timestamp": 1701091387,
            "tripId": "271531686",
            "routeId": "49",
            "startTime": "07:24:00",
            "position": {
                "lat": 45.55688,
                "lon": -73.66742
            },
            "bearing": 177,
            "speed": 4,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 52,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "49",
                "routeLongName": "Maurice-Duplessis",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2020-01-16 11:30:11",
            "meta": {},
            "updatedAt": "2023-11-27 08:34:38",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1850,
            "ref": "26076",
            "isActive": false,
            "label": "26076",
            "timestamp": 1594327388,
            "tripId": "218417646",
            "routeId": "189",
            "startTime": "16:04:00",
            "position": {
                "lat": 45.67082,
                "lon": -73.49395
            },
            "bearing": 8,
            "speed": 28,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 49,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "189",
                "routeLongName": "Notre-Dame",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 11:45:13",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 3140,
            "ref": "26077",
            "isActive": false,
            "label": "26077",
            "timestamp": 1710794402,
            "tripId": "274252188",
            "routeId": "33",
            "startTime": "15:38:00",
            "position": {
                "lat": 45.6301,
                "lon": -73.61797
            },
            "bearing": 147,
            "speed": 23,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 60,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "33",
                "routeLongName": "Langelier",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-12-20 10:40:03",
            "meta": {},
            "updatedAt": "2024-03-18 16:50:11",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 2941,
            "ref": "26078",
            "isActive": false,
            "label": "26078",
            "timestamp": 1665352821,
            "tripId": "253171320",
            "routeId": "187",
            "startTime": "17:27:00",
            "position": {
                "lat": 45.66566,
                "lon": -73.51093
            },
            "bearing": 138,
            "speed": 16,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 44,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": null,
                "label": null
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "187",
                "routeLongName": "René-Lévesque",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-12-06 11:50:07",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 3302,
            "ref": "26079",
            "isActive": false,
            "label": "26079",
            "timestamp": 1646745610,
            "tripId": "242655005",
            "routeId": "43",
            "startTime": "07:28:00",
            "position": {
                "lat": 45.59115,
                "lon": -73.6474
            },
            "bearing": 30,
            "speed": 35,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 62,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "43",
                "routeLongName": "Monselet",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2020-01-28 11:48:01",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 3079,
            "ref": "26080",
            "isActive": false,
            "label": "26080",
            "timestamp": 1594327404,
            "tripId": "218416964",
            "routeId": "44",
            "startTime": "16:15:00",
            "position": {
                "lat": 45.62506,
                "lon": -73.5818
            },
            "bearing": 47,
            "speed": 19,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 25,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "44",
                "routeLongName": "Armand-Bombardier",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-12-16 20:42:13",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 2709,
            "ref": "26081",
            "isActive": false,
            "label": "26081",
            "timestamp": 1703843133,
            "tripId": "271544317",
            "routeId": "362",
            "startTime": "03:55:00",
            "position": {
                "lat": 45.68735,
                "lon": -73.48991
            },
            "bearing": 10,
            "speed": 60,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 104,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "362",
                "routeLongName": "Hochelaga / Notre-Dame",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-27 12:42:12",
            "meta": {},
            "updatedAt": "2023-12-29 04:47:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 89,
            "ref": "26082",
            "isActive": false,
            "label": "26082",
            "timestamp": 1594327400,
            "tripId": "218417761",
            "routeId": "33",
            "startTime": "15:57:00",
            "position": {
                "lat": 45.60556,
                "lon": -73.61867
            },
            "bearing": 323,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 41,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "33",
                "routeLongName": "Langelier",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 2097,
            "ref": "26083",
            "isActive": false,
            "label": "26083",
            "timestamp": 1594327404,
            "tripId": "218417507",
            "routeId": "141",
            "startTime": "16:43:00",
            "position": {
                "lat": 45.55981,
                "lon": -73.59963
            },
            "bearing": 168,
            "speed": 11,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 2,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "141",
                "routeLongName": "Jean-Talon Est",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 12:30:16",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1229,
            "ref": "26084",
            "isActive": false,
            "label": "26084",
            "timestamp": 1651843798,
            "tripId": "249550845",
            "routeId": "469",
            "startTime": "09:00:00",
            "position": {
                "lat": 45.62318,
                "lon": -73.62113
            },
            "bearing": 323,
            "speed": 6,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 17,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "469",
                "routeLongName": "Express Henri-Bourassa",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 10:10:02",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 2196,
            "ref": "26085",
            "isActive": false,
            "label": "26085",
            "timestamp": 1646697966,
            "tripId": "242657187",
            "routeId": "33",
            "startTime": "18:18:00",
            "position": {
                "lat": 45.6257,
                "lon": -73.61737
            },
            "bearing": 53,
            "speed": 54,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 54,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "33",
                "routeLongName": "Langelier",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 17:00:03",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 3016,
            "ref": "26086",
            "isActive": false,
            "label": "26086",
            "timestamp": 1710502093,
            "tripId": "274251281",
            "routeId": "432",
            "startTime": "06:45:00",
            "position": {
                "lat": 45.57682,
                "lon": -73.54664
            },
            "bearing": 46,
            "speed": 22,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 31,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "432",
                "routeLongName": "Express Lacordaire",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-12-11 12:58:11",
            "meta": {},
            "updatedAt": "2024-03-15 07:32:07",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1210,
            "ref": "27001",
            "isActive": false,
            "label": "27001",
            "timestamp": 1594327398,
            "tripId": "218416276",
            "routeId": "32",
            "startTime": "16:27:00",
            "position": {
                "lat": 45.56762,
                "lon": -73.52324
            },
            "bearing": 299,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 1,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "32",
                "routeLongName": "Lacordaire",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 10:05:03",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 3022,
            "ref": "27002",
            "isActive": false,
            "label": "27002",
            "timestamp": 1594327390,
            "tripId": "218417816",
            "routeId": "28I",
            "startTime": "16:10:00",
            "position": {
                "lat": 45.59698,
                "lon": -73.53581
            },
            "bearing": 122,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 32,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 3,
                "label": "Congestion"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": null,
                "routeTextColor": null,
                "routeShortName": null,
                "routeLongName": null,
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-12-11 20:48:13",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 3286,
            "ref": "27003",
            "isActive": false,
            "label": "27003",
            "timestamp": 1675979829,
            "tripId": "259247473",
            "routeId": "32",
            "startTime": "15:59:00",
            "position": {
                "lat": 45.61521,
                "lon": -73.62891
            },
            "bearing": 333,
            "speed": 14,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 41,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "32",
                "routeLongName": "Lacordaire",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2020-01-24 10:22:02",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 3385,
            "ref": "27004",
            "isActive": false,
            "label": "27004",
            "timestamp": 1671473976,
            "tripId": "256333449",
            "routeId": "186",
            "startTime": "13:23:00",
            "position": {
                "lat": 45.59706,
                "lon": -73.53606
            },
            "bearing": 123,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 1,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "186",
                "routeLongName": "Sherbrooke-Est",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2020-02-27 00:49:02",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1669,
            "ref": "27005",
            "isActive": false,
            "label": "27005",
            "timestamp": 1594327382,
            "tripId": "218415559",
            "routeId": "33",
            "startTime": "16:50:00",
            "position": {
                "lat": 45.57864,
                "lon": -73.51431
            },
            "bearing": 119,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 1,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "33",
                "routeLongName": "Langelier",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 11:20:06",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 90,
            "ref": "27006",
            "isActive": false,
            "label": "27006",
            "timestamp": 1678314201,
            "tripId": "259247303",
            "routeId": "486",
            "startTime": "16:51:00",
            "position": {
                "lat": 45.69702,
                "lon": -73.49166
            },
            "bearing": 54,
            "speed": 35,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 23,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "486",
                "routeLongName": "Express Sherbrooke",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 787,
            "ref": "27007",
            "isActive": false,
            "label": "27007",
            "timestamp": 1668642817,
            "tripId": "256330047",
            "routeId": "49",
            "startTime": "17:52:00",
            "position": {
                "lat": 45.66819,
                "lon": -73.54836
            },
            "bearing": 333,
            "speed": 32,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 62,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "49",
                "routeLongName": "Maurice-Duplessis",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 01:13:07",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 91,
            "ref": "27008",
            "isActive": false,
            "label": "27008",
            "timestamp": 1651333293,
            "tripId": "246814033",
            "routeId": "32",
            "startTime": "10:32:00",
            "position": {
                "lat": 45.58165,
                "lon": -73.58595
            },
            "bearing": 80,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 25,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "32",
                "routeLongName": "Lacordaire",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 92,
            "ref": "27009",
            "isActive": false,
            "label": "27009",
            "timestamp": 1594327404,
            "tripId": "218416150",
            "routeId": "43",
            "startTime": "16:37:00",
            "position": {
                "lat": 45.58471,
                "lon": -73.64716
            },
            "bearing": 54,
            "speed": 25,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 10,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "43",
                "routeLongName": "Monselet",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 93,
            "ref": "27010",
            "isActive": false,
            "label": "27010",
            "timestamp": 1677012708,
            "tripId": "259247967",
            "routeId": "49",
            "startTime": "14:30:00",
            "position": {
                "lat": 45.6179,
                "lon": -73.58147
            },
            "bearing": 200,
            "speed": 1,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 58,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": 3,
                "label": "Congestion"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "49",
                "routeLongName": "Maurice-Duplessis",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 3072,
            "ref": "27011",
            "isActive": false,
            "label": "27011",
            "timestamp": 1594327405,
            "tripId": "218416248",
            "routeId": "141",
            "startTime": "15:59:00",
            "position": {
                "lat": 45.6089,
                "lon": -73.5436
            },
            "bearing": 81,
            "speed": 4,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 39,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "141",
                "routeLongName": "Jean-Talon Est",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-12-15 19:04:05",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1567,
            "ref": "27012",
            "isActive": false,
            "label": "27012",
            "timestamp": 1705984420,
            "tripId": "274251051",
            "routeId": "44",
            "startTime": "23:05:00",
            "position": {
                "lat": 45.58985,
                "lon": -73.5399
            },
            "bearing": 20,
            "speed": 16,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 37,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "44",
                "routeLongName": "Armand-Bombardier",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 11:05:05",
            "meta": {},
            "updatedAt": "2024-01-22 23:41:04",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1820,
            "ref": "27013",
            "isActive": false,
            "label": "27013",
            "timestamp": 1594327388,
            "tripId": "218417825",
            "routeId": "49",
            "startTime": "16:43:00",
            "position": {
                "lat": 45.5559,
                "lon": -73.66727
            },
            "bearing": 24,
            "speed": 5,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 2,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "49",
                "routeLongName": "Maurice-Duplessis",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 11:40:13",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 94,
            "ref": "27014",
            "isActive": false,
            "label": "27014",
            "timestamp": 1594327397,
            "tripId": "218416658",
            "routeId": "44",
            "startTime": "16:26:00",
            "position": {
                "lat": 45.61185,
                "lon": -73.58068
            },
            "bearing": 212,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 19,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "44",
                "routeLongName": "Armand-Bombardier",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1851,
            "ref": "27015",
            "isActive": false,
            "label": "27015",
            "timestamp": 1647570711,
            "tripId": "242655517",
            "routeId": "44",
            "startTime": "22:02:00",
            "position": {
                "lat": 45.58986,
                "lon": -73.53992
            },
            "bearing": 19,
            "speed": 9,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 37,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "44",
                "routeLongName": "Armand-Bombardier",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 11:45:14",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1417,
            "ref": "27016",
            "isActive": false,
            "label": "27016",
            "timestamp": 1702386514,
            "tripId": "271531654",
            "routeId": "33",
            "startTime": "07:13:00",
            "position": {
                "lat": 45.62777,
                "lon": -73.61546
            },
            "bearing": 143,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 61,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "33",
                "routeLongName": "Langelier",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 10:45:04",
            "meta": {},
            "updatedAt": "2023-12-12 08:16:05",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 95,
            "ref": "27017",
            "isActive": false,
            "label": "27017",
            "timestamp": 1712152500,
            "tripId": "274626402",
            "routeId": "449",
            "startTime": "09:20:00",
            "position": {
                "lat": 45.59775,
                "lon": -73.55106
            },
            "bearing": 122,
            "speed": 24,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 40,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "449",
                "routeLongName": "Express Rivière-des-Prairies",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2024-04-03 10:00:09",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 96,
            "ref": "27018",
            "isActive": false,
            "label": "27018",
            "timestamp": 1709075585,
            "tripId": "274250440",
            "routeId": "86",
            "startTime": "17:02:00",
            "position": {
                "lat": 45.65896,
                "lon": -73.57102
            },
            "bearing": 325,
            "speed": 2,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 100,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "86",
                "routeLongName": "Pointe-aux-Trembles",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2024-02-27 18:24:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 97,
            "ref": "27019",
            "isActive": false,
            "label": "27019",
            "timestamp": 1683201999,
            "tripId": "263864773",
            "routeId": "141",
            "startTime": "07:25:00",
            "position": {
                "lat": 45.599010467529,
                "lon": -73.533622741699
            },
            "bearing": 203,
            "speed": 50,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 48,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "141",
                "routeLongName": "Jean-Talon Est",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 98,
            "ref": "27020",
            "isActive": false,
            "label": "27020",
            "timestamp": 1661636750,
            "tripId": "253203189",
            "routeId": "33",
            "startTime": "16:54:00",
            "position": {
                "lat": 45.62843,
                "lon": -73.61613
            },
            "bearing": 143,
            "speed": 33,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 61,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "33",
                "routeLongName": "Langelier",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1964,
            "ref": "27021",
            "isActive": false,
            "label": "27021",
            "timestamp": 1594327405,
            "tripId": "902665",
            "routeId": "32",
            "startTime": "16:37:00",
            "position": {
                "lat": 45.5787,
                "lon": -73.56006
            },
            "bearing": 293,
            "speed": 26,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 16,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "32",
                "routeLongName": "Lacordaire",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 12:00:15",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 99,
            "ref": "27022",
            "isActive": false,
            "label": "27022",
            "timestamp": 1724063135,
            "tripId": "275919709",
            "routeId": "44",
            "startTime": null,
            "position": {
                "lat": 45.58962,
                "lon": -73.54025
            },
            "bearing": 117,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 1,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "44",
                "routeLongName": "Armand-Bombardier",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2024-08-19 06:27:05",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 2456,
            "ref": "27023",
            "isActive": false,
            "label": "27023",
            "timestamp": 1698969401,
            "tripId": "271531191",
            "routeId": "28",
            "startTime": "19:14:00",
            "position": {
                "lat": 45.61676,
                "lon": -73.58064
            },
            "bearing": 83,
            "speed": 18,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 47,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "28",
                "routeLongName": "Honoré-Beaugrand",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 22:12:09",
            "meta": {},
            "updatedAt": "2023-11-02 19:58:04",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 100,
            "ref": "27024",
            "isActive": false,
            "label": "27024",
            "timestamp": 1676928469,
            "tripId": "259248057",
            "routeId": "40",
            "startTime": "15:45:00",
            "position": {
                "lat": 45.62452,
                "lon": -73.58285
            },
            "bearing": 238,
            "speed": null,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 31,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": null,
                "label": null
            },
            "congestionLevel": {
                "data": null,
                "label": null
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "40",
                "routeLongName": "Henri-Bourassa-Est",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 101,
            "ref": "27025",
            "isActive": false,
            "label": "27025",
            "timestamp": 1696693122,
            "tripId": "266927692",
            "routeId": "33",
            "startTime": "11:13:00",
            "position": {
                "lat": 45.6057,
                "lon": -73.61902
            },
            "bearing": 144,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 20,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "33",
                "routeLongName": "Langelier",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2023-10-07 11:40:05",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 3308,
            "ref": "27026",
            "isActive": false,
            "label": "27026",
            "timestamp": 1594327400,
            "tripId": "218445423",
            "routeId": "24",
            "startTime": "16:28:00",
            "position": {
                "lat": 45.48538,
                "lon": -73.5961
            },
            "bearing": 41,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 11,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "24",
                "routeLongName": "Sherbrooke",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2020-01-29 11:23:04",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 102,
            "ref": "27027",
            "isActive": false,
            "label": "27027",
            "timestamp": 1594327400,
            "tripId": "218444798",
            "routeId": "10",
            "startTime": "16:25:00",
            "position": {
                "lat": 45.54256,
                "lon": -73.58829
            },
            "bearing": 306,
            "speed": 18,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 16,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "10",
                "routeLongName": "De Lorimier",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 103,
            "ref": "27028",
            "isActive": false,
            "label": "27028",
            "timestamp": 1695417527,
            "tripId": "267788815",
            "routeId": "189",
            "startTime": "16:37:00",
            "position": {
                "lat": 45.65562,
                "lon": -73.49128
            },
            "bearing": 335,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 40,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "189",
                "routeLongName": "Notre-Dame",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 104,
            "ref": "27029",
            "isActive": false,
            "label": "27029",
            "timestamp": 1700146118,
            "tripId": "271531324",
            "routeId": "32",
            "startTime": "08:40:00",
            "position": {
                "lat": 45.57775,
                "lon": -73.54993
            },
            "bearing": 100,
            "speed": 8,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 36,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "32",
                "routeLongName": "Lacordaire",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2023-11-16 09:50:04",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 3315,
            "ref": "27030",
            "isActive": false,
            "label": "27030",
            "timestamp": 1594327405,
            "tripId": "218429848",
            "routeId": "109",
            "startTime": "16:28:00",
            "position": {
                "lat": 45.43266,
                "lon": -73.63082
            },
            "bearing": 290,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 19,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": null,
                "routeTextColor": null,
                "routeShortName": null,
                "routeLongName": null,
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2020-01-30 22:46:02",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 3108,
            "ref": "27501",
            "isActive": false,
            "label": "27501",
            "timestamp": 1594327391,
            "tripId": "218430819",
            "routeId": "406",
            "startTime": "16:37:00",
            "position": {
                "lat": 45.4444,
                "lon": -73.61409
            },
            "bearing": 223,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 4,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": null,
                "routeTextColor": null,
                "routeShortName": null,
                "routeLongName": null,
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-12-18 12:28:10",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 3135,
            "ref": "27502",
            "isActive": false,
            "label": "27502",
            "timestamp": 1721362617,
            "tripId": "275639400",
            "routeId": "113",
            "startTime": "23:45:00",
            "position": {
                "lat": 45.42508,
                "lon": -73.64851
            },
            "bearing": 53,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 36,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "113",
                "routeLongName": "Lapierre",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-12-19 19:36:05",
            "meta": {},
            "updatedAt": "2024-07-19 00:18:04",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 105,
            "ref": "27503",
            "isActive": false,
            "label": "27503",
            "timestamp": 1699915451,
            "tripId": "271516928",
            "routeId": "496",
            "startTime": "16:59:00",
            "position": {
                "lat": 45.44745,
                "lon": -73.74305
            },
            "bearing": 272,
            "speed": 31,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 19,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "496",
                "routeLongName": "Express Victoria",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2023-11-13 17:55:06",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 7314,
            "ref": "27504",
            "isActive": false,
            "label": "27504",
            "timestamp": 1594327263,
            "tripId": "218430081",
            "routeId": "406",
            "startTime": "16:18:00",
            "position": {
                "lat": 45.42482,
                "lon": -73.64992
            },
            "bearing": 17,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 28,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": null,
                "routeTextColor": null,
                "routeShortName": null,
                "routeLongName": null,
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2020-06-10 12:00:02",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 3000,
            "ref": "27505",
            "isActive": false,
            "label": "27505",
            "timestamp": 1702404514,
            "tripId": "271514006",
            "routeId": "104",
            "startTime": "12:23:00",
            "position": {
                "lat": 45.48933,
                "lon": -73.58444
            },
            "bearing": 44,
            "speed": 20,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 42,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "104",
                "routeLongName": "Cavendish",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-12-10 12:16:10",
            "meta": {},
            "updatedAt": "2023-12-12 13:19:06",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 106,
            "ref": "27506",
            "isActive": false,
            "label": "27506",
            "timestamp": 1729013422,
            "tripId": "280227548",
            "routeId": "63",
            "startTime": "13:02:00",
            "position": {
                "lat": 45.4888,
                "lon": -73.58509
            },
            "bearing": 43,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 27,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "63",
                "routeLongName": "Girouard",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2024-10-15 13:32:07",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 3078,
            "ref": "27507",
            "isActive": false,
            "label": "27507",
            "timestamp": 1594327404,
            "tripId": "218429403",
            "routeId": "106",
            "startTime": "16:34:00",
            "position": {
                "lat": 45.43041,
                "lon": -73.63507
            },
            "bearing": 65,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 15,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "106",
                "routeLongName": "Newman",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-12-16 20:36:16",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 2997,
            "ref": "27508",
            "isActive": false,
            "label": "27508",
            "timestamp": 1699910761,
            "tripId": "271514203",
            "routeId": "406",
            "startTime": "15:58:00",
            "position": {
                "lat": 45.42543,
                "lon": -73.649
            },
            "bearing": 151,
            "speed": 10,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 29,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": null,
                "routeTextColor": null,
                "routeShortName": null,
                "routeLongName": null,
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-12-10 10:54:04",
            "meta": {},
            "updatedAt": "2023-11-13 16:36:07",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 107,
            "ref": "27509",
            "isActive": false,
            "label": "27509",
            "timestamp": 1594327389,
            "tripId": "218426702",
            "routeId": "211",
            "startTime": "15:41:00",
            "position": {
                "lat": 45.4311,
                "lon": -73.84498
            },
            "bearing": 267,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 22,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "211",
                "routeLongName": "Bord-du-Lac",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 108,
            "ref": "27510",
            "isActive": false,
            "label": "27510",
            "timestamp": 1727392505,
            "tripId": "280227986",
            "routeId": "90",
            "startTime": "18:14:00",
            "position": {
                "lat": 45.44356,
                "lon": -73.68033
            },
            "bearing": 182,
            "speed": 36,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 52,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "90",
                "routeLongName": "Saint-Jacques",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2024-09-26 19:26:06",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 2976,
            "ref": "27511",
            "isActive": false,
            "label": "27511",
            "timestamp": 1594327328,
            "tripId": "218429450",
            "routeId": "406",
            "startTime": "16:50:00",
            "position": {
                "lat": 45.4462,
                "lon": -73.60425
            },
            "bearing": 138,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 1,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": null,
                "routeTextColor": null,
                "routeShortName": null,
                "routeLongName": null,
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-12-09 11:18:03",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1178,
            "ref": "27512",
            "isActive": false,
            "label": "27512",
            "timestamp": 1594327390,
            "tripId": "218426940",
            "routeId": "405",
            "startTime": "16:07:00",
            "position": {
                "lat": 45.44839,
                "lon": -73.72356
            },
            "bearing": 92,
            "speed": 84,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 31,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "405",
                "routeLongName": "Express Bord-du-Lac",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 09:55:05",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1771,
            "ref": "27513",
            "isActive": false,
            "label": "27513",
            "timestamp": 1594327202,
            "tripId": "218428783",
            "routeId": "78",
            "startTime": "16:11:00",
            "position": {
                "lat": 45.44641,
                "lon": -73.60447
            },
            "bearing": 197,
            "speed": 18,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 29,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": null,
                "routeTextColor": null,
                "routeShortName": null,
                "routeLongName": null,
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 11:35:06",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1568,
            "ref": "27514",
            "isActive": false,
            "label": "27514",
            "timestamp": 1699943472,
            "tripId": "271513088",
            "routeId": "61",
            "startTime": "01:10:00",
            "position": {
                "lat": 45.45451,
                "lon": -73.56776
            },
            "bearing": 182,
            "speed": 43,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 30,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "61",
                "routeLongName": "Wellington",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 11:05:05",
            "meta": {},
            "updatedAt": "2023-11-14 01:39:04",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 109,
            "ref": "27515",
            "isActive": false,
            "label": "27515",
            "timestamp": 1727820261,
            "tripId": "280230393",
            "routeId": "211",
            "startTime": "16:44:00",
            "position": {
                "lat": 45.40384,
                "lon": -73.93959
            },
            "bearing": 239,
            "speed": 10,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 47,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "211",
                "routeLongName": "Bord-du-Lac",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2024-10-01 18:07:08",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 3362,
            "ref": "27516",
            "isActive": false,
            "label": "27516",
            "timestamp": 1726613437,
            "tripId": "280229394",
            "routeId": "198",
            "startTime": null,
            "position": {
                "lat": 45.44861,
                "lon": -73.7427
            },
            "bearing": 98,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 1,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "198",
                "routeLongName": "Broadway",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2020-02-15 22:43:03",
            "meta": {},
            "updatedAt": "2024-09-17 18:52:07",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 110,
            "ref": "27517",
            "isActive": false,
            "label": "27517",
            "timestamp": 1594327390,
            "tripId": "218427691",
            "routeId": "36",
            "startTime": "16:28:00",
            "position": {
                "lat": 45.48191,
                "lon": -73.57686
            },
            "bearing": 229,
            "speed": 3,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 13,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "36",
                "routeLongName": "Monk",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1418,
            "ref": "27518",
            "isActive": false,
            "label": "27518",
            "timestamp": 1698175830,
            "tripId": "271490174",
            "routeId": "406",
            "startTime": "15:38:00",
            "position": {
                "lat": 45.4462,
                "lon": -73.60425
            },
            "bearing": 219,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 1,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": null,
                "routeTextColor": null,
                "routeShortName": null,
                "routeLongName": null,
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 10:45:04",
            "meta": {},
            "updatedAt": "2023-10-24 15:32:05",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 3211,
            "ref": "27519",
            "isActive": false,
            "label": "27519",
            "timestamp": 1699885919,
            "tripId": "271516374",
            "routeId": "411",
            "startTime": "08:45:00",
            "position": {
                "lat": 45.48165,
                "lon": -73.58254
            },
            "bearing": 43,
            "speed": 5,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 14,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "411",
                "routeLongName": "Express Lionel-Groulx",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2020-01-07 23:14:58",
            "meta": {},
            "updatedAt": "2023-11-13 09:43:06",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 111,
            "ref": "27520",
            "isActive": true,
            "label": "27520",
            "timestamp": 1752849098,
            "tripId": "289184219",
            "routeId": "123",
            "startTime": "10:04:00",
            "position": {
                "lat": 45.4508,
                "lon": -73.64193
            },
            "bearing": 19,
            "speed": 1,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 22,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289184219",
                "headsign": "Nord",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "123",
                "routeLongName": "Dollard / Shevchenko",
                "shapeLink": "/storage/shapes/stm/1230002.json",
                "shapeId": "1230002",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2025-07-18 10:32:07",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 2830,
            "ref": "27521",
            "isActive": false,
            "label": "27521",
            "timestamp": 1594327405,
            "tripId": "218427092",
            "routeId": "491",
            "startTime": "16:31:00",
            "position": {
                "lat": 45.44197,
                "lon": -73.66652
            },
            "bearing": 88,
            "speed": 9,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 7,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "491",
                "routeLongName": "Express Provost",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-12-02 12:02:09",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 2556,
            "ref": "27522",
            "isActive": false,
            "label": "27522",
            "timestamp": 1752835720,
            "tripId": "289183410",
            "routeId": "113",
            "startTime": null,
            "position": {
                "lat": 45.42522,
                "lon": -73.64819
            },
            "bearing": 237,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 1,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289183410",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "113",
                "routeLongName": "Lapierre",
                "shapeLink": "/storage/shapes/stm/1130002.json",
                "shapeId": "1130002",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-25 11:36:06",
            "meta": {},
            "updatedAt": "2025-07-18 06:50:11",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 3074,
            "ref": "27523",
            "isActive": false,
            "label": "27523",
            "timestamp": 1724178324,
            "tripId": "953133",
            "routeId": "405",
            "startTime": "14:57:00",
            "position": {
                "lat": 45.4823,
                "lon": -73.57896
            },
            "bearing": 299,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 31,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "405",
                "routeLongName": "Express Bord-du-Lac",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-12-16 11:46:08",
            "meta": {},
            "updatedAt": "2024-08-20 14:27:07",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1179,
            "ref": "27524",
            "isActive": false,
            "label": "27524",
            "timestamp": 1594327396,
            "tripId": "218417292",
            "routeId": "48",
            "startTime": "16:12:00",
            "position": {
                "lat": 45.62885,
                "lon": -73.61268
            },
            "bearing": 43,
            "speed": 31,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 23,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "48",
                "routeLongName": "Perras",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 09:55:05",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 112,
            "ref": "27525",
            "isActive": false,
            "label": "27525",
            "timestamp": 1594327398,
            "tripId": "218417865",
            "routeId": "44",
            "startTime": "16:35:00",
            "position": {
                "lat": 45.59579,
                "lon": -73.55817
            },
            "bearing": 295,
            "speed": 11,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 7,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "44",
                "routeLongName": "Armand-Bombardier",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1923,
            "ref": "27526",
            "isActive": false,
            "label": "27526",
            "timestamp": 1718407531,
            "tripId": "274737690",
            "routeId": "10",
            "startTime": "18:56:00",
            "position": {
                "lat": 45.55567,
                "lon": -73.61723
            },
            "bearing": 299,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 26,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "10",
                "routeLongName": "De Lorimier",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 11:55:16",
            "meta": {},
            "updatedAt": "2024-06-14 19:30:07",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1496,
            "ref": "27527",
            "isActive": false,
            "label": "27527",
            "timestamp": 1742204603,
            "tripId": "282236858",
            "routeId": "195",
            "startTime": null,
            "position": {
                "lat": 45.44601,
                "lon": -73.60479
            },
            "bearing": 274,
            "speed": 24,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 2,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "195",
                "routeLongName": "Dorval / Angrignon",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 10:55:02",
            "meta": {},
            "updatedAt": "2025-03-17 05:45:09",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1852,
            "ref": "27528",
            "isActive": false,
            "label": "27528",
            "timestamp": 1729821263,
            "tripId": "279633400",
            "routeId": "193",
            "startTime": "21:10:00",
            "position": {
                "lat": 45.6043,
                "lon": -73.57337
            },
            "bearing": 34,
            "speed": 19,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 48,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "193",
                "routeLongName": "Jarry",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 11:45:15",
            "meta": {},
            "updatedAt": "2024-10-24 22:05:06",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 3040,
            "ref": "27529",
            "isActive": true,
            "label": "27529",
            "timestamp": 1752849093,
            "tripId": "289183844",
            "routeId": "112",
            "startTime": "10:31:00",
            "position": {
                "lat": 45.42542,
                "lon": -73.64805
            },
            "bearing": 14,
            "speed": 10,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 2,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289183844",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "112",
                "routeLongName": "Airlie",
                "shapeLink": "/storage/shapes/stm/1120001.json",
                "shapeId": "1120001",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-12-12 20:36:14",
            "meta": {},
            "updatedAt": "2025-07-18 10:32:07",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 113,
            "ref": "27530",
            "isActive": false,
            "label": "27530",
            "timestamp": 1594327278,
            "tripId": "218430144",
            "routeId": "112",
            "startTime": "16:10:00",
            "position": {
                "lat": 45.4248,
                "lon": -73.64838
            },
            "bearing": 296,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 39,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "112",
                "routeLongName": "Airlie",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 3325,
            "ref": "27531",
            "isActive": false,
            "label": "27531",
            "timestamp": 1594327019,
            "tripId": "218430122",
            "routeId": "90",
            "startTime": "15:26:00",
            "position": {
                "lat": 45.44334,
                "lon": -73.68024
            },
            "bearing": 181,
            "speed": 41,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 52,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "90",
                "routeLongName": "Saint-Jacques",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2020-02-05 09:09:02",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1419,
            "ref": "27532",
            "isActive": false,
            "label": "27532",
            "timestamp": 1701498118,
            "tripId": "271515324",
            "routeId": "104",
            "startTime": "00:43:00",
            "position": {
                "lat": 45.46458,
                "lon": -73.63088
            },
            "bearing": 123,
            "speed": 39,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 40,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "104",
                "routeLongName": "Cavendish",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 10:45:04",
            "meta": {},
            "updatedAt": "2023-12-02 01:24:05",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 114,
            "ref": "27533",
            "isActive": false,
            "label": "27533",
            "timestamp": 1752843060,
            "tripId": "289184855",
            "routeId": "198",
            "startTime": "07:46:00",
            "position": {
                "lat": 45.44717,
                "lon": -73.60436
            },
            "bearing": 272,
            "speed": 10,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 56,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289184855",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "198",
                "routeLongName": "Broadway",
                "shapeLink": "/storage/shapes/stm/1980014.json",
                "shapeId": "1980014",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2025-07-18 09:01:11",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1110,
            "ref": "27534",
            "isActive": false,
            "label": "27534",
            "timestamp": 1752840639,
            "tripId": "289183330",
            "routeId": "107",
            "startTime": "07:10:00",
            "position": {
                "lat": 45.44158,
                "lon": -73.63437
            },
            "bearing": 307,
            "speed": 6,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 50,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289183330",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "107",
                "routeLongName": "Verdun",
                "shapeLink": "/storage/shapes/stm/1070002.json",
                "shapeId": "1070002",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 03:00:05",
            "meta": {},
            "updatedAt": "2025-07-18 08:12:13",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 115,
            "ref": "27535",
            "isActive": false,
            "label": "27535",
            "timestamp": 1752704557,
            "tripId": "289183210",
            "routeId": "106",
            "startTime": "17:58:00",
            "position": {
                "lat": 45.42495,
                "lon": -73.64986
            },
            "bearing": 18,
            "speed": 8,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 26,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289183210",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "106",
                "routeLongName": "Newman",
                "shapeLink": "/storage/shapes/stm/1060001.json",
                "shapeId": "1060001",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2025-07-16 18:29:10",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1294,
            "ref": "27536",
            "isActive": false,
            "label": "27536",
            "timestamp": 1752529787,
            "tripId": "289184792",
            "routeId": "112",
            "startTime": "17:16:00",
            "position": {
                "lat": 45.42522,
                "lon": -73.64883
            },
            "bearing": 27,
            "speed": 14,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 40,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289184792",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "112",
                "routeLongName": "Airlie",
                "shapeLink": "/storage/shapes/stm/1120002.json",
                "shapeId": "1120002",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 10:25:03",
            "meta": {},
            "updatedAt": "2025-07-14 18:00:28",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1569,
            "ref": "28001",
            "isActive": false,
            "label": "28001",
            "timestamp": 1720246237,
            "tripId": "277328975",
            "routeId": "139",
            "startTime": "01:34:00",
            "position": {
                "lat": 45.59686,
                "lon": -73.64251
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 44,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "139",
                "routeLongName": "Pie-IX",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 11:05:05",
            "meta": {},
            "updatedAt": "2024-07-06 02:21:05",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1853,
            "ref": "28002",
            "isActive": false,
            "label": "28002",
            "timestamp": 1594327217,
            "tripId": "218415477",
            "routeId": "43",
            "startTime": "15:42:00",
            "position": {
                "lat": 45.5902,
                "lon": -73.65066
            },
            "bearing": 144,
            "speed": 37,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 61,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "43",
                "routeLongName": "Monselet",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 11:45:15",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1211,
            "ref": "28003",
            "isActive": false,
            "label": "28003",
            "timestamp": 1749818018,
            "tripId": "286573253",
            "routeId": "195",
            "startTime": "07:44:00",
            "position": {
                "lat": 45.44708,
                "lon": -73.60544
            },
            "bearing": 86,
            "speed": 16,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 59,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "195",
                "routeLongName": "Dorval / Angrignon",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 10:05:03",
            "meta": {},
            "updatedAt": "2025-06-13 08:43:10",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1365,
            "ref": "28004",
            "isActive": false,
            "label": "28004",
            "timestamp": 1718977244,
            "tripId": "277328881",
            "routeId": "48",
            "startTime": "08:51:00",
            "position": {
                "lat": 45.55687,
                "lon": -73.66743
            },
            "bearing": 163,
            "speed": 9,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 47,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "48",
                "routeLongName": "Perras",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 10:35:04",
            "meta": {},
            "updatedAt": "2024-06-21 09:51:10",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 116,
            "ref": "28005",
            "isActive": false,
            "label": "28005",
            "timestamp": 1594327399,
            "tripId": "218417998",
            "routeId": "48",
            "startTime": "16:26:00",
            "position": {
                "lat": 45.59846,
                "lon": -73.64025
            },
            "bearing": 30,
            "speed": 18,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 9,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "48",
                "routeLongName": "Perras",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 117,
            "ref": "28006",
            "isActive": false,
            "label": "28006",
            "timestamp": 1752842945,
            "tripId": "286060315",
            "routeId": "170",
            "startTime": "08:24:00",
            "position": {
                "lat": 45.51493,
                "lon": -73.68373
            },
            "bearing": 177,
            "speed": 17,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 28,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286060315",
                "headsign": "Sud",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "170",
                "routeLongName": "Keller",
                "shapeLink": "/storage/shapes/stm/1700001.json",
                "shapeId": "1700001",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2025-07-18 09:00:12",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 2924,
            "ref": "28007",
            "isActive": false,
            "label": "28007",
            "timestamp": 1727823166,
            "tripId": "280230986",
            "routeId": "425",
            "startTime": "17:42:00",
            "position": {
                "lat": 45.43753,
                "lon": -73.90037
            },
            "bearing": 285,
            "speed": 33,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 35,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "425",
                "routeLongName": "Express Anse-à-l'Orme",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-12-05 16:58:06",
            "meta": {},
            "updatedAt": "2024-10-01 19:01:07",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 3197,
            "ref": "28008",
            "isActive": false,
            "label": "28008",
            "timestamp": 1750108407,
            "tripId": "286062215",
            "routeId": "72",
            "startTime": "16:08:00",
            "position": {
                "lat": 45.51312,
                "lon": -73.68292
            },
            "bearing": 317,
            "speed": 17,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 26,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286062215",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "72",
                "routeLongName": "Alfred-Nobel",
                "shapeLink": "/storage/shapes/stm/720002.json",
                "shapeId": "720002",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2020-01-05 21:44:02",
            "meta": {},
            "updatedAt": "2025-06-16 17:24:09",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1571,
            "ref": "28009",
            "isActive": false,
            "label": "28009",
            "timestamp": 1752752314,
            "tripId": "286060045",
            "routeId": "196",
            "startTime": "06:40:00",
            "position": {
                "lat": 45.43977,
                "lon": -73.69128
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 60,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286060045",
                "headsign": "Sud",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "196",
                "routeLongName": "Parc-Industriel-Lachine",
                "shapeLink": "/storage/shapes/stm/1960002.json",
                "shapeId": "1960002",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 11:05:06",
            "meta": {},
            "updatedAt": "2025-07-17 07:49:11",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 3298,
            "ref": "28010",
            "isActive": false,
            "label": "28010",
            "timestamp": 1716383911,
            "tripId": "274240951",
            "routeId": "196",
            "startTime": "08:36:00",
            "position": {
                "lat": 45.51316,
                "lon": -73.68404
            },
            "bearing": 43,
            "speed": 11,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 57,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "196",
                "routeLongName": "Parc-Industriel-Lachine",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2020-01-27 20:59:05",
            "meta": {},
            "updatedAt": "2024-05-22 09:26:06",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 3005,
            "ref": "28011",
            "isActive": false,
            "label": "28011",
            "timestamp": 1752788371,
            "tripId": "286062438",
            "routeId": "968",
            "startTime": "17:09:00",
            "position": {
                "lat": 45.51083,
                "lon": -73.81069
            },
            "bearing": 88,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 3,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286062438",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "968",
                "routeLongName": "Trainbus Roxboro / Côte-Vertu",
                "shapeLink": "/storage/shapes/stm/9680001.json",
                "shapeId": "9680001",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-12-10 19:14:06",
            "meta": {},
            "updatedAt": "2025-07-17 17:50:13",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 3250,
            "ref": "28012",
            "isActive": false,
            "label": "28012",
            "timestamp": 1752846017,
            "tripId": "289185614",
            "routeId": "496",
            "startTime": "09:08:00",
            "position": {
                "lat": 45.48188,
                "lon": -73.58232
            },
            "bearing": 45,
            "speed": 18,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 22,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289185614",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "496",
                "routeLongName": "Express Victoria",
                "shapeLink": "/storage/shapes/stm/4960001.json",
                "shapeId": "4960001",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2020-01-15 12:06:23",
            "meta": {},
            "updatedAt": "2025-07-18 09:50:11",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 118,
            "ref": "28013",
            "isActive": false,
            "label": "28013",
            "timestamp": 1727915163,
            "tripId": "280229248",
            "routeId": "211",
            "startTime": "19:13:00",
            "position": {
                "lat": 45.4037,
                "lon": -73.94005
            },
            "bearing": 239,
            "speed": 24,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 47,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "211",
                "routeLongName": "Bord-du-Lac",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2024-10-02 20:37:04",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 119,
            "ref": "28014",
            "isActive": false,
            "label": "28014",
            "timestamp": 1734011495,
            "tripId": "280422270",
            "routeId": "198",
            "startTime": "07:46:00",
            "position": {
                "lat": 45.44715,
                "lon": -73.6042
            },
            "bearing": 282,
            "speed": 9,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 53,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "198",
                "routeLongName": "Broadway",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2024-12-12 09:00:11",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1968,
            "ref": "28015",
            "isActive": false,
            "label": "28015",
            "timestamp": 1727877232,
            "tripId": "279623130",
            "routeId": "32",
            "startTime": null,
            "position": {
                "lat": 45.56762,
                "lon": -73.52324
            },
            "bearing": 318,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 1,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "32",
                "routeLongName": "Lacordaire",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 12:00:17",
            "meta": {},
            "updatedAt": "2024-10-02 09:55:06",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 3182,
            "ref": "28016",
            "isActive": false,
            "label": "28016",
            "timestamp": 1752843022,
            "tripId": "286060407",
            "routeId": "196",
            "startTime": "07:52:00",
            "position": {
                "lat": 45.43977,
                "lon": -73.69164
            },
            "bearing": 268,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 60,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286060407",
                "headsign": "Sud",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "196",
                "routeLongName": "Parc-Industriel-Lachine",
                "shapeLink": "/storage/shapes/stm/1960002.json",
                "shapeId": "1960002",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-12-30 11:42:07",
            "meta": {},
            "updatedAt": "2025-07-18 09:01:11",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 2405,
            "ref": "28017",
            "isActive": false,
            "label": "28017",
            "timestamp": 1752756869,
            "tripId": "286060407",
            "routeId": "196",
            "startTime": "07:52:00",
            "position": {
                "lat": 45.43977,
                "lon": -73.69164
            },
            "bearing": 268,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 60,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286060407",
                "headsign": "Sud",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "196",
                "routeLongName": "Parc-Industriel-Lachine",
                "shapeLink": "/storage/shapes/stm/1960002.json",
                "shapeId": "1960002",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 21:14:13",
            "meta": {},
            "updatedAt": "2025-07-17 09:05:10",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 120,
            "ref": "28018",
            "isActive": false,
            "label": "28018",
            "timestamp": 1729253634,
            "tripId": "279028023",
            "routeId": "215",
            "startTime": "07:24:00",
            "position": {
                "lat": 45.46635,
                "lon": -73.83175
            },
            "bearing": 144,
            "speed": 18,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 51,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "215",
                "routeLongName": "Henri-Bourassa",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2024-10-18 08:25:10",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 121,
            "ref": "28019",
            "isActive": false,
            "label": "28019",
            "timestamp": 1729770393,
            "tripId": "279026649",
            "routeId": "201",
            "startTime": "06:34:00",
            "position": {
                "lat": 45.46594,
                "lon": -73.83228
            },
            "bearing": 56,
            "speed": 17,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 67,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "201",
                "routeLongName": "Saint-Charles / Saint-Jean",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2024-10-24 07:57:08",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1247,
            "ref": "28020",
            "isActive": false,
            "label": "28020",
            "timestamp": 1749124554,
            "tripId": "285010275",
            "routeId": "468",
            "startTime": "06:55:00",
            "position": {
                "lat": 45.46561,
                "lon": -73.89018
            },
            "bearing": 233,
            "speed": 26,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 49,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "468",
                "routeLongName": "Express Pierrefonds / Gouin",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 10:15:04",
            "meta": {},
            "updatedAt": "2025-06-05 08:07:07",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 122,
            "ref": "28021",
            "isActive": false,
            "label": "28021",
            "timestamp": 1752786114,
            "tripId": "286062215",
            "routeId": "72",
            "startTime": "16:08:00",
            "position": {
                "lat": 45.51329,
                "lon": -73.68259
            },
            "bearing": 247,
            "speed": 4,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 26,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286062215",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "72",
                "routeLongName": "Alfred-Nobel",
                "shapeLink": "/storage/shapes/stm/720002.json",
                "shapeId": "720002",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2025-07-17 17:13:12",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1881,
            "ref": "28022",
            "isActive": false,
            "label": "28022",
            "timestamp": 1752755593,
            "tripId": "286060673",
            "routeId": "401",
            "startTime": "08:12:00",
            "position": {
                "lat": 45.48224,
                "lon": -73.86613
            },
            "bearing": 337,
            "speed": 38,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 21,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286060673",
                "headsign": "Nord via St-Charles",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "401",
                "routeLongName": "Express Saint-Charles",
                "shapeLink": "/storage/shapes/stm/4010001.json",
                "shapeId": "4010001",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 11:50:15",
            "meta": {},
            "updatedAt": "2025-07-17 08:44:07",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 2650,
            "ref": "28023",
            "isActive": false,
            "label": "28023",
            "timestamp": 1681904827,
            "tripId": "264074663",
            "routeId": "64",
            "startTime": "07:26:00",
            "position": {
                "lat": 45.513973236084,
                "lon": -73.683944702148
            },
            "bearing": 37,
            "speed": 12,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 20,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "64",
                "routeLongName": "Grenet",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-26 11:18:07",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 123,
            "ref": "28024",
            "isActive": false,
            "label": "28024",
            "timestamp": 1751026226,
            "tripId": "286061128",
            "routeId": "196",
            "startTime": "07:15:00",
            "position": {
                "lat": 45.43977,
                "lon": -73.69164
            },
            "bearing": 267,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 60,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286061128",
                "headsign": "Sud",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "196",
                "routeLongName": "Parc-Industriel-Lachine",
                "shapeLink": "/storage/shapes/stm/1960002.json",
                "shapeId": "1960002",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2025-06-27 08:21:10",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 124,
            "ref": "28025",
            "isActive": false,
            "label": "28025",
            "timestamp": 1726582746,
            "tripId": "279632292",
            "routeId": "139",
            "startTime": "09:30:00",
            "position": {
                "lat": 45.54796,
                "lon": -73.53417
            },
            "bearing": 116,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 43,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "139",
                "routeLongName": "Pie-IX",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2024-09-17 10:30:09",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1737,
            "ref": "28026",
            "isActive": false,
            "label": "28026",
            "timestamp": 1752699127,
            "tripId": "286061819",
            "routeId": "170",
            "startTime": "16:17:00",
            "position": {
                "lat": 45.52635,
                "lon": -73.73021
            },
            "bearing": 136,
            "speed": 23,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 26,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286061819",
                "headsign": "Nord",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "170",
                "routeLongName": "Keller",
                "shapeLink": "/storage/shapes/stm/1700002.json",
                "shapeId": "1700002",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 11:30:08",
            "meta": {},
            "updatedAt": "2025-07-16 17:03:11",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1267,
            "ref": "28027",
            "isActive": false,
            "label": "28027",
            "timestamp": 1594327393,
            "tripId": "219805916",
            "routeId": "174",
            "startTime": "16:39:00",
            "position": {
                "lat": 45.47518,
                "lon": -73.72916
            },
            "bearing": 41,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 7,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "174",
                "routeLongName": "Côte-Vertu",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 10:20:02",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 125,
            "ref": "28028",
            "isActive": false,
            "label": "28028",
            "timestamp": 1721045519,
            "tripId": "276292764",
            "routeId": "72",
            "startTime": "07:38:00",
            "position": {
                "lat": 45.47374,
                "lon": -73.78659
            },
            "bearing": 235,
            "speed": 16,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 24,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "72",
                "routeLongName": "Alfred-Nobel",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2024-07-15 08:22:09",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1739,
            "ref": "28029",
            "isActive": false,
            "label": "28029",
            "timestamp": 1721658041,
            "tripId": "276293342",
            "routeId": "68",
            "startTime": "09:21:00",
            "position": {
                "lat": 45.45549,
                "lon": -73.93454
            },
            "bearing": 202,
            "speed": 26,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 79,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "68",
                "routeLongName": "Pierrefonds",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 11:30:08",
            "meta": {},
            "updatedAt": "2024-07-22 10:22:05",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 126,
            "ref": "28030",
            "isActive": false,
            "label": "28030",
            "timestamp": 1752702256,
            "tripId": "286061799",
            "routeId": "72",
            "startTime": "16:28:00",
            "position": {
                "lat": 45.5134,
                "lon": -73.68339
            },
            "bearing": 225,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 37,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286061799",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "72",
                "routeLongName": "Alfred-Nobel",
                "shapeLink": "/storage/shapes/stm/720003.json",
                "shapeId": "720003",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2025-07-16 17:55:11",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 127,
            "ref": "28031",
            "isActive": false,
            "label": "28031",
            "timestamp": 1752751309,
            "tripId": "286060890",
            "routeId": "196",
            "startTime": "06:28:00",
            "position": {
                "lat": 45.43977,
                "lon": -73.69164
            },
            "bearing": 267,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 60,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286060890",
                "headsign": "Sud",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "196",
                "routeLongName": "Parc-Industriel-Lachine",
                "shapeLink": "/storage/shapes/stm/1960002.json",
                "shapeId": "1960002",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2025-07-17 07:33:08",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 6811,
            "ref": "28032",
            "isActive": false,
            "label": "28032",
            "timestamp": 1594327398,
            "tripId": "219804176",
            "routeId": "209",
            "startTime": "16:26:00",
            "position": {
                "lat": 45.43971,
                "lon": -73.74969
            },
            "bearing": 259,
            "speed": 19,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 8,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "209",
                "routeLongName": "Des Sources / YUL Aéroport",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2020-03-09 15:08:03",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 128,
            "ref": "28033",
            "isActive": false,
            "label": "28033",
            "timestamp": 1752669118,
            "tripId": "286060673",
            "routeId": "401",
            "startTime": "08:12:00",
            "position": {
                "lat": 45.4817,
                "lon": -73.8658
            },
            "bearing": 337,
            "speed": 23,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 21,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286060673",
                "headsign": "Nord via St-Charles",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "401",
                "routeLongName": "Express Saint-Charles",
                "shapeLink": "/storage/shapes/stm/4010001.json",
                "shapeId": "4010001",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2025-07-16 08:42:10",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 2539,
            "ref": "28034",
            "isActive": false,
            "label": "28034",
            "timestamp": 1722461980,
            "tripId": "276295224",
            "routeId": "202",
            "startTime": "17:12:00",
            "position": {
                "lat": 45.50809,
                "lon": -73.67269
            },
            "bearing": 298,
            "speed": 25,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 31,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "202",
                "routeLongName": "Dawson",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-25 10:56:04",
            "meta": {},
            "updatedAt": "2024-07-31 17:50:06",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1454,
            "ref": "28035",
            "isActive": false,
            "label": "28035",
            "timestamp": 1706792399,
            "tripId": "270704136",
            "routeId": "72",
            "startTime": "07:27:00",
            "position": {
                "lat": 45.47253,
                "lon": -73.78906
            },
            "bearing": 236,
            "speed": 23,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 24,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "72",
                "routeLongName": "Alfred-Nobel",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 10:50:03",
            "meta": {},
            "updatedAt": "2024-02-01 08:11:08",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 7254,
            "ref": "28036",
            "isActive": false,
            "label": "28036",
            "timestamp": 1594327398,
            "tripId": "219805290",
            "routeId": "409",
            "startTime": "15:57:00",
            "position": {
                "lat": 45.50624,
                "lon": -73.66939
            },
            "bearing": 306,
            "speed": 24,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 46,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "409",
                "routeLongName": "Express Des Sources",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2020-05-16 22:53:03",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 2068,
            "ref": "28037",
            "isActive": false,
            "label": "28037",
            "timestamp": 1727263414,
            "tripId": "279027880",
            "routeId": "209",
            "startTime": "06:39:00",
            "position": {
                "lat": 45.45469,
                "lon": -73.75305
            },
            "bearing": 8,
            "speed": 9,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 41,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "209",
                "routeLongName": "Des Sources / YUL Aéroport",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 12:20:22",
            "meta": {},
            "updatedAt": "2024-09-25 07:34:10",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1330,
            "ref": "28038",
            "isActive": false,
            "label": "28038",
            "timestamp": 1721218003,
            "tripId": "276293490",
            "routeId": "200",
            "startTime": "07:27:00",
            "position": {
                "lat": 45.40409,
                "lon": -73.9388
            },
            "bearing": 245,
            "speed": 34,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 45,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "200",
                "routeLongName": "Sainte-Anne-de-Bellevue",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 10:30:03",
            "meta": {},
            "updatedAt": "2024-07-17 08:17:06",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1331,
            "ref": "28039",
            "isActive": false,
            "label": "28039",
            "timestamp": 1718119642,
            "tripId": "274241455",
            "routeId": "202",
            "startTime": "10:42:00",
            "position": {
                "lat": 45.44864,
                "lon": -73.74368
            },
            "bearing": 269,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 34,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "202",
                "routeLongName": "Dawson",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 10:30:03",
            "meta": {},
            "updatedAt": "2024-06-11 11:29:08",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 129,
            "ref": "28040",
            "isActive": false,
            "label": "28040",
            "timestamp": 1752667811,
            "tripId": "286061324",
            "routeId": "196",
            "startTime": "07:08:00",
            "position": {
                "lat": 45.4398,
                "lon": -73.69041
            },
            "bearing": 269,
            "speed": 35,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 60,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286061324",
                "headsign": "Sud",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "196",
                "routeLongName": "Parc-Industriel-Lachine",
                "shapeLink": "/storage/shapes/stm/1960002.json",
                "shapeId": "1960002",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2025-07-16 08:21:10",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 7429,
            "ref": "28041",
            "isActive": false,
            "label": "28041",
            "timestamp": 1752665233,
            "tripId": "286060986",
            "routeId": "209",
            "startTime": "06:39:00",
            "position": {
                "lat": 45.45486,
                "lon": -73.75255
            },
            "bearing": 90,
            "speed": 60,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 41,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286060986",
                "headsign": "Sud",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "209",
                "routeLongName": "Des Sources / YUL Aéroport",
                "shapeLink": "/storage/shapes/stm/2090001.json",
                "shapeId": "2090001",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2020-08-13 06:25:03",
            "meta": {},
            "updatedAt": "2025-07-16 07:38:11",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1711,
            "ref": "28042",
            "isActive": false,
            "label": "28042",
            "timestamp": 1752752491,
            "tripId": "286061163",
            "routeId": "196",
            "startTime": "06:47:00",
            "position": {
                "lat": 45.43981,
                "lon": -73.69039
            },
            "bearing": 269,
            "speed": 35,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 60,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286061163",
                "headsign": "Sud",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "196",
                "routeLongName": "Parc-Industriel-Lachine",
                "shapeLink": "/storage/shapes/stm/1960002.json",
                "shapeId": "1960002",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 11:25:07",
            "meta": {},
            "updatedAt": "2025-07-17 07:52:11",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1740,
            "ref": "28043",
            "isActive": false,
            "label": "28043",
            "timestamp": 1752785117,
            "tripId": "286062424",
            "routeId": "968",
            "startTime": "15:50:00",
            "position": {
                "lat": 45.50325,
                "lon": -73.73553
            },
            "bearing": 326,
            "speed": 15,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 3,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286062424",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "968",
                "routeLongName": "Trainbus Roxboro / Côte-Vertu",
                "shapeLink": "/storage/shapes/stm/9680001.json",
                "shapeId": "9680001",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 11:30:09",
            "meta": {},
            "updatedAt": "2025-07-17 16:47:10",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 130,
            "ref": "28044",
            "isActive": false,
            "label": "28044",
            "timestamp": 1752846776,
            "tripId": "286060458",
            "routeId": "68",
            "startTime": "08:53:00",
            "position": {
                "lat": 45.53059,
                "lon": -73.71798
            },
            "bearing": 34,
            "speed": 11,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 82,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286060458",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "68",
                "routeLongName": "Pierrefonds",
                "shapeLink": "/storage/shapes/stm/680003.json",
                "shapeId": "680003",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2025-07-18 10:04:10",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 131,
            "ref": "28045",
            "isActive": false,
            "label": "28045",
            "timestamp": 1718973140,
            "tripId": "276295466",
            "routeId": "968",
            "startTime": "08:10:00",
            "position": {
                "lat": 45.51292,
                "lon": -73.68433
            },
            "bearing": 42,
            "speed": 1,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 3,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "968",
                "routeLongName": "Trainbus Roxboro / Côte-Vertu",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2024-06-21 08:36:08",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 3043,
            "ref": "28046",
            "isActive": false,
            "label": "28046",
            "timestamp": 1752838273,
            "tripId": "289185181",
            "routeId": "405",
            "startTime": "06:47:00",
            "position": {
                "lat": 45.48259,
                "lon": -73.58158
            },
            "bearing": 50,
            "speed": 31,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 31,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289185181",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "405",
                "routeLongName": "Express Bord-du-Lac",
                "shapeLink": "/storage/shapes/stm/4050001.json",
                "shapeId": "4050001",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-12-12 21:30:13",
            "meta": {},
            "updatedAt": "2025-07-18 07:37:09",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 132,
            "ref": "28047",
            "isActive": false,
            "label": "28047",
            "timestamp": 1752845280,
            "tripId": "289181584",
            "routeId": "35",
            "startTime": "08:34:00",
            "position": {
                "lat": 45.44682,
                "lon": -73.60442
            },
            "bearing": 139,
            "speed": 20,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 44,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289181584",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "35",
                "routeLongName": "Griffintown",
                "shapeLink": "/storage/shapes/stm/350001.json",
                "shapeId": "350001",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2025-07-18 09:39:10",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 133,
            "ref": "28048",
            "isActive": false,
            "label": "28048",
            "timestamp": 1752847553,
            "tripId": "289185411",
            "routeId": "420",
            "startTime": "09:05:00",
            "position": {
                "lat": 45.43998,
                "lon": -73.63477
            },
            "bearing": 34,
            "speed": 7,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 20,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289185411",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "420",
                "routeLongName": "Express Notre-Dame-de-Grâce",
                "shapeLink": "/storage/shapes/stm/4200002.json",
                "shapeId": "4200002",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2025-07-18 10:08:08",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1638,
            "ref": "28049",
            "isActive": false,
            "label": "28049",
            "timestamp": 1594327398,
            "tripId": "218428120",
            "routeId": "58",
            "startTime": "15:53:00",
            "position": {
                "lat": 45.43682,
                "lon": -73.59048
            },
            "bearing": 195,
            "speed": 19,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 23,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": null,
                "routeTextColor": null,
                "routeShortName": null,
                "routeLongName": null,
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 11:15:08",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1456,
            "ref": "28050",
            "isActive": false,
            "label": "28050",
            "timestamp": 1594327398,
            "tripId": "218426887",
            "routeId": "425",
            "startTime": "16:42:00",
            "position": {
                "lat": 45.48369,
                "lon": -73.57974
            },
            "bearing": 47,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 2,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "425",
                "routeLongName": "Express Anse-à-l'Orme",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 10:50:04",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 134,
            "ref": "28051",
            "isActive": false,
            "label": "28051",
            "timestamp": 1732075290,
            "tripId": "280421033",
            "routeId": "107",
            "startTime": "23:12:00",
            "position": {
                "lat": 45.42649,
                "lon": -73.61176
            },
            "bearing": 303,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 1,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "107",
                "routeLongName": "Verdun",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2024-11-19 23:08:06",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 135,
            "ref": "28052",
            "isActive": true,
            "label": "28052",
            "timestamp": 1752849102,
            "tripId": "289185196",
            "routeId": "405",
            "startTime": "09:56:00",
            "position": {
                "lat": 45.42053,
                "lon": -73.87636
            },
            "bearing": 246,
            "speed": 35,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 15,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289185196",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "405",
                "routeLongName": "Express Bord-du-Lac",
                "shapeLink": "/storage/shapes/stm/4050002.json",
                "shapeId": "4050002",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2025-07-18 10:32:06",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 2070,
            "ref": "28053",
            "isActive": false,
            "label": "28053",
            "timestamp": 1725565048,
            "tripId": "280229512",
            "routeId": "114",
            "startTime": "15:41:00",
            "position": {
                "lat": 45.44202,
                "lon": -73.63378
            },
            "bearing": 152,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 1,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "114",
                "routeLongName": "Angrignon",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 12:20:23",
            "meta": {},
            "updatedAt": "2024-09-05 15:39:08",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1969,
            "ref": "28054",
            "isActive": false,
            "label": "28054",
            "timestamp": 1728067411,
            "tripId": "279632372",
            "routeId": "48",
            "startTime": null,
            "position": {
                "lat": 45.66189,
                "lon": -73.53839
            },
            "bearing": 235,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 1,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "48",
                "routeLongName": "Perras",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 12:00:20",
            "meta": {},
            "updatedAt": "2024-10-04 14:45:09",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 2794,
            "ref": "28055",
            "isActive": false,
            "label": "28055",
            "timestamp": 1732287197,
            "tripId": "280420889",
            "routeId": "107",
            "startTime": "09:09:00",
            "position": {
                "lat": 45.50122,
                "lon": -73.56022
            },
            "bearing": 299,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 48,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "107",
                "routeLongName": "Verdun",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-29 20:44:18",
            "meta": {},
            "updatedAt": "2024-11-22 09:56:07",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1248,
            "ref": "28056",
            "isActive": false,
            "label": "28056",
            "timestamp": 1730414417,
            "tripId": "280423196",
            "routeId": "425",
            "startTime": "17:42:00",
            "position": {
                "lat": 45.43761,
                "lon": -73.90102
            },
            "bearing": 276,
            "speed": 25,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 35,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "425",
                "routeLongName": "Express Anse-à-l'Orme",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 10:15:04",
            "meta": {},
            "updatedAt": "2024-10-31 18:51:08",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 136,
            "ref": "28057",
            "isActive": true,
            "label": "28057",
            "timestamp": 1752849094,
            "tripId": "289183415",
            "routeId": "35",
            "startTime": "10:00:00",
            "position": {
                "lat": 45.48103,
                "lon": -73.57834
            },
            "bearing": 55,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 25,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289183415",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "35",
                "routeLongName": "Griffintown",
                "shapeLink": "/storage/shapes/stm/350021.json",
                "shapeId": "350021",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2025-07-18 10:32:06",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 3368,
            "ref": "28058",
            "isActive": false,
            "label": "28058",
            "timestamp": 1594327394,
            "tripId": "218416516",
            "routeId": "44",
            "startTime": "16:12:00",
            "position": {
                "lat": 45.59614,
                "lon": -73.55963
            },
            "bearing": 111,
            "speed": 19,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 31,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "44",
                "routeLongName": "Armand-Bombardier",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2020-02-19 17:17:03",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1713,
            "ref": "28059",
            "isActive": false,
            "label": "28059",
            "timestamp": 1731586871,
            "tripId": "280240171",
            "routeId": "460",
            "startTime": "06:21:00",
            "position": {
                "lat": 45.55083,
                "lon": -73.62944
            },
            "bearing": 276,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 15,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "460",
                "routeLongName": "Express Métropolitaine",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 11:25:08",
            "meta": {},
            "updatedAt": "2024-11-14 07:23:07",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1332,
            "ref": "28060",
            "isActive": false,
            "label": "28060",
            "timestamp": 1729721985,
            "tripId": "282948814",
            "routeId": "809",
            "startTime": "18:02:00",
            "position": {
                "lat": 45.54597,
                "lon": -73.65086
            },
            "bearing": 10,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 2,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": null,
                "routeTextColor": null,
                "routeShortName": null,
                "routeLongName": null,
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 10:30:03",
            "meta": {},
            "updatedAt": "2024-10-23 18:21:06",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1883,
            "ref": "28061",
            "isActive": false,
            "label": "28061",
            "timestamp": 1752843841,
            "tripId": "289184483",
            "routeId": "195",
            "startTime": "08:02:00",
            "position": {
                "lat": 45.442,
                "lon": -73.75362
            },
            "bearing": 276,
            "speed": 34,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 54,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289184483",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "195",
                "routeLongName": "Dorval / Angrignon",
                "shapeLink": "/storage/shapes/stm/1950003.json",
                "shapeId": "1950003",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 11:50:17",
            "meta": {},
            "updatedAt": "2025-07-18 09:09:12",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 137,
            "ref": "28062",
            "isActive": false,
            "label": "28062",
            "timestamp": 1752786166,
            "tripId": "286061819",
            "routeId": "170",
            "startTime": "16:17:00",
            "position": {
                "lat": 45.52582,
                "lon": -73.72959
            },
            "bearing": 148,
            "speed": 11,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 26,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286061819",
                "headsign": "Nord",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "170",
                "routeLongName": "Keller",
                "shapeLink": "/storage/shapes/stm/1700002.json",
                "shapeId": "1700002",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2025-07-17 17:13:12",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 138,
            "ref": "28063",
            "isActive": false,
            "label": "28063",
            "timestamp": 1594327399,
            "tripId": "218428182",
            "routeId": "61",
            "startTime": "16:29:00",
            "position": {
                "lat": 45.4894,
                "lon": -73.55714
            },
            "bearing": 0,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 13,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "61",
                "routeLongName": "Wellington",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 2047,
            "ref": "28064",
            "isActive": false,
            "label": "28064",
            "timestamp": 1719980161,
            "tripId": "275639400",
            "routeId": "113",
            "startTime": "23:45:00",
            "position": {
                "lat": 45.42508,
                "lon": -73.64851
            },
            "bearing": 14,
            "speed": 6,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 36,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "113",
                "routeLongName": "Lapierre",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 12:15:20",
            "meta": {},
            "updatedAt": "2024-07-03 00:22:06",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 2202,
            "ref": "28065",
            "isActive": false,
            "label": "28065",
            "timestamp": 1745428425,
            "tripId": "914606",
            "routeId": "171",
            "startTime": "12:07:00",
            "position": {
                "lat": 45.55573,
                "lon": -73.6678
            },
            "bearing": 23,
            "speed": 28,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 35,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "171",
                "routeLongName": "Henri-Bourassa",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 18:05:06",
            "meta": {},
            "updatedAt": "2025-04-23 13:15:06",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 2728,
            "ref": "28066",
            "isActive": false,
            "label": "28066",
            "timestamp": 1697084751,
            "tripId": "271459320",
            "routeId": "45",
            "startTime": "23:49:00",
            "position": {
                "lat": 45.57355,
                "lon": -73.65947
            },
            "bearing": 19,
            "speed": 18,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 42,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "45",
                "routeLongName": "Papineau",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-27 21:44:10",
            "meta": {},
            "updatedAt": "2023-10-12 00:37:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1970,
            "ref": "28067",
            "isActive": false,
            "label": "28067",
            "timestamp": 1728566764,
            "tripId": "280229379",
            "routeId": "35",
            "startTime": "08:27:00",
            "position": {
                "lat": 45.50395,
                "lon": -73.57139
            },
            "bearing": 305,
            "speed": 16,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 45,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "35",
                "routeLongName": "Griffintown",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 12:00:21",
            "meta": {},
            "updatedAt": "2024-10-10 09:37:08",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 822,
            "ref": "28068",
            "isActive": false,
            "label": "28068",
            "timestamp": 1594327400,
            "tripId": "218429653",
            "routeId": "107",
            "startTime": "16:01:00",
            "position": {
                "lat": 45.46474,
                "lon": -73.57117
            },
            "bearing": 183,
            "speed": 2,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 30,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "107",
                "routeLongName": "Verdun",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 01:13:09",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 139,
            "ref": "28069",
            "isActive": false,
            "label": "28069",
            "timestamp": 1752842380,
            "tripId": "289185187",
            "routeId": "405",
            "startTime": "07:49:00",
            "position": {
                "lat": 45.48198,
                "lon": -73.58223
            },
            "bearing": 38,
            "speed": 7,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 31,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289185187",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "405",
                "routeLongName": "Express Bord-du-Lac",
                "shapeLink": "/storage/shapes/stm/4050001.json",
                "shapeId": "4050001",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2025-07-18 08:41:12",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 140,
            "ref": "28070",
            "isActive": false,
            "label": "28070",
            "timestamp": 1728340311,
            "tripId": "279025829",
            "routeId": "164",
            "startTime": "17:30:00",
            "position": {
                "lat": 45.50425,
                "lon": -73.73507
            },
            "bearing": 133,
            "speed": 48,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 43,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "164",
                "routeLongName": "Dudemaine",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2024-10-07 18:33:07",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 141,
            "ref": "28071",
            "isActive": false,
            "label": "28071",
            "timestamp": 1730502512,
            "tripId": "280473056",
            "routeId": "72",
            "startTime": "18:23:00",
            "position": {
                "lat": 45.5132,
                "lon": -73.68271
            },
            "bearing": 252,
            "speed": 16,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 37,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "72",
                "routeLongName": "Alfred-Nobel",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2024-11-01 19:19:07",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 142,
            "ref": "28072",
            "isActive": false,
            "label": "28072",
            "timestamp": 1752186741,
            "tripId": "286062452",
            "routeId": "968",
            "startTime": "17:50:00",
            "position": {
                "lat": 45.50258,
                "lon": -73.73452
            },
            "bearing": 242,
            "speed": 12,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 3,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286062452",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "968",
                "routeLongName": "Trainbus Roxboro / Côte-Vertu",
                "shapeLink": "/storage/shapes/stm/9680001.json",
                "shapeId": "9680001",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2025-07-10 18:34:07",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 143,
            "ref": "28073",
            "isActive": false,
            "label": "28073",
            "timestamp": 1752667511,
            "tripId": "286060938",
            "routeId": "200",
            "startTime": "07:27:00",
            "position": {
                "lat": 45.40407,
                "lon": -73.93887
            },
            "bearing": 246,
            "speed": 27,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 45,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286060938",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "200",
                "routeLongName": "Sainte-Anne-de-Bellevue",
                "shapeLink": "/storage/shapes/stm/2000002.json",
                "shapeId": "2000002",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2025-07-16 08:16:12",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1333,
            "ref": "28074",
            "isActive": false,
            "label": "28074",
            "timestamp": 1752782793,
            "tripId": "286062319",
            "routeId": "225",
            "startTime": "15:45:00",
            "position": {
                "lat": 45.51318,
                "lon": -73.68401
            },
            "bearing": 42,
            "speed": 10,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 24,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "225",
                "routeLongName": "Hymus",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 10:30:03",
            "meta": {},
            "updatedAt": "2025-07-17 16:08:12",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1971,
            "ref": "28075",
            "isActive": false,
            "label": "28075",
            "timestamp": 1594327396,
            "tripId": "219807110",
            "routeId": "196",
            "startTime": "16:38:00",
            "position": {
                "lat": 45.44113,
                "lon": -73.70519
            },
            "bearing": 289,
            "speed": 27,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 7,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "196",
                "routeLongName": "Parc-Industriel-Lachine",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 12:00:21",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1673,
            "ref": "28076",
            "isActive": false,
            "label": "28076",
            "timestamp": 1752788803,
            "tripId": "286062414",
            "routeId": "968",
            "startTime": "15:15:00",
            "position": {
                "lat": 45.50265,
                "lon": -73.73444
            },
            "bearing": 232,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 3,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286062414",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "968",
                "routeLongName": "Trainbus Roxboro / Côte-Vertu",
                "shapeLink": "/storage/shapes/stm/9680001.json",
                "shapeId": "9680001",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 11:20:09",
            "meta": {},
            "updatedAt": "2025-07-17 17:48:09",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 144,
            "ref": "28077",
            "isActive": false,
            "label": "28077",
            "timestamp": 1720701016,
            "tripId": "276294499",
            "routeId": "72",
            "startTime": "07:54:00",
            "position": {
                "lat": 45.4726,
                "lon": -73.78893
            },
            "bearing": 236,
            "speed": 32,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 24,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "72",
                "routeLongName": "Alfred-Nobel",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2024-07-11 08:40:32",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 145,
            "ref": "28078",
            "isActive": false,
            "label": "28078",
            "timestamp": 1752579508,
            "tripId": "286062378",
            "routeId": "968",
            "startTime": "07:10:00",
            "position": {
                "lat": 45.51248,
                "lon": -73.68488
            },
            "bearing": 41,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 3,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286062378",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "968",
                "routeLongName": "Trainbus Roxboro / Côte-Vertu",
                "shapeLink": "/storage/shapes/stm/9680028.json",
                "shapeId": "9680028",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2025-07-15 07:49:09",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 2476,
            "ref": "28079",
            "isActive": false,
            "label": "28079",
            "timestamp": 1732718467,
            "tripId": "280422930",
            "routeId": "405",
            "startTime": "08:53:00",
            "position": {
                "lat": 45.48236,
                "lon": -73.58186
            },
            "bearing": 55,
            "speed": 36,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 31,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "405",
                "routeLongName": "Express Bord-du-Lac",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-23 10:56:04",
            "meta": {},
            "updatedAt": "2024-11-27 09:52:07",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1639,
            "ref": "28080",
            "isActive": false,
            "label": "28080",
            "timestamp": 1741010382,
            "tripId": "282604565",
            "routeId": "72",
            "startTime": "07:45:00",
            "position": {
                "lat": 45.48611,
                "lon": -73.7398
            },
            "bearing": 242,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 7,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "72",
                "routeLongName": "Alfred-Nobel",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 11:15:09",
            "meta": {},
            "updatedAt": "2025-03-03 09:01:09",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1531,
            "ref": "28081",
            "isActive": true,
            "label": "28081",
            "timestamp": 1752849088,
            "tripId": "289185762",
            "routeId": "496",
            "startTime": "10:24:00",
            "position": {
                "lat": 45.45983,
                "lon": -73.61919
            },
            "bearing": 234,
            "speed": 69,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 2,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289185762",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "496",
                "routeLongName": "Express Victoria",
                "shapeLink": "/storage/shapes/stm/4960002.json",
                "shapeId": "4960002",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 11:00:05",
            "meta": {},
            "updatedAt": "2025-07-18 10:32:06",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 3301,
            "ref": "28082",
            "isActive": false,
            "label": "28082",
            "timestamp": 1726693611,
            "tripId": "279633496",
            "routeId": "193",
            "startTime": "16:12:00",
            "position": {
                "lat": 45.60663,
                "lon": -73.57185
            },
            "bearing": 55,
            "speed": 9,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 48,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "193",
                "routeLongName": "Jarry",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2020-01-28 10:12:04",
            "meta": {},
            "updatedAt": "2024-09-18 17:17:09",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1776,
            "ref": "28083",
            "isActive": false,
            "label": "28083",
            "timestamp": 1729031096,
            "tripId": "279633476",
            "routeId": "193",
            "startTime": "17:36:00",
            "position": {
                "lat": 45.60639,
                "lon": -73.57154
            },
            "bearing": 138,
            "speed": 29,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 48,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                5
            ],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "193",
                "routeLongName": "Jarry",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 11:35:09",
            "meta": {},
            "updatedAt": "2024-10-15 18:36:09",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 2465,
            "ref": "28084",
            "isActive": false,
            "label": "28084",
            "timestamp": 1752845140,
            "tripId": "289184680",
            "routeId": "496",
            "startTime": "08:56:00",
            "position": {
                "lat": 45.48142,
                "lon": -73.58338
            },
            "bearing": 124,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 22,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289184680",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "496",
                "routeLongName": "Express Victoria",
                "shapeLink": "/storage/shapes/stm/4960001.json",
                "shapeId": "4960001",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 22:32:16",
            "meta": {},
            "updatedAt": "2025-07-18 09:36:14",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1230,
            "ref": "28085",
            "isActive": false,
            "label": "28085",
            "timestamp": 1594327405,
            "tripId": "218417815",
            "routeId": "186",
            "startTime": "16:28:00",
            "position": {
                "lat": 45.65539,
                "lon": -73.50977
            },
            "bearing": 14,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 25,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "186",
                "routeLongName": "Sherbrooke-Est",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 10:10:02",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1857,
            "ref": "28086",
            "isActive": false,
            "label": "28086",
            "timestamp": 1594327398,
            "tripId": "218379539",
            "routeId": "485",
            "startTime": "16:46:00",
            "position": {
                "lat": 45.484,
                "lon": -73.57922
            },
            "bearing": 54,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 1,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "485",
                "routeLongName": "Express Antoine-Faucon",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 11:45:19",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1858,
            "ref": "28087",
            "isActive": false,
            "label": "28087",
            "timestamp": 1729118731,
            "tripId": "279632683",
            "routeId": "440",
            "startTime": "18:16:00",
            "position": {
                "lat": 45.55096,
                "lon": -73.65643
            },
            "bearing": 208,
            "speed": 14,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 17,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "440",
                "routeLongName": "Express Charleroi",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 11:45:19",
            "meta": {},
            "updatedAt": "2024-10-16 18:52:06",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 7106,
            "ref": "28088",
            "isActive": false,
            "label": "28088",
            "timestamp": 1745412601,
            "tripId": "286573889",
            "routeId": "112",
            "startTime": "08:16:00",
            "position": {
                "lat": 45.45654,
                "lon": -73.58137
            },
            "bearing": 194,
            "speed": 28,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 41,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "112",
                "routeLongName": "Airlie",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2020-04-16 21:01:03",
            "meta": {},
            "updatedAt": "2025-04-23 09:00:12",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 3320,
            "ref": "28089",
            "isActive": false,
            "label": "28089",
            "timestamp": 1723679653,
            "tripId": "275640243",
            "routeId": "191",
            "startTime": "19:00:00",
            "position": {
                "lat": 45.446,
                "lon": -73.7412
            },
            "bearing": 357,
            "speed": 7,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 69,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": null,
                "routeTextColor": null,
                "routeShortName": null,
                "routeLongName": null,
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2020-02-04 00:40:03",
            "meta": {},
            "updatedAt": "2024-08-14 20:05:07",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1153,
            "ref": "28090",
            "isActive": false,
            "label": "28090",
            "timestamp": 1594327395,
            "tripId": "219804744",
            "routeId": "68",
            "startTime": "16:26:00",
            "position": {
                "lat": 45.46277,
                "lon": -73.88445
            },
            "bearing": 55,
            "speed": 16,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 19,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "68",
                "routeLongName": "Pierrefonds",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 09:35:04",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 146,
            "ref": "28091",
            "isActive": false,
            "label": "28091",
            "timestamp": 1701473196,
            "tripId": "271479112",
            "routeId": "440",
            "startTime": null,
            "position": {
                "lat": 45.6054,
                "lon": -73.61931
            },
            "bearing": 232,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 1,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "440",
                "routeLongName": "Express Charleroi",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2023-12-01 18:28:09",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 147,
            "ref": "28092",
            "isActive": false,
            "label": "28092",
            "timestamp": 1752669825,
            "tripId": "286060605",
            "routeId": "196",
            "startTime": "07:35:00",
            "position": {
                "lat": 45.50277,
                "lon": -73.73435
            },
            "bearing": 244,
            "speed": 7,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 60,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286060605",
                "headsign": "Sud",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "196",
                "routeLongName": "Parc-Industriel-Lachine",
                "shapeLink": "/storage/shapes/stm/1960002.json",
                "shapeId": "1960002",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2025-07-16 08:45:13",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1497,
            "ref": "28093",
            "isActive": false,
            "label": "28093",
            "timestamp": 1752843996,
            "tripId": "289183534",
            "routeId": "108",
            "startTime": "08:38:00",
            "position": {
                "lat": 45.48864,
                "lon": -73.58359
            },
            "bearing": 324,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 27,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                4
            ],
            "trip": {
                "id": "289183534",
                "headsign": "Est",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "108",
                "routeLongName": "Bannantyne",
                "shapeLink": "/storage/shapes/stm/1080001.json",
                "shapeId": "1080001",
                "serviceId": "25U-H56U000S-81-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 10:55:03",
            "meta": {},
            "updatedAt": "2025-07-18 09:17:09",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1674,
            "ref": "28094",
            "isActive": false,
            "label": "28094",
            "timestamp": 1730901397,
            "tripId": "280418907",
            "routeId": "35",
            "startTime": "07:53:00",
            "position": {
                "lat": 45.44712,
                "lon": -73.60403
            },
            "bearing": 269,
            "speed": 15,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 44,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "35",
                "routeLongName": "Griffintown",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 11:20:09",
            "meta": {},
            "updatedAt": "2024-11-06 09:05:06",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 148,
            "ref": "28095",
            "isActive": false,
            "label": "28095",
            "timestamp": 1728475785,
            "tripId": "282910609",
            "routeId": "121",
            "startTime": "07:40:00",
            "position": {
                "lat": 45.49735,
                "lon": -73.70881
            },
            "bearing": 312,
            "speed": 36,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 25,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "121",
                "routeLongName": "Sauvé / Côte-Vertu",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2024-10-09 08:20:09",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1823,
            "ref": "28096",
            "isActive": false,
            "label": "28096",
            "timestamp": 1725660579,
            "tripId": "279028437",
            "routeId": "401",
            "startTime": "17:44:00",
            "position": {
                "lat": 45.4744,
                "lon": -73.87203
            },
            "bearing": 13,
            "speed": 43,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 30,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "401",
                "routeLongName": "Express Saint-Charles",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 11:40:20",
            "meta": {},
            "updatedAt": "2024-09-06 18:11:05",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 3299,
            "ref": "28097",
            "isActive": false,
            "label": "28097",
            "timestamp": 1594327405,
            "tripId": "219804626",
            "routeId": "468",
            "startTime": "16:14:00",
            "position": {
                "lat": 45.50568,
                "lon": -73.78976
            },
            "bearing": 106,
            "speed": 47,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 24,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "468",
                "routeLongName": "Express Pierrefonds / Gouin",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2020-01-27 21:29:04",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 3206,
            "ref": "28098",
            "isActive": false,
            "label": "28098",
            "timestamp": 1731588156,
            "tripId": "280471615",
            "routeId": "475",
            "startTime": "07:00:00",
            "position": {
                "lat": 45.51315,
                "lon": -73.68277
            },
            "bearing": 41,
            "speed": 15,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 6,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "475",
                "routeLongName": "Express Dollard-des-Ormeaux",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2020-01-07 10:34:14",
            "meta": {},
            "updatedAt": "2024-11-14 07:50:09",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 149,
            "ref": "28099",
            "isActive": false,
            "label": "28099",
            "timestamp": 1752846539,
            "tripId": "286061216",
            "routeId": "196",
            "startTime": "09:02:00",
            "position": {
                "lat": 45.43977,
                "lon": -73.69164
            },
            "bearing": 268,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 60,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286061216",
                "headsign": "Sud",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "196",
                "routeLongName": "Parc-Industriel-Lachine",
                "shapeLink": "/storage/shapes/stm/1960002.json",
                "shapeId": "1960002",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2025-07-18 10:01:10",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1742,
            "ref": "28100",
            "isActive": false,
            "label": "28100",
            "timestamp": 1752837252,
            "tripId": "286060849",
            "routeId": "196",
            "startTime": "06:22:00",
            "position": {
                "lat": 45.43977,
                "lon": -73.69164
            },
            "bearing": 267,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 60,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286060849",
                "headsign": "Sud",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "196",
                "routeLongName": "Parc-Industriel-Lachine",
                "shapeLink": "/storage/shapes/stm/1960002.json",
                "shapeId": "1960002",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 11:30:10",
            "meta": {},
            "updatedAt": "2025-07-18 07:25:12",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 150,
            "ref": "28101",
            "isActive": false,
            "label": "28101",
            "timestamp": 1752665422,
            "tripId": "286060045",
            "routeId": "196",
            "startTime": "06:40:00",
            "position": {
                "lat": 45.43977,
                "lon": -73.69164
            },
            "bearing": 269,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 60,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286060045",
                "headsign": "Sud",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "196",
                "routeLongName": "Parc-Industriel-Lachine",
                "shapeLink": "/storage/shapes/stm/1960002.json",
                "shapeId": "1960002",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2025-07-16 07:41:10",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 151,
            "ref": "28102",
            "isActive": false,
            "label": "28102",
            "timestamp": 1730460944,
            "tripId": "280470761",
            "routeId": "72",
            "startTime": "06:55:00",
            "position": {
                "lat": 45.46088,
                "lon": -73.81861
            },
            "bearing": 234,
            "speed": 14,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 34,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "72",
                "routeLongName": "Alfred-Nobel",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2024-11-01 07:37:08",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 152,
            "ref": "28103",
            "isActive": false,
            "label": "28103",
            "timestamp": 1709072128,
            "tripId": "270706117",
            "routeId": "70",
            "startTime": "16:48:00",
            "position": {
                "lat": 45.49227,
                "lon": -73.73855
            },
            "bearing": 302,
            "speed": 41,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 28,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "70",
                "routeLongName": "Bois-Franc",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2024-02-27 17:20:37",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1382,
            "ref": "28104",
            "isActive": false,
            "label": "28104",
            "timestamp": 1594327388,
            "tripId": "218379533",
            "routeId": "485",
            "startTime": "16:15:00",
            "position": {
                "lat": 45.44788,
                "lon": -73.74619
            },
            "bearing": 278,
            "speed": 49,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 3,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "485",
                "routeLongName": "Express Antoine-Faucon",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 10:40:03",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1972,
            "ref": "28105",
            "isActive": false,
            "label": "28105",
            "timestamp": 1702943129,
            "tripId": "271596342",
            "routeId": "225",
            "startTime": "18:16:00",
            "position": {
                "lat": 45.48163,
                "lon": -73.7788
            },
            "bearing": 88,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 16,
            "currentStatus": {
                "data": 1,
                "label": "Stopped at"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "225",
                "routeLongName": "Hymus",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 12:00:23",
            "meta": {},
            "updatedAt": "2023-12-18 18:47:05",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 153,
            "ref": "28106",
            "isActive": false,
            "label": "28106",
            "timestamp": 1752838638,
            "tripId": "286060045",
            "routeId": "196",
            "startTime": "06:40:00",
            "position": {
                "lat": 45.43981,
                "lon": -73.69038
            },
            "bearing": 271,
            "speed": 33,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 60,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286060045",
                "headsign": "Sud",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "196",
                "routeLongName": "Parc-Industriel-Lachine",
                "shapeLink": "/storage/shapes/stm/1960002.json",
                "shapeId": "1960002",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2025-07-18 07:48:09",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 154,
            "ref": "28107",
            "isActive": false,
            "label": "28107",
            "timestamp": 1752581424,
            "tripId": "286061128",
            "routeId": "196",
            "startTime": "07:15:00",
            "position": {
                "lat": 45.43977,
                "lon": -73.69164
            },
            "bearing": 267,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 60,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286061128",
                "headsign": "Sud",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "196",
                "routeLongName": "Parc-Industriel-Lachine",
                "shapeLink": "/storage/shapes/stm/1960002.json",
                "shapeId": "1960002",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2025-07-15 08:21:11",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 2100,
            "ref": "28108",
            "isActive": false,
            "label": "28108",
            "timestamp": 1752610305,
            "tripId": "286062319",
            "routeId": "225",
            "startTime": "15:45:00",
            "position": {
                "lat": 45.51082,
                "lon": -73.68699
            },
            "bearing": 41,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 24,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "225",
                "routeLongName": "Hymus",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 12:30:26",
            "meta": {},
            "updatedAt": "2025-07-15 16:13:09",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 155,
            "ref": "28109",
            "isActive": false,
            "label": "28109",
            "timestamp": 1752671377,
            "tripId": "286061059",
            "routeId": "215",
            "startTime": "08:22:00",
            "position": {
                "lat": 45.46657,
                "lon": -73.83133
            },
            "bearing": 232,
            "speed": 32,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 51,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286061059",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "215",
                "routeLongName": "Henri-Bourassa",
                "shapeLink": "/storage/shapes/stm/2150002.json",
                "shapeId": "2150002",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2025-07-16 09:20:12",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 3335,
            "ref": "28110",
            "isActive": false,
            "label": "28110",
            "timestamp": 1694775090,
            "tripId": "268457755",
            "routeId": "968",
            "startTime": "06:30:00",
            "position": {
                "lat": 45.51302,
                "lon": -73.68421
            },
            "bearing": 44,
            "speed": 13,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 3,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "968",
                "routeLongName": "Trainbus Roxboro / Côte-Vertu",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2020-02-07 16:40:03",
            "meta": {},
            "updatedAt": "2023-09-26 09:48:36",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 156,
            "ref": "28111",
            "isActive": false,
            "label": "28111",
            "timestamp": 1728686483,
            "tripId": "279028990",
            "routeId": "968",
            "startTime": "18:20:00",
            "position": {
                "lat": 45.51041,
                "lon": -73.80437
            },
            "bearing": 299,
            "speed": 35,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 3,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "968",
                "routeLongName": "Trainbus Roxboro / Côte-Vertu",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2024-10-11 18:43:08",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 157,
            "ref": "28112",
            "isActive": false,
            "label": "28112",
            "timestamp": 1702387536,
            "tripId": "271594785",
            "routeId": "196",
            "startTime": "07:45:00",
            "position": {
                "lat": 45.45224,
                "lon": -73.7218
            },
            "bearing": 85,
            "speed": 26,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 48,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "196",
                "routeLongName": "Parc-Industriel-Lachine",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2023-12-12 08:27:06",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 158,
            "ref": "28113",
            "isActive": false,
            "label": "28113",
            "timestamp": 1752530676,
            "tripId": "286062079",
            "routeId": "177",
            "startTime": "17:47:00",
            "position": {
                "lat": 45.5058,
                "lon": -73.7399
            },
            "bearing": 47,
            "speed": 40,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 20,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286062079",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "177",
                "routeLongName": "Thimens",
                "shapeLink": "/storage/shapes/stm/1770001.json",
                "shapeId": "1770001",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2025-07-14 18:06:11",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 159,
            "ref": "28114",
            "isActive": false,
            "label": "28114",
            "timestamp": 1594327404,
            "tripId": "218376490",
            "routeId": "105",
            "startTime": "16:25:00",
            "position": {
                "lat": 45.4735,
                "lon": -73.60494
            },
            "bearing": 38,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 19,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "105",
                "routeLongName": "Sherbrooke",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 2881,
            "ref": "28115",
            "isActive": false,
            "label": "28115",
            "timestamp": 1728513589,
            "tripId": "279028444",
            "routeId": "401",
            "startTime": "18:04:00",
            "position": {
                "lat": 45.48308,
                "lon": -73.86707
            },
            "bearing": 306,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 31,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "401",
                "routeLongName": "Express Saint-Charles",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-12-03 22:50:14",
            "meta": {},
            "updatedAt": "2024-10-09 18:51:09",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 2769,
            "ref": "28116",
            "isActive": false,
            "label": "28116",
            "timestamp": 1594327059,
            "tripId": "218379764",
            "routeId": "968",
            "startTime": "16:35:00",
            "position": {
                "lat": 45.51292,
                "lon": -73.68076
            },
            "bearing": 175,
            "speed": 11,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 2,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "968",
                "routeLongName": "Trainbus Roxboro / Côte-Vertu",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-28 22:28:12",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 160,
            "ref": "28117",
            "isActive": false,
            "label": "28117",
            "timestamp": 1752672311,
            "tripId": "286060426",
            "routeId": "196",
            "startTime": "08:26:00",
            "position": {
                "lat": 45.43982,
                "lon": -73.68933
            },
            "bearing": 270,
            "speed": 38,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 59,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286060426",
                "headsign": "Sud",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "196",
                "routeLongName": "Parc-Industriel-Lachine",
                "shapeLink": "/storage/shapes/stm/1960002.json",
                "shapeId": "1960002",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2025-07-16 09:35:12",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1885,
            "ref": "28118",
            "isActive": false,
            "label": "28118",
            "timestamp": 1752669994,
            "tripId": "286060407",
            "routeId": "196",
            "startTime": "07:52:00",
            "position": {
                "lat": 45.43981,
                "lon": -73.6902
            },
            "bearing": 268,
            "speed": 36,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 60,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286060407",
                "headsign": "Sud",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "196",
                "routeLongName": "Parc-Industriel-Lachine",
                "shapeLink": "/storage/shapes/stm/1960002.json",
                "shapeId": "1960002",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 11:50:20",
            "meta": {},
            "updatedAt": "2025-07-16 08:57:09",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 2860,
            "ref": "28119",
            "isActive": false,
            "label": "28119",
            "timestamp": 1752702444,
            "tripId": "286061673",
            "routeId": "201",
            "startTime": "16:28:00",
            "position": {
                "lat": 45.46618,
                "lon": -73.83209
            },
            "bearing": 157,
            "speed": 12,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 68,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286061673",
                "headsign": "Sud",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "201",
                "routeLongName": "Saint-Charles / Saint-Jean",
                "shapeLink": "/storage/shapes/stm/2010003.json",
                "shapeId": "2010003",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-12-03 12:08:11",
            "meta": {},
            "updatedAt": "2025-07-16 17:50:12",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 161,
            "ref": "28120",
            "isActive": false,
            "label": "28120",
            "timestamp": 1594327399,
            "tripId": "218379340",
            "routeId": "470",
            "startTime": "16:11:00",
            "position": {
                "lat": 45.46812,
                "lon": -73.82964
            },
            "bearing": 322,
            "speed": 39,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 5,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "470",
                "routeLongName": "Express Pierrefonds",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 162,
            "ref": "28121",
            "isActive": false,
            "label": "28121",
            "timestamp": 1752754097,
            "tripId": "286061128",
            "routeId": "196",
            "startTime": "07:15:00",
            "position": {
                "lat": 45.43977,
                "lon": -73.69164
            },
            "bearing": 268,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 60,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286061128",
                "headsign": "Sud",
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "196",
                "routeLongName": "Parc-Industriel-Lachine",
                "shapeLink": "/storage/shapes/stm/1960002.json",
                "shapeId": "1960002",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2025-07-17 08:19:11",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1154,
            "ref": "28122",
            "isActive": false,
            "label": "28122",
            "timestamp": 1594327399,
            "tripId": "218417267",
            "routeId": "141",
            "startTime": "16:05:00",
            "position": {
                "lat": 45.612,
                "lon": -73.55537
            },
            "bearing": 30,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 35,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "141",
                "routeLongName": "Jean-Talon Est",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 09:35:04",
            "meta": {},
            "updatedAt": "2024-09-09 22:57:03",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 3189,
            "ref": "28123",
            "isActive": false,
            "label": "28123",
            "timestamp": 1730291806,
            "tripId": "280422476",
            "routeId": "112",
            "startTime": "07:56:00",
            "position": {
                "lat": 45.4566,
                "lon": -73.58223
            },
            "bearing": 11,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 41,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "112",
                "routeLongName": "Airlie",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2020-01-01 17:14:05",
            "meta": {},
            "updatedAt": "2024-10-30 08:37:46",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 1457,
            "ref": "28124",
            "isActive": false,
            "label": "28124",
            "timestamp": 1730209777,
            "tripId": "280473125",
            "routeId": "209",
            "startTime": "09:05:00",
            "position": {
                "lat": 45.45486,
                "lon": -73.75243
            },
            "bearing": 4,
            "speed": 28,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 41,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "209",
                "routeLongName": "Des Sources / YUL Aéroport",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 10:50:04",
            "meta": {},
            "updatedAt": "2024-10-29 10:00:11",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 823,
            "ref": "28125",
            "isActive": false,
            "label": "28125",
            "timestamp": 1725051601,
            "tripId": "279028932",
            "routeId": "968",
            "startTime": "16:30:00",
            "position": {
                "lat": 45.51006,
                "lon": -73.81105
            },
            "bearing": 305,
            "speed": 15,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 3,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "968",
                "routeLongName": "Trainbus Roxboro / Côte-Vertu",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 01:13:10",
            "meta": {},
            "updatedAt": "2024-08-30 17:11:08",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 163,
            "ref": "28126",
            "isActive": false,
            "label": "28126",
            "timestamp": 1727385707,
            "tripId": "279026646",
            "routeId": "72",
            "startTime": "16:14:00",
            "position": {
                "lat": 45.51415,
                "lon": -73.68259
            },
            "bearing": 310,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 37,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "72",
                "routeLongName": "Alfred-Nobel",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2024-09-26 17:33:07",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 2138,
            "ref": "28127",
            "isActive": false,
            "label": "28127",
            "timestamp": 1752841318,
            "tripId": "286061102",
            "routeId": "174",
            "startTime": "08:00:00",
            "position": {
                "lat": 45.4722,
                "lon": -73.73574
            },
            "bearing": 228,
            "speed": 13,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 13,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 2,
                "label": "Few seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286061102",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "174",
                "routeLongName": "Côte-Vertu",
                "shapeLink": "/storage/shapes/stm/1740001.json",
                "shapeId": "1740001",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 12:45:27",
            "meta": {},
            "updatedAt": "2025-07-18 08:33:13",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 164,
            "ref": "28128",
            "isActive": false,
            "label": "28128",
            "timestamp": 1752674316,
            "tripId": "286060311",
            "routeId": "70",
            "startTime": "06:16:00",
            "position": {
                "lat": 45.50328,
                "lon": -73.73507
            },
            "bearing": 57,
            "speed": 0,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 22,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 1,
                "label": "Many seats available"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [
                8
            ],
            "trip": {
                "id": "286060311",
                "headsign": "Ouest",
                "shortName": null,
                "routeColor": "#009EE0",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "70",
                "routeLongName": "Bois-Franc",
                "shapeLink": "/storage/shapes/stm/700002.json",
                "shapeId": "700002",
                "serviceId": "25U-H60U000S-80-S",
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2025-07-16 10:00:19",
            "agencyName": "Société de transport de Montréal"
        },
        {
            "id": 165,
            "ref": "28129",
            "isActive": false,
            "label": "28129",
            "timestamp": 1702043688,
            "tripId": "271481290",
            "routeId": "49",
            "startTime": "08:01:00",
            "position": {
                "lat": 45.55659,
                "lon": -73.66747
            },
            "bearing": 135,
            "speed": 10,
            "vehicleType": "bus",
            "plate": null,
            "odometer": null,
            "currentStopSequence": 52,
            "currentStatus": {
                "data": 2,
                "label": "In transit to"
            },
            "scheduleRelationship": {
                "data": 0,
                "label": "Scheduled"
            },
            "congestionLevel": {
                "data": 0,
                "label": "Unknown congestion level"
            },
            "occupancyStatus": {
                "data": 3,
                "label": "Standing room only"
            },
            "agency": "stm",
            "links": [
                3,
                22
            ],
            "tags": [],
            "trip": {
                "id": null,
                "headsign": null,
                "shortName": null,
                "routeColor": "#781B7D",
                "routeTextColor": "#FFFFFF",
                "routeShortName": "49",
                "routeLongName": "Maurice-Duplessis",
                "shapeLink": null,
                "shapeId": null,
                "serviceId": null,
                "blockId": null
            },
            "createdAt": "2019-11-22 00:14:35",
            "meta": {},
            "updatedAt": "2023-12-08 09:05:06",
            "agencyName": "Société de transport de Montréal"
        }
    ],
    "links": {
        "first": "https://api.transittracker.ca/v2/vehicles?page=1",
        "last": "https://api.transittracker.ca/v2/vehicles?page=36",
        "prev": null,
        "next": "https://api.transittracker.ca/v2/vehicles?page=2"
    },
    "meta": {
        "current_page": 1,
        "from": 1,
        "last_page": 36,
        "links": [
            {
                "url": null,
                "label": "&laquo; Previous",
                "active": false
            },
            {
                "url": "https://api.transittracker.ca/v2/vehicles?page=1",
                "label": "1",
                "active": true
            },
            {
                "url": "https://api.transittracker.ca/v2/vehicles?page=2",
                "label": "2",
                "active": false
            },
            {
                "url": "https://api.transittracker.ca/v2/vehicles?page=3",
                "label": "3",
                "active": false
            },
            {
                "url": "https://api.transittracker.ca/v2/vehicles?page=4",
                "label": "4",
                "active": false
            },
            {
                "url": "https://api.transittracker.ca/v2/vehicles?page=5",
                "label": "5",
                "active": false
            },
            {
                "url": "https://api.transittracker.ca/v2/vehicles?page=6",
                "label": "6",
                "active": false
            },
            {
                "url": "https://api.transittracker.ca/v2/vehicles?page=7",
                "label": "7",
                "active": false
            },
            {
                "url": "https://api.transittracker.ca/v2/vehicles?page=8",
                "label": "8",
                "active": false
            },
            {
                "url": "https://api.transittracker.ca/v2/vehicles?page=9",
                "label": "9",
                "active": false
            },
            {
                "url": "https://api.transittracker.ca/v2/vehicles?page=10",
                "label": "10",
                "active": false
            },
            {
                "url": null,
                "label": "...",
                "active": false
            },
            {
                "url": "https://api.transittracker.ca/v2/vehicles?page=35",
                "label": "35",
                "active": false
            },
            {
                "url": "https://api.transittracker.ca/v2/vehicles?page=36",
                "label": "36",
                "active": false
            },
            {
                "url": "https://api.transittracker.ca/v2/vehicles?page=2",
                "label": "Next &raquo;",
                "active": false
            }
        ],
        "path": "https://api.transittracker.ca/v2/vehicles",
        "per_page": 500,
        "to": 500,
        "total": 17598
    }
}
 

Request   

GET v2/vehicles

GET v2/vehicles.geojson

Example request:
curl --request GET \
    --get "https://api.transittracker.ca/v2/vehicles.geojson"
$client = new \GuzzleHttp\Client();
$url = 'https://api.transittracker.ca/v2/vehicles.geojson';
$response = $client->get($url);
$body = $response->getBody();
print_r(json_decode((string) $body));
import requests
import json

url = 'https://api.transittracker.ca/v2/vehicles.geojson'
response = requests.request('GET', url, )
response.json()

Example response (200):

Show headers
cache-control: no-cache, private
content-type: application/json
x-ratelimit-limit: 41
x-ratelimit-remaining: 39
content-language: en
vary: Origin
 

{
    "type": "FeatureCollection",
    "features": [
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64193,
                    45.4508
                ]
            },
            "properties": {
                "trip": {
                    "id": "289184219",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:04:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1230002"
                },
                "route": {
                    "id": "123",
                    "shortName": "123",
                    "longName": "Dollard / Shevchenko",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "27520",
                    "label": "27520",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 19,
                    "odometer": 0,
                    "speed": 1
                },
                "agencyId": 1,
                "currentStopSequence": 22,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849098,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 111
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64805,
                    45.42542
                ]
            },
            "properties": {
                "trip": {
                    "id": "289183844",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:31:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1120001"
                },
                "route": {
                    "id": "112",
                    "shortName": "112",
                    "longName": "Airlie",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "27529",
                    "label": "27529",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 14,
                    "odometer": 0,
                    "speed": 10
                },
                "agencyId": 1,
                "currentStopSequence": 2,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1576200974,
                "lastSeenAt": 1752849093,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3040
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.87636,
                    45.42053
                ]
            },
            "properties": {
                "trip": {
                    "id": "289185196",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "09:56:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "4050002"
                },
                "route": {
                    "id": "405",
                    "shortName": "405",
                    "longName": "Express Bord-du-Lac",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "28052",
                    "label": "28052",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 246,
                    "odometer": 0,
                    "speed": 35
                },
                "agencyId": 1,
                "currentStopSequence": 15,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849102,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 135
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57834,
                    45.48103
                ]
            },
            "properties": {
                "trip": {
                    "id": "289183415",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:00:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "350021"
                },
                "route": {
                    "id": "35",
                    "shortName": "35",
                    "longName": "Griffintown",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "28057",
                    "label": "28057",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 55,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 25,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849094,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 136
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61919,
                    45.45983
                ]
            },
            "properties": {
                "trip": {
                    "id": "289185762",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:24:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "4960002"
                },
                "route": {
                    "id": "496",
                    "shortName": "496",
                    "longName": "Express Victoria",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "28081",
                    "label": "28081",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 234,
                    "odometer": 0,
                    "speed": 69
                },
                "agencyId": 1,
                "currentStopSequence": 2,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574438405,
                "lastSeenAt": 1752849088,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 1531
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61126,
                    45.53147
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201796",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:32:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "180001"
                },
                "route": {
                    "id": "18",
                    "shortName": "18",
                    "longName": "Beaubien",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29002",
                    "label": "29002",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 281,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 169
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62612,
                    45.5276
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201401",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:06:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1790001"
                },
                "route": {
                    "id": "179",
                    "shortName": "179",
                    "longName": "De l'Acadie",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29018",
                    "label": "29018",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 206,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 28,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849104,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 173
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.65169,
                    45.49595
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201519",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:24:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "920001"
                },
                "route": {
                    "id": "92",
                    "shortName": "92",
                    "longName": "Jean-Talon Ouest",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29019",
                    "label": "29019",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 126,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 5,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 174
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60073,
                    45.54954
                ]
            },
            "properties": {
                "trip": {
                    "id": "289202126",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:18:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "950002"
                },
                "route": {
                    "id": "95",
                    "shortName": "95",
                    "longName": "Bélanger",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29023",
                    "label": "29023",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 31,
                    "odometer": 0,
                    "speed": 12
                },
                "agencyId": 1,
                "currentStopSequence": 10,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574442926,
                "lastSeenAt": 1752849096,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 2051
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60167,
                    45.53768
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201836",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:20:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "180001"
                },
                "route": {
                    "id": "18",
                    "shortName": "18",
                    "longName": "Beaubien",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29024",
                    "label": "29024",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 32,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 8,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1579138590,
                "lastSeenAt": 1752849093,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 3251
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.67113,
                    45.46262
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201692",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:35:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1610001"
                },
                "route": {
                    "id": "161",
                    "shortName": "161",
                    "longName": "Van Horne",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29034",
                    "label": "29034",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 29,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849088,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 179
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63876,
                    45.55017
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201362",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "09:52:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "300002"
                },
                "route": {
                    "id": "30",
                    "shortName": "30",
                    "longName": "Saint-Denis / Saint-Hubert",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29037",
                    "label": "29037",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 288,
                    "odometer": 0,
                    "speed": 26
                },
                "agencyId": 1,
                "currentStopSequence": 36,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574436906,
                "lastSeenAt": 1752849104,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 1366
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63556,
                    45.54927
                ]
            },
            "properties": {
                "trip": {
                    "id": "289200797",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:21:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "300001"
                },
                "route": {
                    "id": "30",
                    "shortName": "30",
                    "longName": "Saint-Denis / Saint-Hubert",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29038",
                    "label": "29038",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 112,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 11,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574443829,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 2102
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5443,
                    45.59549
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201438",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:27:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "180002"
                },
                "route": {
                    "id": "18",
                    "shortName": "18",
                    "longName": "Beaubien",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29043",
                    "label": "29043",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 299,
                    "odometer": 0,
                    "speed": 34
                },
                "agencyId": 1,
                "currentStopSequence": 4,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574438708,
                "lastSeenAt": 1752849104,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 1575
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61214,
                    45.44573
                ]
            },
            "properties": {
                "trip": {
                    "id": "289181834",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:08:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1060002"
                },
                "route": {
                    "id": "106",
                    "shortName": "106",
                    "longName": "Newman",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29052",
                    "label": "29052",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 43,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 25,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574417705,
                "lastSeenAt": 1752849096,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 1142
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61395,
                    45.43068
                ]
            },
            "properties": {
                "trip": {
                    "id": "289183257",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:12:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1230001"
                },
                "route": {
                    "id": "123",
                    "shortName": "123",
                    "longName": "Dollard / Shevchenko",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29054",
                    "label": "29054",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 102,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 22,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849104,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 185
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56837,
                    45.51882
                ]
            },
            "properties": {
                "trip": {
                    "id": "289202027",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:21:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "300002"
                },
                "route": {
                    "id": "30",
                    "shortName": "30",
                    "longName": "Saint-Denis / Saint-Hubert",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29055",
                    "label": "29055",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 297,
                    "odometer": 0,
                    "speed": 19
                },
                "agencyId": 1,
                "currentStopSequence": 9,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574442629,
                "lastSeenAt": 1752849088,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 2021
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58349,
                    45.55824
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201819",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:08:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "180001"
                },
                "route": {
                    "id": "18",
                    "shortName": "18",
                    "longName": "Beaubien",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29057",
                    "label": "29057",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 38,
                    "odometer": 0,
                    "speed": 1
                },
                "agencyId": 1,
                "currentStopSequence": 22,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1575509902,
                "lastSeenAt": 1752849099,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 2900
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57472,
                    45.48189
                ]
            },
            "properties": {
                "trip": {
                    "id": "289182359",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:24:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "570002"
                },
                "route": {
                    "id": "57",
                    "shortName": "57",
                    "longName": "Charlevoix",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29064",
                    "label": "29064",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 139,
                    "odometer": 0,
                    "speed": 29
                },
                "agencyId": 1,
                "currentStopSequence": 7,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849098,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 189
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63042,
                    45.50288
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201928",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:10:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1610002"
                },
                "route": {
                    "id": "161",
                    "shortName": "161",
                    "longName": "Van Horne",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29065",
                    "label": "29065",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 203,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 18,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1575396861,
                "lastSeenAt": 1752849104,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 2867
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60355,
                    45.47413
                ]
            },
            "properties": {
                "trip": {
                    "id": "289182040",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:37:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "380010"
                },
                "route": {
                    "id": "38",
                    "shortName": "38",
                    "longName": "De l'Église",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29067",
                    "label": "29067",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 135,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574409309,
                "lastSeenAt": 1752849097,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 1083
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.74716,
                    45.51443
                ]
            },
            "properties": {
                "trip": {
                    "id": "286061134",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "09:43:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "680005"
                },
                "route": {
                    "id": "68",
                    "shortName": "68",
                    "longName": "Pierrefonds",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29070",
                    "label": "29070",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 35,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 63,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849091,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 191
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56176,
                    45.4831
                ]
            },
            "properties": {
                "trip": {
                    "id": "289182564",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:13:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "710001"
                },
                "route": {
                    "id": "71",
                    "shortName": "71",
                    "longName": "Pointe-Saint-Charles",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29074",
                    "label": "29074",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 32,
                    "odometer": 0,
                    "speed": 19
                },
                "agencyId": 1,
                "currentStopSequence": 12,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849097,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 193
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59865,
                    45.47689
                ]
            },
            "properties": {
                "trip": {
                    "id": "289182761",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "09:50:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "900001"
                },
                "route": {
                    "id": "90",
                    "shortName": "90",
                    "longName": "Saint-Jacques",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29076",
                    "label": "29076",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 40,
                    "odometer": 0,
                    "speed": 20
                },
                "agencyId": 1,
                "currentStopSequence": 46,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849093,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 195
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60962,
                    45.42856
                ]
            },
            "properties": {
                "trip": {
                    "id": "289183695",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:23:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1980001"
                },
                "route": {
                    "id": "198",
                    "shortName": "198",
                    "longName": "Broadway",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29078",
                    "label": "29078",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 233,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 4,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1576376047,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3070
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56805,
                    45.47011
                ]
            },
            "properties": {
                "trip": {
                    "id": "289183894",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "09:33:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "610004"
                },
                "route": {
                    "id": "61",
                    "shortName": "61",
                    "longName": "Wellington",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29082",
                    "label": "29082",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 144,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 18,
                "currentStatus": 1,
                "congestionLevel": 3,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849098,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 198
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56567,
                    45.46873
                ]
            },
            "properties": {
                "trip": {
                    "id": "289184804",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "09:56:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "370002"
                },
                "route": {
                    "id": "37",
                    "shortName": "37",
                    "longName": "Jolicoeur",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29083",
                    "label": "29083",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 209,
                    "odometer": 0,
                    "speed": 26
                },
                "agencyId": 1,
                "currentStopSequence": 29,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849104,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 199
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58424,
                    45.43828
                ]
            },
            "properties": {
                "trip": {
                    "id": "289183461",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "09:56:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1070001"
                },
                "route": {
                    "id": "107",
                    "shortName": "107",
                    "longName": "Verdun",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29084",
                    "label": "29084",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 281,
                    "odometer": 0,
                    "speed": 29
                },
                "agencyId": 1,
                "currentStopSequence": 37,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574785091,
                "lastSeenAt": 1752849094,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 2651
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55841,
                    45.48127
                ]
            },
            "properties": {
                "trip": {
                    "id": "289183282",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "09:59:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1070002"
                },
                "route": {
                    "id": "107",
                    "shortName": "107",
                    "longName": "Verdun",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29085",
                    "label": "29085",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 4,
                    "odometer": 0,
                    "speed": 22
                },
                "agencyId": 1,
                "currentStopSequence": 41,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849102,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 200
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59547,
                    45.46445
                ]
            },
            "properties": {
                "trip": {
                    "id": "289185559",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "09:58:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1010001"
                },
                "route": {
                    "id": "101",
                    "shortName": "101",
                    "longName": "Saint-Patrick",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29088",
                    "label": "29088",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 42,
                    "odometer": 0,
                    "speed": 38
                },
                "agencyId": 1,
                "currentStopSequence": 35,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849092,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 202
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58145,
                    45.4827
                ]
            },
            "properties": {
                "trip": {
                    "id": "289185217",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "09:57:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1900004"
                },
                "route": {
                    "id": "190",
                    "shortName": "190",
                    "longName": "Norman",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29092",
                    "label": "29092",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 44,
                    "odometer": 0,
                    "speed": 2
                },
                "agencyId": 1,
                "currentStopSequence": 34,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752848842,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 205
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.69225,
                    45.43836
                ]
            },
            "properties": {
                "trip": {
                    "id": "289183753",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "09:53:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1980001"
                },
                "route": {
                    "id": "198",
                    "shortName": "198",
                    "longName": "Broadway",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29095",
                    "label": "29095",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 175,
                    "odometer": 0,
                    "speed": 34
                },
                "agencyId": 1,
                "currentStopSequence": 36,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574438709,
                "lastSeenAt": 1752849087,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 1578
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55315,
                    45.47903
                ]
            },
            "properties": {
                "trip": {
                    "id": "289182142",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:24:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "570001"
                },
                "route": {
                    "id": "57",
                    "shortName": "57",
                    "longName": "Charlevoix",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29096",
                    "label": "29096",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 188,
                    "odometer": 0,
                    "speed": 15
                },
                "agencyId": 1,
                "currentStopSequence": 6,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1577148851,
                "lastSeenAt": 1752849099,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3158
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.65084,
                    45.43145
                ]
            },
            "properties": {
                "trip": {
                    "id": "289184545",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:14:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1950002"
                },
                "route": {
                    "id": "195",
                    "shortName": "195",
                    "longName": "Dorval / Angrignon",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29100",
                    "label": "29100",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 280,
                    "odometer": 0,
                    "speed": 19
                },
                "agencyId": 1,
                "currentStopSequence": 20,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574413506,
                "lastSeenAt": 1752849102,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 1134
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60906,
                    45.44753
                ]
            },
            "properties": {
                "trip": {
                    "id": "289183231",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:23:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1060001"
                },
                "route": {
                    "id": "106",
                    "shortName": "106",
                    "longName": "Newman",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29103",
                    "label": "29103",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 326,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 2,
                "currentStatus": 2,
                "congestionLevel": 3,
                "occupancyStatus": 3,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849087,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 208
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63387,
                    45.44904
                ]
            },
            "properties": {
                "trip": {
                    "id": "289185481",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "09:58:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "4910001"
                },
                "route": {
                    "id": "491",
                    "shortName": "491",
                    "longName": "Express Provost",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29108",
                    "label": "29108",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 241,
                    "odometer": 0,
                    "speed": 55
                },
                "agencyId": 1,
                "currentStopSequence": 2,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1576686612,
                "lastSeenAt": 1752849099,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3104
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58642,
                    45.48252
                ]
            },
            "properties": {
                "trip": {
                    "id": "289185899",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "09:40:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "4250002"
                },
                "route": {
                    "id": "425",
                    "shortName": "425",
                    "longName": "Express Anse-à-l'Orme",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29117",
                    "label": "29117",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 125,
                    "odometer": 0,
                    "speed": 8
                },
                "agencyId": 1,
                "currentStopSequence": 33,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574437506,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 1427
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59236,
                    45.48191
                ]
            },
            "properties": {
                "trip": {
                    "id": "289182729",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:23:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "900002"
                },
                "route": {
                    "id": "90",
                    "shortName": "90",
                    "longName": "Saint-Jacques",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29119",
                    "label": "29119",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 221,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 7,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574865484,
                "lastSeenAt": 1752849098,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 2690
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64685,
                    45.44209
                ]
            },
            "properties": {
                "trip": {
                    "id": "289184174",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "09:47:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1140001"
                },
                "route": {
                    "id": "114",
                    "shortName": "114",
                    "longName": "Angrignon",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29123",
                    "label": "29123",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 340,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 36,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574403191,
                "lastSeenAt": 1752849095,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 826
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57877,
                    45.49005
                ]
            },
            "properties": {
                "trip": {
                    "id": "289182585",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "09:55:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "710002"
                },
                "route": {
                    "id": "71",
                    "shortName": "71",
                    "longName": "Pointe-Saint-Charles",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29127",
                    "label": "29127",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 48,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 32,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1578936518,
                "lastSeenAt": 1752849094,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3236
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.65134,
                    45.44121
                ]
            },
            "properties": {
                "trip": {
                    "id": "289185587",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:09:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1900001"
                },
                "route": {
                    "id": "190",
                    "shortName": "190",
                    "longName": "Norman",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29138",
                    "label": "29138",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 19,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849100,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 218
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55244,
                    45.4661
                ]
            },
            "properties": {
                "trip": {
                    "id": "289181466",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:17:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "120001"
                },
                "route": {
                    "id": "12",
                    "shortName": "12",
                    "longName": "Île-des-Soeurs",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29139",
                    "label": "29139",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 92,
                    "odometer": 0,
                    "speed": 21
                },
                "agencyId": 1,
                "currentStopSequence": 17,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849091,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 219
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60307,
                    45.46619
                ]
            },
            "properties": {
                "trip": {
                    "id": "289184828",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "09:50:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "4050001"
                },
                "route": {
                    "id": "405",
                    "shortName": "405",
                    "longName": "Express Bord-du-Lac",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29142",
                    "label": "29142",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 53,
                    "odometer": 0,
                    "speed": 81
                },
                "agencyId": 1,
                "currentStopSequence": 31,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849098,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 222
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58791,
                    45.46315
                ]
            },
            "properties": {
                "trip": {
                    "id": "289184696",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "09:56:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "350001"
                },
                "route": {
                    "id": "35",
                    "shortName": "35",
                    "longName": "Griffintown",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29143",
                    "label": "29143",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 184,
                    "odometer": 0,
                    "speed": 22
                },
                "agencyId": 1,
                "currentStopSequence": 32,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849092,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 223
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56573,
                    45.49783
                ]
            },
            "properties": {
                "trip": {
                    "id": "289181676",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:19:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "360003"
                },
                "route": {
                    "id": "36",
                    "shortName": "36",
                    "longName": "Monk",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29146",
                    "label": "29146",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 214,
                    "odometer": 0,
                    "speed": 24
                },
                "agencyId": 1,
                "currentStopSequence": 4,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849097,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 225
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64796,
                    45.44223
                ]
            },
            "properties": {
                "trip": {
                    "id": "289185819",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:05:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "4960001"
                },
                "route": {
                    "id": "496",
                    "shortName": "496",
                    "longName": "Express Victoria",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29147",
                    "label": "29147",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 53,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 22,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849099,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 226
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.88875,
                    45.43882
                ]
            },
            "properties": {
                "trip": {
                    "id": "289185719",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "08:59:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "610005"
                },
                "route": {
                    "id": "61",
                    "shortName": "61",
                    "longName": "Wellington",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29148",
                    "label": "29148",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 245,
                    "odometer": 0,
                    "speed": 56
                },
                "agencyId": 1,
                "currentStopSequence": 52,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1575747486,
                "lastSeenAt": 1752849094,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 2961
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62617,
                    45.45513
                ]
            },
            "properties": {
                "trip": {
                    "id": "289199898",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "09:52:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "7470002"
                },
                "route": {
                    "id": "747",
                    "shortName": "747",
                    "longName": "YUL Aéroport  / Centre-Ville",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29149",
                    "label": "29149",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 226,
                    "odometer": 0,
                    "speed": 89
                },
                "agencyId": 1,
                "currentStopSequence": 12,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574403192,
                "lastSeenAt": 1752849090,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 827
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.8217,
                    45.46564
                ]
            },
            "properties": {
                "trip": {
                    "id": "289199250",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "09:52:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "4700001"
                },
                "route": {
                    "id": "470",
                    "shortName": "470",
                    "longName": "Express Pierrefonds",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29810",
                    "label": "29810",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 54,
                    "odometer": 0,
                    "speed": 72
                },
                "agencyId": 1,
                "currentStopSequence": 24,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1575481582,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 2894
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.65097,
                    45.5844
                ]
            },
            "properties": {
                "trip": {
                    "id": "286208963",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:41:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "670001"
                },
                "route": {
                    "id": "67",
                    "shortName": "67",
                    "longName": "Saint-Michel",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29826",
                    "label": "29826",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 312,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849093,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 239
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66866,
                    45.52935
                ]
            },
            "properties": {
                "trip": {
                    "id": "286207789",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:01:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1210002"
                },
                "route": {
                    "id": "121",
                    "shortName": "121",
                    "longName": "Sauvé / Côte-Vertu",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29828",
                    "label": "29828",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 198,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 31,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849100,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 240
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58313,
                    45.56374
                ]
            },
            "properties": {
                "trip": {
                    "id": "286206617",
                    "shortName": null,
                    "headsign": "Nord destination Cégep Marie-Victorin",
                    "startTime": "10:09:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "4390003"
                },
                "route": {
                    "id": "439",
                    "shortName": "439",
                    "longName": "Express Pie-IX",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29846",
                    "label": "29846",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 293,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 13,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574445923,
                "lastSeenAt": 1752849091,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 2180
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.65033,
                    45.58421
                ]
            },
            "properties": {
                "trip": {
                    "id": "286207651",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:00:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "690001"
                },
                "route": {
                    "id": "69",
                    "shortName": "69",
                    "longName": "Gouin",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29856",
                    "label": "29856",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 198,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 26,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574403193,
                "lastSeenAt": 1752849100,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 830
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60855,
                    45.61138
                ]
            },
            "properties": {
                "trip": {
                    "id": "286209192",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "09:24:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "690002"
                },
                "route": {
                    "id": "69",
                    "shortName": "69",
                    "longName": "Gouin",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "29858",
                    "label": "29858",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 323,
                    "odometer": 0,
                    "speed": 41
                },
                "agencyId": 1,
                "currentStopSequence": 68,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849089,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 257
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.50549,
                    45.6746
                ]
            },
            "properties": {
                "trip": {
                    "id": "289216686",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:43:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "400002"
                },
                "route": {
                    "id": "40",
                    "shortName": "40",
                    "longName": "Henri-Bourassa-Est",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30002",
                    "label": "30002",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 251,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1579225960,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 3256
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57043,
                    45.62022
                ]
            },
            "properties": {
                "trip": {
                    "id": "289215982",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:04:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "4490002"
                },
                "route": {
                    "id": "449",
                    "shortName": "449",
                    "longName": "Express Rivière-des-Prairies",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30003",
                    "label": "30003",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 120,
                    "odometer": 0,
                    "speed": 19
                },
                "agencyId": 1,
                "currentStopSequence": 36,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849098,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 258
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62585,
                    45.4443
                ]
            },
            "properties": {
                "trip": {
                    "id": "289184491",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "09:43:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1950001"
                },
                "route": {
                    "id": "195",
                    "shortName": "195",
                    "longName": "Dorval / Angrignon",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30011",
                    "label": "30011",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 50,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 51,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1576547186,
                "lastSeenAt": 1752849104,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3080
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56248,
                    45.46604
                ]
            },
            "properties": {
                "trip": {
                    "id": "289183303",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:03:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "610004"
                },
                "route": {
                    "id": "61",
                    "shortName": "61",
                    "longName": "Wellington",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30026",
                    "label": "30026",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 195,
                    "odometer": 0,
                    "speed": 32
                },
                "agencyId": 1,
                "currentStopSequence": 27,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574438407,
                "lastSeenAt": 1752849095,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 1538
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60345,
                    45.43463
                ]
            },
            "properties": {
                "trip": {
                    "id": "289182327",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:05:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1130002"
                },
                "route": {
                    "id": "113",
                    "shortName": "113",
                    "longName": "Lapierre",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30028",
                    "label": "30028",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 119,
                    "odometer": 0,
                    "speed": 3
                },
                "agencyId": 1,
                "currentStopSequence": 26,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1575991447,
                "lastSeenAt": 1752849102,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 2995
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6449,
                    45.46545
                ]
            },
            "properties": {
                "trip": {
                    "id": "289209325",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "09:44:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "510002"
                },
                "route": {
                    "id": "51",
                    "shortName": "51",
                    "longName": "Édouard-Montpetit",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30035",
                    "label": "30035",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 212,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 44,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1576285584,
                "lastSeenAt": 1752849098,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 3061
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57459,
                    45.52594
                ]
            },
            "properties": {
                "trip": {
                    "id": "289209844",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:29:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "110001"
                },
                "route": {
                    "id": "11",
                    "shortName": "11",
                    "longName": "Parc-du-Mont-Royal / Ridgewood",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30037",
                    "label": "30037",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 126,
                    "odometer": 0,
                    "speed": 11
                },
                "agencyId": 1,
                "currentStopSequence": 27,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1576715533,
                "lastSeenAt": 1752849095,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 3110
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55724,
                    45.51388
                ]
            },
            "properties": {
                "trip": {
                    "id": "289209380",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "09:39:12",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "4300002"
                },
                "route": {
                    "id": "430",
                    "shortName": "430",
                    "longName": "Express Pointe-aux-Trembles",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30041",
                    "label": "30041",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 214,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 26,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849096,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 262
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58965,
                    45.63127
                ]
            },
            "properties": {
                "trip": {
                    "id": "289216567",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "09:51:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "490002"
                },
                "route": {
                    "id": "49",
                    "shortName": "49",
                    "longName": "Maurice-Duplessis",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30049",
                    "label": "30049",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 44,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 29,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849095,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 266
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.65795,
                    45.42965
                ]
            },
            "properties": {
                "trip": {
                    "id": "289182687",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "09:52:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1100002"
                },
                "route": {
                    "id": "110",
                    "shortName": "110",
                    "longName": "Centrale",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30051",
                    "label": "30051",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 262,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 44,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849104,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 268
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58773,
                    45.48625
                ]
            },
            "properties": {
                "trip": {
                    "id": "289182445",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:26:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "630001"
                },
                "route": {
                    "id": "63",
                    "shortName": "63",
                    "longName": "Girouard",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30053",
                    "label": "30053",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 216,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 4,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574443238,
                "lastSeenAt": 1752849102,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 2080
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57103,
                    45.53825
                ]
            },
            "properties": {
                "trip": {
                    "id": "289209576",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "09:00:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "4270001"
                },
                "route": {
                    "id": "427",
                    "shortName": "427",
                    "longName": "Express Saint-Joseph",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30055",
                    "label": "30055",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 113,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 28,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574445025,
                "lastSeenAt": 1752849091,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 2143
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59754,
                    45.46252
                ]
            },
            "properties": {
                "trip": {
                    "id": "289181705",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:17:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "360002"
                },
                "route": {
                    "id": "36",
                    "shortName": "36",
                    "longName": "Monk",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30069",
                    "label": "30069",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 348,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 12,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1576631301,
                "lastSeenAt": 1752849102,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 3089
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.54403,
                    45.45584
                ]
            },
            "properties": {
                "trip": {
                    "id": "289181435",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "09:50:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "120002"
                },
                "route": {
                    "id": "12",
                    "shortName": "12",
                    "longName": "Île-des-Soeurs",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30071",
                    "label": "30071",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 223,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 27,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1576287146,
                "lastSeenAt": 1752849104,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 3063
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57246,
                    45.47381
                ]
            },
            "properties": {
                "trip": {
                    "id": "289183596",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:11:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1080001"
                },
                "route": {
                    "id": "108",
                    "shortName": "108",
                    "longName": "Bannantyne",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30076",
                    "label": "30076",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 346,
                    "odometer": 0,
                    "speed": 30
                },
                "agencyId": 1,
                "currentStopSequence": 20,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574697730,
                "lastSeenAt": 1752849104,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 2541
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57094,
                    45.50373
                ]
            },
            "properties": {
                "trip": {
                    "id": "289181600",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "09:37:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "350021"
                },
                "route": {
                    "id": "35",
                    "shortName": "35",
                    "longName": "Griffintown",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30079",
                    "label": "30079",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 305,
                    "odometer": 0,
                    "speed": 16
                },
                "agencyId": 1,
                "currentStopSequence": 45,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574435706,
                "lastSeenAt": 1752849007,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 1253
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58654,
                    45.52782
                ]
            },
            "properties": {
                "trip": {
                    "id": "289209895",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:10:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "270001"
                },
                "route": {
                    "id": "27",
                    "shortName": "27",
                    "longName": "Boulevard Saint-Joseph",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30082",
                    "label": "30082",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 213,
                    "odometer": 0,
                    "speed": 32
                },
                "agencyId": 1,
                "currentStopSequence": 22,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574435403,
                "lastSeenAt": 1752848917,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 1233
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.48025,
                    45.46529
                ]
            },
            "properties": {
                "trip": {
                    "id": "289210522",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:19:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "7210011"
                },
                "route": {
                    "id": "721",
                    "shortName": "721",
                    "longName": "Service spécial REM A1",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30091",
                    "label": "30091",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 94,
                    "odometer": 0,
                    "speed": 78
                },
                "agencyId": 1,
                "currentStopSequence": 2,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574440215,
                "lastSeenAt": 1752849093,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 1748
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.51042,
                    45.65403
                ]
            },
            "properties": {
                "trip": {
                    "id": "289215516",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:18:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1860002"
                },
                "route": {
                    "id": "186",
                    "shortName": "186",
                    "longName": "Sherbrooke-Est",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30101",
                    "label": "30101",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 193,
                    "odometer": 0,
                    "speed": 14
                },
                "agencyId": 1,
                "currentStopSequence": 21,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574440515,
                "lastSeenAt": 1752849096,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 1788
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5957,
                    45.58598
                ]
            },
            "properties": {
                "trip": {
                    "id": "289216075",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:05:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "320001"
                },
                "route": {
                    "id": "32",
                    "shortName": "32",
                    "longName": "Lacordaire",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30103",
                    "label": "30103",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 22,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849091,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 281
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6089,
                    45.48732
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201227",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:21:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "660004"
                },
                "route": {
                    "id": "66",
                    "shortName": "66",
                    "longName": "The Boulevard",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30104",
                    "label": "30104",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 240,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 14,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849095,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 282
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.51633,
                    45.60785
                ]
            },
            "properties": {
                "trip": {
                    "id": "289216529",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:18:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "260003"
                },
                "route": {
                    "id": "26",
                    "shortName": "26",
                    "longName": "Mercier-Est",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30105",
                    "label": "30105",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 16,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 18,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849093,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 283
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55633,
                    45.59507
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201743",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "09:45:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "180001"
                },
                "route": {
                    "id": "18",
                    "shortName": "18",
                    "longName": "Beaubien",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30113",
                    "label": "30113",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 24,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 45,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1582182184,
                "lastSeenAt": 1752849094,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 3370
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59146,
                    45.58358
                ]
            },
            "properties": {
                "trip": {
                    "id": "289214566",
                    "shortName": null,
                    "headsign": "Nord via Lacordaire / Perras",
                    "startTime": "10:18:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "4320005"
                },
                "route": {
                    "id": "432",
                    "shortName": "432",
                    "longName": "Express Lacordaire",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30117",
                    "label": "30117",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 7,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574552771,
                "lastSeenAt": 1752849099,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 2493
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56938,
                    45.59855
                ]
            },
            "properties": {
                "trip": {
                    "id": "289215165",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:12:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1410003"
                },
                "route": {
                    "id": "141",
                    "shortName": "141",
                    "longName": "Jean-Talon Est",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30120",
                    "label": "30120",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 205,
                    "odometer": 0,
                    "speed": 17
                },
                "agencyId": 1,
                "currentStopSequence": 24,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1583437203,
                "lastSeenAt": 1752849093,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 6417
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53384,
                    45.59864
                ]
            },
            "properties": {
                "trip": {
                    "id": "289214686",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "09:53:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1870001"
                },
                "route": {
                    "id": "187",
                    "shortName": "187",
                    "longName": "René-Lévesque",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30122",
                    "label": "30122",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 203,
                    "odometer": 0,
                    "speed": 63
                },
                "agencyId": 1,
                "currentStopSequence": 44,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1575392781,
                "lastSeenAt": 1752848813,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 2859
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61534,
                    45.60816
                ]
            },
            "properties": {
                "trip": {
                    "id": "289215497",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "09:40:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "330002"
                },
                "route": {
                    "id": "33",
                    "shortName": "33",
                    "longName": "Langelier",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30124",
                    "label": "30124",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 44,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849093,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 289
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.49716,
                    45.63026
                ]
            },
            "properties": {
                "trip": {
                    "id": "289216254",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:16:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1890001"
                },
                "route": {
                    "id": "189",
                    "shortName": "189",
                    "longName": "Notre-Dame",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30129",
                    "label": "30129",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 33,
                    "odometer": 0,
                    "speed": 24
                },
                "agencyId": 1,
                "currentStopSequence": 33,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1583275026,
                "lastSeenAt": 1752849093,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 3399
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.49846,
                    45.68829
                ]
            },
            "properties": {
                "trip": {
                    "id": "289214538",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "09:59:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1860001"
                },
                "route": {
                    "id": "186",
                    "shortName": "186",
                    "longName": "Sherbrooke-Est",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30130",
                    "label": "30130",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 13,
                    "odometer": 0,
                    "speed": 45
                },
                "agencyId": 1,
                "currentStopSequence": 42,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1575041526,
                "lastSeenAt": 1752849096,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 2772
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.51978,
                    45.60155
                ]
            },
            "properties": {
                "trip": {
                    "id": "289215427",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:19:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "260002"
                },
                "route": {
                    "id": "26",
                    "shortName": "26",
                    "longName": "Mercier-Est",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30131",
                    "label": "30131",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 255,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 17,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849095,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 291
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53946,
                    45.66085
                ]
            },
            "properties": {
                "trip": {
                    "id": "289216711",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "09:30:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "490002"
                },
                "route": {
                    "id": "49",
                    "shortName": "49",
                    "longName": "Maurice-Duplessis",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30135",
                    "label": "30135",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 229,
                    "odometer": 0,
                    "speed": 36
                },
                "agencyId": 1,
                "currentStopSequence": 57,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1576176860,
                "lastSeenAt": 1752849090,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 3031
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60484,
                    45.62239
                ]
            },
            "properties": {
                "trip": {
                    "id": "289215243",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:10:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "490001"
                },
                "route": {
                    "id": "49",
                    "shortName": "49",
                    "longName": "Maurice-Duplessis",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30138",
                    "label": "30138",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 231,
                    "odometer": 0,
                    "speed": 54
                },
                "agencyId": 1,
                "currentStopSequence": 28,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849098,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 293
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.74263,
                    45.44676
                ]
            },
            "properties": {
                "trip": {
                    "id": "286061231",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:27:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "2090002"
                },
                "route": {
                    "id": "209",
                    "shortName": "209",
                    "longName": "Des Sources / YUL Aéroport",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30143",
                    "label": "30143",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 131,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 3,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574403194,
                "lastSeenAt": 1752849090,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 831
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58462,
                    45.51472
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201581",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:18:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1290002"
                },
                "route": {
                    "id": "129",
                    "shortName": "129",
                    "longName": "Côte-Sainte-Catherine",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30149",
                    "label": "30149",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 304,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 12,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849088,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 300
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60495,
                    45.53395
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201768",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:28:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "310002"
                },
                "route": {
                    "id": "31",
                    "shortName": "31",
                    "longName": "Saint-Denis",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30151",
                    "label": "30151",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 298,
                    "odometer": 0,
                    "speed": 22
                },
                "agencyId": 1,
                "currentStopSequence": 4,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574437808,
                "lastSeenAt": 1752849090,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 1471
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61379,
                    45.51261
                ]
            },
            "properties": {
                "trip": {
                    "id": "289200914",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:09:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1290001"
                },
                "route": {
                    "id": "129",
                    "shortName": "129",
                    "longName": "Côte-Sainte-Catherine",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30156",
                    "label": "30156",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 52,
                    "odometer": 0,
                    "speed": 9
                },
                "agencyId": 1,
                "currentStopSequence": 21,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574656449,
                "lastSeenAt": 1752849104,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 2517
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.51817,
                    45.64957
                ]
            },
            "properties": {
                "trip": {
                    "id": "289214669",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:02:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "860001"
                },
                "route": {
                    "id": "86",
                    "shortName": "86",
                    "longName": "Pointe-aux-Trembles",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30159",
                    "label": "30159",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 193,
                    "odometer": 0,
                    "speed": 45
                },
                "agencyId": 1,
                "currentStopSequence": 57,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1575910458,
                "lastSeenAt": 1752849099,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 2978
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62074,
                    45.60729
                ]
            },
            "properties": {
                "trip": {
                    "id": "289214921",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:25:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "320001"
                },
                "route": {
                    "id": "32",
                    "shortName": "32",
                    "longName": "Lacordaire",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30161",
                    "label": "30161",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 48,
                "currentStatus": 2,
                "congestionLevel": 3,
                "occupancyStatus": 2,
                "firstSeenAt": 1579714727,
                "lastSeenAt": 1752849102,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 3282
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56545,
                    45.50558
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201985",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "09:44:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1290001"
                },
                "route": {
                    "id": "129",
                    "shortName": "129",
                    "longName": "Côte-Sainte-Catherine",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30164",
                    "label": "30164",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 142,
                    "odometer": 0,
                    "speed": 9
                },
                "agencyId": 1,
                "currentStopSequence": 39,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1576114346,
                "lastSeenAt": 1752849102,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 3021
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.75029,
                    45.49839
                ]
            },
            "properties": {
                "trip": {
                    "id": "286060236",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:07:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "2250001"
                },
                "route": {
                    "id": "225",
                    "shortName": "225",
                    "longName": "Hymus",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30172",
                    "label": "30172",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 224,
                    "odometer": 0,
                    "speed": 45
                },
                "agencyId": 1,
                "currentStopSequence": 26,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574440216,
                "lastSeenAt": 1752849093,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 1750
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.86968,
                    45.43688
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059372",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:22:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "2170002"
                },
                "route": {
                    "id": "217",
                    "shortName": "217",
                    "longName": "Anse-à-l'Orme",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30174",
                    "label": "30174",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 11,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 310
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61556,
                    45.47412
                ]
            },
            "properties": {
                "trip": {
                    "id": "286058945",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:20:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "170001"
                },
                "route": {
                    "id": "17",
                    "shortName": "17",
                    "longName": "Décarie",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30177",
                    "label": "30177",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 296,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 11,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574471421,
                "lastSeenAt": 1752849091,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 2326
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.82659,
                    45.46507
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059662",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "09:30:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "2020002"
                },
                "route": {
                    "id": "202",
                    "shortName": "202",
                    "longName": "Dawson",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30180",
                    "label": "30180",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 325,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 67,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1575000979,
                "lastSeenAt": 1752849090,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 2770
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.54158,
                    45.65955
                ]
            },
            "properties": {
                "trip": {
                    "id": "289216471",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:18:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "810022"
                },
                "route": {
                    "id": "81",
                    "shortName": "81",
                    "longName": "Saint-Jean-Baptiste",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30189",
                    "label": "30189",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 228,
                    "odometer": 0,
                    "speed": 12
                },
                "agencyId": 1,
                "currentStopSequence": 21,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1578005769,
                "lastSeenAt": 1752849098,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 3193
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66254,
                    45.56252
                ]
            },
            "properties": {
                "trip": {
                    "id": "289214844",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:31:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "490002"
                },
                "route": {
                    "id": "49",
                    "shortName": "49",
                    "longName": "Maurice-Duplessis",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30192",
                    "label": "30192",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 2,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1576277895,
                "lastSeenAt": 1752849104,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 3059
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57732,
                    45.65068
                ]
            },
            "properties": {
                "trip": {
                    "id": "289215452",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:06:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "4490001"
                },
                "route": {
                    "id": "449",
                    "shortName": "449",
                    "longName": "Express Rivière-des-Prairies",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30196",
                    "label": "30196",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 22,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574403195,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 833
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53412,
                    45.59695
                ]
            },
            "properties": {
                "trip": {
                    "id": "289216753",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:02:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "280002"
                },
                "route": {
                    "id": "28",
                    "shortName": "28",
                    "longName": "Honoré-Beaugrand",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30199",
                    "label": "30199",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 33,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1578324131,
                "lastSeenAt": 1752849092,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 3199
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55843,
                    45.50062
                ]
            },
            "properties": {
                "trip": {
                    "id": "289241893",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:13:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "500001"
                },
                "route": {
                    "id": "50",
                    "shortName": "50",
                    "longName": "Vieux-Montréal / Vieux-Port",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30203",
                    "label": "30203",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 114,
                    "odometer": 0,
                    "speed": 19
                },
                "agencyId": 1,
                "currentStopSequence": 12,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574437808,
                "lastSeenAt": 1752849089,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 1474
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6264,
                    45.52343
                ]
            },
            "properties": {
                "trip": {
                    "id": "289202086",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:22:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "920002"
                },
                "route": {
                    "id": "92",
                    "shortName": "92",
                    "longName": "Jean-Talon Ouest",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30207",
                    "label": "30207",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 201,
                    "odometer": 0,
                    "speed": 54
                },
                "agencyId": 1,
                "currentStopSequence": 11,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1584997329,
                "lastSeenAt": 1752849098,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 7023
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55349,
                    45.52312
                ]
            },
            "properties": {
                "trip": {
                    "id": "286208580",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:30:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "450001"
                },
                "route": {
                    "id": "45",
                    "shortName": "45",
                    "longName": "Papineau",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30208",
                    "label": "30208",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 121,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 2,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574447125,
                "lastSeenAt": 1752849087,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 2187
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.4818,
                    45.70107
                ]
            },
            "properties": {
                "trip": {
                    "id": "289215198",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:30:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "860001"
                },
                "route": {
                    "id": "86",
                    "shortName": "86",
                    "longName": "Pointe-aux-Trembles",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30211",
                    "label": "30211",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 253,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 2,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574434202,
                "lastSeenAt": 1752849099,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 1168
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57941,
                    45.4939
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201496",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:00:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "660003"
                },
                "route": {
                    "id": "66",
                    "shortName": "66",
                    "longName": "The Boulevard",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30214",
                    "label": "30214",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 33,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574442941,
                "lastSeenAt": 1752849089,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 2058
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58807,
                    45.5972
                ]
            },
            "properties": {
                "trip": {
                    "id": "289215043",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:01:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "330001"
                },
                "route": {
                    "id": "33",
                    "shortName": "33",
                    "longName": "Langelier",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30217",
                    "label": "30217",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 125,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 35,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849099,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 321
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.7358,
                    45.52354
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059163",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:28:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1700001"
                },
                "route": {
                    "id": "170",
                    "shortName": "170",
                    "longName": "Keller",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30221",
                    "label": "30221",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 131,
                    "odometer": 0,
                    "speed": 36
                },
                "agencyId": 1,
                "currentStopSequence": 5,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1578329079,
                "lastSeenAt": 1752849094,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 3203
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.83115,
                    45.4656
                ]
            },
            "properties": {
                "trip": {
                    "id": "286060622",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:35:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "2020001"
                },
                "route": {
                    "id": "202",
                    "shortName": "202",
                    "longName": "Dawson",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30222",
                    "label": "30222",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574403195,
                "lastSeenAt": 1752849102,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 834
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56804,
                    45.50105
                ]
            },
            "properties": {
                "trip": {
                    "id": "289243601",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:20:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1500002"
                },
                "route": {
                    "id": "150",
                    "shortName": "150",
                    "longName": "René-Lévesque",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30223",
                    "label": "30223",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 31,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 9,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1575594623,
                "lastSeenAt": 1752849091,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 2928
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59724,
                    45.55361
                ]
            },
            "properties": {
                "trip": {
                    "id": "289200892",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "09:59:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "950001"
                },
                "route": {
                    "id": "95",
                    "shortName": "95",
                    "longName": "Bélanger",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30224",
                    "label": "30224",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 211,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 31,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1576028427,
                "lastSeenAt": 1752849093,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 3007
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66125,
                    45.53468
                ]
            },
            "properties": {
                "trip": {
                    "id": "289202061",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:09:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1790002"
                },
                "route": {
                    "id": "179",
                    "shortName": "179",
                    "longName": "De l'Acadie",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30225",
                    "label": "30225",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 291,
                    "odometer": 0,
                    "speed": 25
                },
                "agencyId": 1,
                "currentStopSequence": 22,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1575479306,
                "lastSeenAt": 1752849087,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 2888
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.54257,
                    45.58268
                ]
            },
            "properties": {
                "trip": {
                    "id": "289202117",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:31:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1970001"
                },
                "route": {
                    "id": "197",
                    "shortName": "197",
                    "longName": "Rosemont",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30226",
                    "label": "30226",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574440833,
                "lastSeenAt": 1752849088,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 1830
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.89178,
                    45.46498
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059446",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:52:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "4680001"
                },
                "route": {
                    "id": "468",
                    "shortName": "468",
                    "longName": "Express Pierrefonds / Gouin",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30229",
                    "label": "30229",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1576862544,
                "lastSeenAt": 1752849100,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 3144
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.7177,
                    45.48671
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059053",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:18:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1740001"
                },
                "route": {
                    "id": "174",
                    "shortName": "174",
                    "longName": "Côte-Vertu",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30234",
                    "label": "30234",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 7,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849088,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 326
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.67067,
                    45.50979
                ]
            },
            "properties": {
                "trip": {
                    "id": "286061171",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:09:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1170001"
                },
                "route": {
                    "id": "117",
                    "shortName": "117",
                    "longName": "O'Brien",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30238",
                    "label": "30238",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 213,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 22,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1576546106,
                "lastSeenAt": 1752848891,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 3077
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.85169,
                    45.49205
                ]
            },
            "properties": {
                "trip": {
                    "id": "286060752",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "09:46:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "4680002"
                },
                "route": {
                    "id": "468",
                    "shortName": "468",
                    "longName": "Express Pierrefonds / Gouin",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30240",
                    "label": "30240",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 41,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574440517,
                "lastSeenAt": 1752849094,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 1793
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.93951,
                    45.40387
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059028",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "09:58:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "2000002"
                },
                "route": {
                    "id": "200",
                    "shortName": "200",
                    "longName": "Sainte-Anne-de-Bellevue",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30243",
                    "label": "30243",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 45,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849090,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 328
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.84637,
                    45.4892
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059401",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "09:36:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "2010003"
                },
                "route": {
                    "id": "201",
                    "shortName": "201",
                    "longName": "Saint-Charles / Saint-Jean",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30247",
                    "label": "30247",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 193,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 59,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849095,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 330
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.68677,
                    45.51099
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059311",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:12:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1740002"
                },
                "route": {
                    "id": "174",
                    "shortName": "174",
                    "longName": "Côte-Vertu",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30249",
                    "label": "30249",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 17,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574435403,
                "lastSeenAt": 1752849091,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 1235
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55077,
                    45.48671
                ]
            },
            "properties": {
                "trip": {
                    "id": "289242986",
                    "shortName": null,
                    "headsign": "Sud via Wellington / Bridge",
                    "startTime": "10:21:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "740001"
                },
                "route": {
                    "id": "74",
                    "shortName": "74",
                    "longName": "Bridge",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30251",
                    "label": "30251",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 97,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 12,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574702428,
                "lastSeenAt": 1752849093,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 2584
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62342,
                    45.60558
                ]
            },
            "properties": {
                "trip": {
                    "id": "286209128",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:20:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "690001"
                },
                "route": {
                    "id": "69",
                    "shortName": "69",
                    "longName": "Gouin",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30802",
                    "label": "30802",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 245,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 10,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574403715,
                "lastSeenAt": 1752849100,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 1071
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.7188,
                    45.53158
                ]
            },
            "properties": {
                "trip": {
                    "id": "286208138",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:34:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "690002"
                },
                "route": {
                    "id": "69",
                    "shortName": "69",
                    "longName": "Gouin",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30806",
                    "label": "30806",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 226,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849087,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 337
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.65546,
                    45.55159
                ]
            },
            "properties": {
                "trip": {
                    "id": "286208874",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "09:51:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1210001"
                },
                "route": {
                    "id": "121",
                    "shortName": "121",
                    "longName": "Sauvé / Côte-Vertu",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30807",
                    "label": "30807",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 20,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 33,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574695084,
                "lastSeenAt": 1752849088,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 2529
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.70244,
                    45.49937
                ]
            },
            "properties": {
                "trip": {
                    "id": "286209043",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:27:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1210001"
                },
                "route": {
                    "id": "121",
                    "shortName": "121",
                    "longName": "Sauvé / Côte-Vertu",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30820",
                    "label": "30820",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 132,
                    "odometer": 0,
                    "speed": 24
                },
                "agencyId": 1,
                "currentStopSequence": 6,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1575650303,
                "lastSeenAt": 1752849099,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 2940
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59617,
                    45.56874
                ]
            },
            "properties": {
                "trip": {
                    "id": "286206583",
                    "shortName": null,
                    "headsign": "Nord destination Laval",
                    "startTime": "09:59:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "4390002"
                },
                "route": {
                    "id": "439",
                    "shortName": "439",
                    "longName": "Express Pie-IX",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30825",
                    "label": "30825",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 302,
                    "odometer": 0,
                    "speed": 47
                },
                "agencyId": 1,
                "currentStopSequence": 15,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849088,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 344
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61749,
                    45.56735
                ]
            },
            "properties": {
                "trip": {
                    "id": "286208397",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:02:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "670002"
                },
                "route": {
                    "id": "67",
                    "shortName": "67",
                    "longName": "Saint-Michel",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30826",
                    "label": "30826",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 302,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 26,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574639652,
                "lastSeenAt": 1752849090,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 2514
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61868,
                    45.56775
                ]
            },
            "properties": {
                "trip": {
                    "id": "286207522",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:17:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "670001"
                },
                "route": {
                    "id": "67",
                    "shortName": "67",
                    "longName": "Saint-Michel",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30827",
                    "label": "30827",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 122,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 14,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574443249,
                "lastSeenAt": 1752849090,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 2082
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56165,
                    45.55694
                ]
            },
            "properties": {
                "trip": {
                    "id": "286206599",
                    "shortName": null,
                    "headsign": "Nord destination Cégep Marie-Victorin",
                    "startTime": "10:19:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "4390003"
                },
                "route": {
                    "id": "439",
                    "shortName": "439",
                    "longName": "Express Pie-IX",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30830",
                    "label": "30830",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 293,
                    "odometer": 0,
                    "speed": 41
                },
                "agencyId": 1,
                "currentStopSequence": 10,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849098,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 346
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55104,
                    45.54746
                ]
            },
            "properties": {
                "trip": {
                    "id": "286208008",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "09:53:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "4670001"
                },
                "route": {
                    "id": "467",
                    "shortName": "467",
                    "longName": "Express Saint-Michel",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30847",
                    "label": "30847",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 205,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 18,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849085,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 355
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63886,
                    45.5764
                ]
            },
            "properties": {
                "trip": {
                    "id": "286207913",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "09:27:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1210001"
                },
                "route": {
                    "id": "121",
                    "shortName": "121",
                    "longName": "Sauvé / Côte-Vertu",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30849",
                    "label": "30849",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 31,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 48,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574439618,
                "lastSeenAt": 1752849093,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 1684
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64976,
                    45.58348
                ]
            },
            "properties": {
                "trip": {
                    "id": "286208916",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:29:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "670001"
                },
                "route": {
                    "id": "67",
                    "shortName": "67",
                    "longName": "Saint-Michel",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30850",
                    "label": "30850",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 132,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 3,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 356
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57904,
                    45.5623
                ]
            },
            "properties": {
                "trip": {
                    "id": "286206468",
                    "shortName": null,
                    "headsign": "Sud destination Pie-IX / Notre-Dame",
                    "startTime": "09:50:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "4390001"
                },
                "route": {
                    "id": "439",
                    "shortName": "439",
                    "longName": "Express Pie-IX",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30852",
                    "label": "30852",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 113,
                    "odometer": 0,
                    "speed": 9
                },
                "agencyId": 1,
                "currentStopSequence": 15,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1576979772,
                "lastSeenAt": 1752849087,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 3149
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66283,
                    45.54263
                ]
            },
            "properties": {
                "trip": {
                    "id": "286207704",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:03:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1210001"
                },
                "route": {
                    "id": "121",
                    "shortName": "121",
                    "longName": "Sauvé / Côte-Vertu",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30853",
                    "label": "30853",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 26,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 357
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58673,
                    45.56469
                ]
            },
            "properties": {
                "trip": {
                    "id": "286206484",
                    "shortName": null,
                    "headsign": "Sud destination Pie-IX / Notre-Dame",
                    "startTime": "09:51:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "4390004"
                },
                "route": {
                    "id": "439",
                    "shortName": "439",
                    "longName": "Express Pie-IX",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30855",
                    "label": "30855",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 25,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1577400251,
                "lastSeenAt": 1752849100,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 3169
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57053,
                    45.55021
                ]
            },
            "properties": {
                "trip": {
                    "id": "286209205",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "09:54:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "670001"
                },
                "route": {
                    "id": "67",
                    "shortName": "67",
                    "longName": "Saint-Michel",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30862",
                    "label": "30862",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 112,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 34,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849086,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 360
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63393,
                    45.58752
                ]
            },
            "properties": {
                "trip": {
                    "id": "286206675",
                    "shortName": null,
                    "headsign": "Sud destination Pie-IX / Notre-Dame",
                    "startTime": "10:16:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "4390001"
                },
                "route": {
                    "id": "439",
                    "shortName": "439",
                    "longName": "Express Pie-IX",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30865",
                    "label": "30865",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 6,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574993554,
                "lastSeenAt": 1752849088,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 2762
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6412,
                    45.59733
                ]
            },
            "properties": {
                "trip": {
                    "id": "286209068",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "09:47:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "690002"
                },
                "route": {
                    "id": "69",
                    "shortName": "69",
                    "longName": "Gouin",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30866",
                    "label": "30866",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 31,
                    "odometer": 0,
                    "speed": 45
                },
                "agencyId": 1,
                "currentStopSequence": 54,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574440519,
                "lastSeenAt": 1752849102,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 1795
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57462,
                    45.56093
                ]
            },
            "properties": {
                "trip": {
                    "id": "286206705",
                    "shortName": null,
                    "headsign": "Sud destination Pie-IX / Notre-Dame",
                    "startTime": "09:36:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "4390004"
                },
                "route": {
                    "id": "439",
                    "shortName": "439",
                    "longName": "Express Pie-IX",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30869",
                    "label": "30869",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 113,
                    "odometer": 0,
                    "speed": 36
                },
                "agencyId": 1,
                "currentStopSequence": 27,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849100,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 362
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58986,
                    45.55613
                ]
            },
            "properties": {
                "trip": {
                    "id": "286208483",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:14:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "670002"
                },
                "route": {
                    "id": "67",
                    "shortName": "67",
                    "longName": "Saint-Michel",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30871",
                    "label": "30871",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 15,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849095,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 363
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61124,
                    45.56461
                ]
            },
            "properties": {
                "trip": {
                    "id": "286207683",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:10:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "4670002"
                },
                "route": {
                    "id": "467",
                    "shortName": "467",
                    "longName": "Express Saint-Michel",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "30877",
                    "label": "30877",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 302,
                    "odometer": 0,
                    "speed": 45
                },
                "agencyId": 1,
                "currentStopSequence": 11,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1575421944,
                "lastSeenAt": 1752849099,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 2870
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56035,
                    45.51496
                ]
            },
            "properties": {
                "trip": {
                    "id": "289199737",
                    "shortName": null,
                    "headsign": "Est trajet 1 gare d’autocars de Montréal.",
                    "startTime": "09:52:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "7470001"
                },
                "route": {
                    "id": "747",
                    "shortName": "747",
                    "longName": "YUL Aéroport  / Centre-Ville",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31007",
                    "label": "31007",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 303,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 14,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849095,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 371
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63541,
                    45.48293
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201653",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:34:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1290001"
                },
                "route": {
                    "id": "129",
                    "shortName": "129",
                    "longName": "Côte-Sainte-Catherine",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31017",
                    "label": "31017",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574634489,
                "lastSeenAt": 1752849099,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 2512
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63673,
                    45.47678
                ]
            },
            "properties": {
                "trip": {
                    "id": "289200856",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:28:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "660003"
                },
                "route": {
                    "id": "66",
                    "shortName": "66",
                    "longName": "The Boulevard",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31020",
                    "label": "31020",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 7,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1581455403,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 3347
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53414,
                    45.59782
                ]
            },
            "properties": {
                "trip": {
                    "id": "289216106",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:30:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1860001"
                },
                "route": {
                    "id": "186",
                    "shortName": "186",
                    "longName": "Sherbrooke-Est",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31022",
                    "label": "31022",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 22,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 2,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1575428311,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 2879
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.67103,
                    45.45776
                ]
            },
            "properties": {
                "trip": {
                    "id": "289200936",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "09:45:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1610002"
                },
                "route": {
                    "id": "161",
                    "shortName": "161",
                    "longName": "Van Horne",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31023",
                    "label": "31023",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 45,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1576285342,
                "lastSeenAt": 1752849100,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 3060
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62561,
                    45.5078
                ]
            },
            "properties": {
                "trip": {
                    "id": "289202100",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:03:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1610001"
                },
                "route": {
                    "id": "161",
                    "shortName": "161",
                    "longName": "Van Horne",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31024",
                    "label": "31024",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 30,
                    "odometer": 0,
                    "speed": 6
                },
                "agencyId": 1,
                "currentStopSequence": 31,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574479591,
                "lastSeenAt": 1752849089,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 2463
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6127,
                    45.53949
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201471",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:49:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "950002"
                },
                "route": {
                    "id": "95",
                    "shortName": "95",
                    "longName": "Bélanger",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31028",
                    "label": "31028",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1579571212,
                "lastSeenAt": 1752849100,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 3268
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59281,
                    45.56423
                ]
            },
            "properties": {
                "trip": {
                    "id": "289214814",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:28:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1410001"
                },
                "route": {
                    "id": "141",
                    "shortName": "141",
                    "longName": "Jean-Talon Est",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31031",
                    "label": "31031",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 23,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 6,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 376
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.83673,
                    45.51308
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059089",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:09:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "2050001"
                },
                "route": {
                    "id": "205",
                    "shortName": "205",
                    "longName": "Gouin",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31035",
                    "label": "31035",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 90,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 28,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574437810,
                "lastSeenAt": 1752849094,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 1480
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60777,
                    45.54826
                ]
            },
            "properties": {
                "trip": {
                    "id": "286208824",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:00:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "450001"
                },
                "route": {
                    "id": "45",
                    "shortName": "45",
                    "longName": "Papineau",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31036",
                    "label": "31036",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 43,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574443551,
                "lastSeenAt": 1752849088,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 2093
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53752,
                    45.59207
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201638",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "09:34:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "180001"
                },
                "route": {
                    "id": "18",
                    "shortName": "18",
                    "longName": "Beaubien",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31037",
                    "label": "31037",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 52,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849088,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 377
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61492,
                    45.52046
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201380",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:23:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1610002"
                },
                "route": {
                    "id": "161",
                    "shortName": "161",
                    "longName": "Van Horne",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31044",
                    "label": "31044",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 6,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574436910,
                "lastSeenAt": 1752849104,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 1374
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58184,
                    45.55156
                ]
            },
            "properties": {
                "trip": {
                    "id": "289202165",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:08:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1970001"
                },
                "route": {
                    "id": "197",
                    "shortName": "197",
                    "longName": "Rosemont",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31046",
                    "label": "31046",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 25,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849089,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 382
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.51237,
                    45.59959
                ]
            },
            "properties": {
                "trip": {
                    "id": "289242006",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:27:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "220001"
                },
                "route": {
                    "id": "22",
                    "shortName": "22",
                    "longName": "Notre-Dame",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31047",
                    "label": "31047",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 8,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1580261766,
                "lastSeenAt": 1752849104,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 3306
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61939,
                    45.60693
                ]
            },
            "properties": {
                "trip": {
                    "id": "289215266",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:14:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "330001"
                },
                "route": {
                    "id": "33",
                    "shortName": "33",
                    "longName": "Langelier",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31048",
                    "label": "31048",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 19,
                "currentStatus": 2,
                "congestionLevel": 3,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849096,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 383
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53839,
                    45.66189
                ]
            },
            "properties": {
                "trip": {
                    "id": "286207849",
                    "shortName": null,
                    "headsign": "Ouest via Gouin / Ozias-Leduc",
                    "startTime": "10:51:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "480003"
                },
                "route": {
                    "id": "48",
                    "shortName": "48",
                    "longName": "Perras",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31049",
                    "label": "31049",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849100,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 384
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56111,
                    45.53954
                ]
            },
            "properties": {
                "trip": {
                    "id": "289242704",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "09:36:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "240001"
                },
                "route": {
                    "id": "24",
                    "shortName": "24",
                    "longName": "Sherbrooke",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31052",
                    "label": "31052",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 111,
                    "odometer": 0,
                    "speed": 36
                },
                "agencyId": 1,
                "currentStopSequence": 47,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849091,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 387
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.72191,
                    45.49419
                ]
            },
            "properties": {
                "trip": {
                    "id": "286061006",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:21:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1770002"
                },
                "route": {
                    "id": "177",
                    "shortName": "177",
                    "longName": "Thimens",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31053",
                    "label": "31053",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 99,
                    "odometer": 0,
                    "speed": 45
                },
                "agencyId": 1,
                "currentStopSequence": 17,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574552891,
                "lastSeenAt": 1752849097,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 2494
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56837,
                    45.51491
                ]
            },
            "properties": {
                "trip": {
                    "id": "289243401",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:14:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "240002"
                },
                "route": {
                    "id": "24",
                    "shortName": "24",
                    "longName": "Sherbrooke",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31055",
                    "label": "31055",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 16,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574442649,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 2027
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.71355,
                    45.52367
                ]
            },
            "properties": {
                "trip": {
                    "id": "286061200",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:13:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1640001"
                },
                "route": {
                    "id": "164",
                    "shortName": "164",
                    "longName": "Dudemaine",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31057",
                    "label": "31057",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 38,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 24,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1576027709,
                "lastSeenAt": 1752849086,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 3006
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55228,
                    45.62527
                ]
            },
            "properties": {
                "trip": {
                    "id": "289243556",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "09:59:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1310003"
                },
                "route": {
                    "id": "131",
                    "shortName": "131",
                    "longName": "De l'Assomption",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31058",
                    "label": "31058",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 106,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 20,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849099,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 388
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60971,
                    45.55235
                ]
            },
            "properties": {
                "trip": {
                    "id": "289241916",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:23:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "100001"
                },
                "route": {
                    "id": "10",
                    "shortName": "10",
                    "longName": "De Lorimier",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31066",
                    "label": "31066",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 122,
                    "odometer": 0,
                    "speed": 45
                },
                "agencyId": 1,
                "currentStopSequence": 9,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574693162,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 2523
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57252,
                    45.58284
                ]
            },
            "properties": {
                "trip": {
                    "id": "289215303",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:00:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1410003"
                },
                "route": {
                    "id": "141",
                    "shortName": "141",
                    "longName": "Jean-Talon Est",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31069",
                    "label": "31069",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 209,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 33,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849104,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 391
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53551,
                    45.46964
                ]
            },
            "properties": {
                "trip": {
                    "id": "289242294",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:15:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1720011"
                },
                "route": {
                    "id": "172",
                    "shortName": "172",
                    "longName": "Du Golf",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31070",
                    "label": "31070",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 271,
                    "odometer": 0,
                    "speed": 45
                },
                "agencyId": 1,
                "currentStopSequence": 19,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574526007,
                "lastSeenAt": 1752849047,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 2477
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57982,
                    45.65025
                ]
            },
            "properties": {
                "trip": {
                    "id": "289216766",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:30:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "810001"
                },
                "route": {
                    "id": "81",
                    "shortName": "81",
                    "longName": "Saint-Jean-Baptiste",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31071",
                    "label": "31071",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1578421463,
                "lastSeenAt": 1752849094,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 3209
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5817,
                    45.60458
                ]
            },
            "properties": {
                "trip": {
                    "id": "289214993",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:08:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "440002"
                },
                "route": {
                    "id": "44",
                    "shortName": "44",
                    "longName": "Armand-Bombardier",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31072",
                    "label": "31072",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 115,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 23,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849098,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 392
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55421,
                    45.61367
                ]
            },
            "properties": {
                "trip": {
                    "id": "289215476",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:23:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1410003"
                },
                "route": {
                    "id": "141",
                    "shortName": "141",
                    "longName": "Jean-Talon Est",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31073",
                    "label": "31073",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 14,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1582756446,
                "lastSeenAt": 1752849088,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 3381
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53366,
                    45.59895
                ]
            },
            "properties": {
                "trip": {
                    "id": "289216376",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "09:59:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1860002"
                },
                "route": {
                    "id": "186",
                    "shortName": "186",
                    "longName": "Sherbrooke-Est",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31075",
                    "label": "31075",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 201,
                    "odometer": 0,
                    "speed": 9
                },
                "agencyId": 1,
                "currentStopSequence": 44,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 0,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849098,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 393
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53481,
                    45.54966
                ]
            },
            "properties": {
                "trip": {
                    "id": "289243493",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:04:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "340001"
                },
                "route": {
                    "id": "34",
                    "shortName": "34",
                    "longName": "Sainte-Catherine",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31078",
                    "label": "31078",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 14,
                "currentStatus": 2,
                "congestionLevel": 3,
                "occupancyStatus": 2,
                "firstSeenAt": 1574700745,
                "lastSeenAt": 1752849091,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 2566
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59301,
                    45.54732
                ]
            },
            "properties": {
                "trip": {
                    "id": "289202001",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "09:52:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "180002"
                },
                "route": {
                    "id": "18",
                    "shortName": "18",
                    "longName": "Beaubien",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31079",
                    "label": "31079",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 203,
                    "odometer": 0,
                    "speed": 6
                },
                "agencyId": 1,
                "currentStopSequence": 38,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 5,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 394
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5824,
                    45.4958
                ]
            },
            "properties": {
                "trip": {
                    "id": "289243269",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "09:52:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "240002"
                },
                "route": {
                    "id": "24",
                    "shortName": "24",
                    "longName": "Sherbrooke",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31080",
                    "label": "31080",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 209,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 29,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574436605,
                "lastSeenAt": 1752849092,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 1339
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5392,
                    45.46511
                ]
            },
            "properties": {
                "trip": {
                    "id": "289242567",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:19:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1680002"
                },
                "route": {
                    "id": "168",
                    "shortName": "168",
                    "longName": "Cité-du-Havre",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31084",
                    "label": "31084",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 45,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 12,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849093,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 395
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5704,
                    45.51023
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201084",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:20:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1440001"
                },
                "route": {
                    "id": "144",
                    "shortName": "144",
                    "longName": "Avenue des Pins",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31086",
                    "label": "31086",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 185,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 6,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1575075862,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 2790
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.68119,
                    45.53434
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201595",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:24:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1790001"
                },
                "route": {
                    "id": "179",
                    "shortName": "179",
                    "longName": "De l'Acadie",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31087",
                    "label": "31087",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 122,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 6,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1577546763,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 3178
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63541,
                    45.48293
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201725",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "11:00:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1290001"
                },
                "route": {
                    "id": "129",
                    "shortName": "129",
                    "longName": "Côte-Sainte-Catherine",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31089",
                    "label": "31089",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1578458696,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 3212
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53386,
                    45.52132
                ]
            },
            "properties": {
                "trip": {
                    "id": "289243918",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:43:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "7670001"
                },
                "route": {
                    "id": "767",
                    "shortName": "767",
                    "longName": "La Ronde / Station Jean-Drapeau",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31094",
                    "label": "31094",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 5,
                "firstSeenAt": 1574439619,
                "lastSeenAt": 1752849104,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 1686
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60502,
                    45.53396
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201907",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "09:41:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "180002"
                },
                "route": {
                    "id": "18",
                    "shortName": "18",
                    "longName": "Beaubien",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31101",
                    "label": "31101",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 209,
                    "odometer": 0,
                    "speed": 9
                },
                "agencyId": 1,
                "currentStopSequence": 48,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 400
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64288,
                    45.48874
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201623",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:19:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1610001"
                },
                "route": {
                    "id": "161",
                    "shortName": "161",
                    "longName": "Van Horne",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31104",
                    "label": "31104",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 33,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 19,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574438110,
                "lastSeenAt": 1752849104,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 1511
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.54675,
                    45.56146
                ]
            },
            "properties": {
                "trip": {
                    "id": "289242674",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:48:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1250001"
                },
                "route": {
                    "id": "125",
                    "shortName": "125",
                    "longName": "Ontario",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31107",
                    "label": "31107",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574441442,
                "lastSeenAt": 1752849096,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 1901
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.85568,
                    45.49149
                ]
            },
            "properties": {
                "trip": {
                    "id": "286060855",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:14:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "2010001"
                },
                "route": {
                    "id": "201",
                    "shortName": "201",
                    "longName": "Saint-Charles / Saint-Jean",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31111",
                    "label": "31111",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 221,
                    "odometer": 0,
                    "speed": 45
                },
                "agencyId": 1,
                "currentStopSequence": 13,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 403
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64088,
                    45.54947
                ]
            },
            "properties": {
                "trip": {
                    "id": "286207172",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:20:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1460002"
                },
                "route": {
                    "id": "146",
                    "shortName": "146",
                    "longName": "Christophe-Colomb / Meilleur",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31114",
                    "label": "31114",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 14,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 404
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55167,
                    45.53331
                ]
            },
            "properties": {
                "trip": {
                    "id": "289243444",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "09:37:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "850002"
                },
                "route": {
                    "id": "85",
                    "shortName": "85",
                    "longName": "Hochelaga",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31115",
                    "label": "31115",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 117,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 60,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574434506,
                "lastSeenAt": 1752848852,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 1187
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.65537,
                    45.55067
                ]
            },
            "properties": {
                "trip": {
                    "id": "286207203",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:32:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1400001"
                },
                "route": {
                    "id": "140",
                    "shortName": "140",
                    "longName": "Fleury",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31117",
                    "label": "31117",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 111,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849090,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 405
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6689,
                    45.55463
                ]
            },
            "properties": {
                "trip": {
                    "id": "286209092",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:30:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "480001"
                },
                "route": {
                    "id": "48",
                    "shortName": "48",
                    "longName": "Perras",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31119",
                    "label": "31119",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 2,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849088,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 407
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59116,
                    45.5223
                ]
            },
            "properties": {
                "trip": {
                    "id": "286208045",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:14:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "550001"
                },
                "route": {
                    "id": "55",
                    "shortName": "55",
                    "longName": "Boulevard Saint-Laurent",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31123",
                    "label": "31123",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 299,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 17,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 408
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.67267,
                    45.51127
                ]
            },
            "properties": {
                "trip": {
                    "id": "286060324",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:29:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1170002"
                },
                "route": {
                    "id": "117",
                    "shortName": "117",
                    "longName": "O'Brien",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31124",
                    "label": "31124",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 5,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849099,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 409
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64387,
                    45.56575
                ]
            },
            "properties": {
                "trip": {
                    "id": "286208502",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "09:58:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "540002"
                },
                "route": {
                    "id": "54",
                    "shortName": "54",
                    "longName": "Charland / Chabanel",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31125",
                    "label": "31125",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 31,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 38,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574443858,
                "lastSeenAt": 1752849090,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 2111
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.69776,
                    45.53907
                ]
            },
            "properties": {
                "trip": {
                    "id": "286207298",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:03:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1800002"
                },
                "route": {
                    "id": "180",
                    "shortName": "180",
                    "longName": "De Salaberry",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31128",
                    "label": "31128",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 224,
                    "odometer": 0,
                    "speed": 30
                },
                "agencyId": 1,
                "currentStopSequence": 21,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1575081758,
                "lastSeenAt": 1752849100,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 2802
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64377,
                    45.59454
                ]
            },
            "properties": {
                "trip": {
                    "id": "286208255",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "09:55:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "480002"
                },
                "route": {
                    "id": "48",
                    "shortName": "48",
                    "longName": "Perras",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31135",
                    "label": "31135",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 211,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 42,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849091,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 412
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.72341,
                    45.5313
                ]
            },
            "properties": {
                "trip": {
                    "id": "286207131",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:32:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1800001"
                },
                "route": {
                    "id": "180",
                    "shortName": "180",
                    "longName": "De Salaberry",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31136",
                    "label": "31136",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574434806,
                "lastSeenAt": 1752849099,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 1204
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66684,
                    45.56063
                ]
            },
            "properties": {
                "trip": {
                    "id": "286207226",
                    "shortName": null,
                    "headsign": "Est destination Georges-Baril / Henri-Bourassa",
                    "startTime": "09:53:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1460003"
                },
                "route": {
                    "id": "146",
                    "shortName": "146",
                    "longName": "Christophe-Colomb / Meilleur",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31137",
                    "label": "31137",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 206,
                    "odometer": 0,
                    "speed": 5
                },
                "agencyId": 1,
                "currentStopSequence": 32,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574412016,
                "lastSeenAt": 1752848884,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 1128
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56548,
                    45.5173
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201260",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "09:51:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "300001"
                },
                "route": {
                    "id": "30",
                    "shortName": "30",
                    "longName": "Saint-Denis / Saint-Hubert",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31139",
                    "label": "31139",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 122,
                    "odometer": 0,
                    "speed": 6
                },
                "agencyId": 1,
                "currentStopSequence": 39,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 413
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59193,
                    45.61813
                ]
            },
            "properties": {
                "trip": {
                    "id": "289214752",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:17:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "400001"
                },
                "route": {
                    "id": "40",
                    "shortName": "40",
                    "longName": "Henri-Bourassa-Est",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31145",
                    "label": "31145",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 46,
                    "odometer": 0,
                    "speed": 29
                },
                "agencyId": 1,
                "currentStopSequence": 10,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574436305,
                "lastSeenAt": 1752849092,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 1303
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57146,
                    45.50419
                ]
            },
            "properties": {
                "trip": {
                    "id": "289242078",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:47:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1250002"
                },
                "route": {
                    "id": "125",
                    "shortName": "125",
                    "longName": "Ontario",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31146",
                    "label": "31146",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849104,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 417
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59811,
                    45.52679
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201154",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:27:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "460002"
                },
                "route": {
                    "id": "46",
                    "shortName": "46",
                    "longName": "Casgrain",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31147",
                    "label": "31147",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 34,
                    "odometer": 0,
                    "speed": 19
                },
                "agencyId": 1,
                "currentStopSequence": 4,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849095,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 418
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.54904,
                    45.55115
                ]
            },
            "properties": {
                "trip": {
                    "id": "289242494",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:17:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1250001"
                },
                "route": {
                    "id": "125",
                    "shortName": "125",
                    "longName": "Ontario",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31151",
                    "label": "31151",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 16,
                "currentStatus": 2,
                "congestionLevel": 3,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 420
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.54692,
                    45.56121
                ]
            },
            "properties": {
                "trip": {
                    "id": "289242606",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:34:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "340001"
                },
                "route": {
                    "id": "34",
                    "shortName": "34",
                    "longName": "Sainte-Catherine",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31152",
                    "label": "31152",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849095,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 421
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55102,
                    45.57031
                ]
            },
            "properties": {
                "trip": {
                    "id": "289243630",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:16:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1850002"
                },
                "route": {
                    "id": "185",
                    "shortName": "185",
                    "longName": "Sherbrooke",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31158",
                    "label": "31158",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 19,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399675,
                "lastSeenAt": 1752849100,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 424
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55198,
                    45.52522
                ]
            },
            "properties": {
                "trip": {
                    "id": "289242624",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "09:54:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "100001"
                },
                "route": {
                    "id": "10",
                    "shortName": "10",
                    "longName": "De Lorimier",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31163",
                    "label": "31163",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 211,
                    "odometer": 0,
                    "speed": 45
                },
                "agencyId": 1,
                "currentStopSequence": 32,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849087,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 427
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53865,
                    45.59053
                ]
            },
            "properties": {
                "trip": {
                    "id": "289243431",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:16:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1850001"
                },
                "route": {
                    "id": "185",
                    "shortName": "185",
                    "longName": "Sherbrooke",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31169",
                    "label": "31169",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 204,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 17,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1586020863,
                "lastSeenAt": 1752849091,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 7076
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.54517,
                    45.53078
                ]
            },
            "properties": {
                "trip": {
                    "id": "289243301",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:33:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "940001"
                },
                "route": {
                    "id": "94",
                    "shortName": "94",
                    "longName": "D'Iberville",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31172",
                    "label": "31172",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 120,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574403201,
                "lastSeenAt": 1752849094,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 840
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5808,
                    45.5064
                ]
            },
            "properties": {
                "trip": {
                    "id": "289241855",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:41:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "500001"
                },
                "route": {
                    "id": "50",
                    "shortName": "50",
                    "longName": "Vieux-Montréal / Vieux-Port",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31175",
                    "label": "31175",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 195,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 433
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55176,
                    45.52547
                ]
            },
            "properties": {
                "trip": {
                    "id": "289230615",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:15:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "7690019"
                },
                "route": {
                    "id": "769",
                    "shortName": "769",
                    "longName": "La Ronde / Station Papineau",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31179",
                    "label": "31179",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 124,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 2,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1576083519,
                "lastSeenAt": 1752849093,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 3010
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.75018,
                    45.51241
                ]
            },
            "properties": {
                "trip": {
                    "id": "286060054",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:21:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "680004"
                },
                "route": {
                    "id": "68",
                    "shortName": "68",
                    "longName": "Pierrefonds",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31189",
                    "label": "31189",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 236,
                    "odometer": 0,
                    "speed": 35
                },
                "agencyId": 1,
                "currentStopSequence": 15,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574436306,
                "lastSeenAt": 1752849098,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 1306
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.51024,
                    45.66776
                ]
            },
            "properties": {
                "trip": {
                    "id": "289215787",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "09:51:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1870002"
                },
                "route": {
                    "id": "187",
                    "shortName": "187",
                    "longName": "René-Lévesque",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31192",
                    "label": "31192",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 43,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849092,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 439
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56122,
                    45.53623
                ]
            },
            "properties": {
                "trip": {
                    "id": "289243462",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "09:46:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1850001"
                },
                "route": {
                    "id": "185",
                    "shortName": "185",
                    "longName": "Sherbrooke",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31194",
                    "label": "31194",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 202,
                    "odometer": 0,
                    "speed": 29
                },
                "agencyId": 1,
                "currentStopSequence": 46,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574435709,
                "lastSeenAt": 1752849102,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 1260
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5842,
                    45.62342
                ]
            },
            "properties": {
                "trip": {
                    "id": "289215567",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:09:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "440001"
                },
                "route": {
                    "id": "44",
                    "shortName": "44",
                    "longName": "Armand-Bombardier",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31196",
                    "label": "31196",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 42,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 24,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574440845,
                "lastSeenAt": 1752849092,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 1840
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.54877,
                    45.5321
                ]
            },
            "properties": {
                "trip": {
                    "id": "936366",
                    "shortName": null,
                    "headsign": null,
                    "startTime": "08:39:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": null
                },
                "route": {
                    "id": "97",
                    "shortName": "97",
                    "longName": "Avenue-du-Mont-Royal",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31198",
                    "label": "31198",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 119,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 35,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574437813,
                "lastSeenAt": 1752849087,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 1486
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55136,
                    45.54692
                ]
            },
            "properties": {
                "trip": {
                    "id": "286207549",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:36:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "670002"
                },
                "route": {
                    "id": "67",
                    "shortName": "67",
                    "longName": "Saint-Michel",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31200",
                    "label": "31200",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 204,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1575302054,
                "lastSeenAt": 1752849090,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 2828
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61117,
                    45.53797
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201044",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:30:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "990001"
                },
                "route": {
                    "id": "99",
                    "shortName": "99",
                    "longName": "Villeray",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31203",
                    "label": "31203",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 213,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 2,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849100,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 441
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56374,
                    45.5829
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201004",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:15:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "180002"
                },
                "route": {
                    "id": "18",
                    "shortName": "18",
                    "longName": "Beaubien",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31204",
                    "label": "31204",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 201,
                    "odometer": 0,
                    "speed": 14
                },
                "agencyId": 1,
                "currentStopSequence": 15,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849104,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 442
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63859,
                    45.60675
                ]
            },
            "properties": {
                "trip": {
                    "id": "286207031",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:45:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1400002"
                },
                "route": {
                    "id": "140",
                    "shortName": "140",
                    "longName": "Fleury",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31206",
                    "label": "31206",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 188,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1575387129,
                "lastSeenAt": 1752849087,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 2851
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56328,
                    45.49958
                ]
            },
            "properties": {
                "trip": {
                    "id": "289244669",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:06:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1760013"
                },
                "route": {
                    "id": "176",
                    "shortName": "176",
                    "longName": "Berlioz",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31209",
                    "label": "31209",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 221,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 13,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849104,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 445
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55817,
                    45.50733
                ]
            },
            "properties": {
                "trip": {
                    "id": "286207823",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "09:18:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "550002"
                },
                "route": {
                    "id": "55",
                    "shortName": "55",
                    "longName": "Boulevard Saint-Laurent",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31210",
                    "label": "31210",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 301,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 47,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574415012,
                "lastSeenAt": 1752849085,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 1139
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56652,
                    45.49916
                ]
            },
            "properties": {
                "trip": {
                    "id": "289243033",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:35:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "7770001"
                },
                "route": {
                    "id": "777",
                    "shortName": "777",
                    "longName": "Jean-Drapeau / Casino / Bonaventure",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31224",
                    "label": "31224",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 209,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 449
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55489,
                    45.51361
                ]
            },
            "properties": {
                "trip": {
                    "id": "289241874",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:25:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "500009"
                },
                "route": {
                    "id": "50",
                    "shortName": "50",
                    "longName": "Vieux-Montréal / Vieux-Port",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31229",
                    "label": "31229",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 119,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 2,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574729902,
                "lastSeenAt": 1752849087,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 2607
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53233,
                    45.51193
                ]
            },
            "properties": {
                "trip": {
                    "id": "289244021",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:47:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "7670002"
                },
                "route": {
                    "id": "767",
                    "shortName": "767",
                    "longName": "La Ronde / Station Jean-Drapeau",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31231",
                    "label": "31231",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 204,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 453
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57729,
                    45.54267
                ]
            },
            "properties": {
                "trip": {
                    "id": "289242135",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:15:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "940002"
                },
                "route": {
                    "id": "94",
                    "shortName": "94",
                    "longName": "D'Iberville",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31232",
                    "label": "31232",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 122,
                    "odometer": 0,
                    "speed": 7
                },
                "agencyId": 1,
                "currentStopSequence": 18,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849092,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 454
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53453,
                    45.5214
                ]
            },
            "properties": {
                "trip": {
                    "id": "289241265",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:13:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "7690001"
                },
                "route": {
                    "id": "769",
                    "shortName": "769",
                    "longName": "La Ronde / Station Papineau",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31233",
                    "label": "31233",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 304,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 3,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849104,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 455
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59761,
                    45.53097
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201020",
                    "shortName": null,
                    "headsign": "Est via de la Pépinière",
                    "startTime": "10:41:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1970003"
                },
                "route": {
                    "id": "197",
                    "shortName": "197",
                    "longName": "Rosemont",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31234",
                    "label": "31234",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 207,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849104,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 456
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57008,
                    45.51095
                ]
            },
            "properties": {
                "trip": {
                    "id": "289243338",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:00:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "240001"
                },
                "route": {
                    "id": "24",
                    "shortName": "24",
                    "longName": "Sherbrooke",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31237",
                    "label": "31237",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 18,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 29,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1671019145,
                "lastSeenAt": 1752849095,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 12826
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62534,
                    45.52893
                ]
            },
            "properties": {
                "trip": {
                    "id": "289196498",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:23:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "800001"
                },
                "route": {
                    "id": "80",
                    "shortName": "80",
                    "longName": "Avenue du Parc",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31802",
                    "label": "31802",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 8,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1581663127,
                "lastSeenAt": 1752849099,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 3356
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.89178,
                    45.46498
                ]
            },
            "properties": {
                "trip": {
                    "id": "289199287",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:37:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "4700001"
                },
                "route": {
                    "id": "470",
                    "shortName": "470",
                    "longName": "Express Pierrefonds",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31806",
                    "label": "31806",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574469322,
                "lastSeenAt": 1752849104,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 2224
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57594,
                    45.49276
                ]
            },
            "properties": {
                "trip": {
                    "id": "289198331",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "09:55:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1650001"
                },
                "route": {
                    "id": "165",
                    "shortName": "165",
                    "longName": "Côte-des-Neiges",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31810",
                    "label": "31810",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 33,
                    "odometer": 0,
                    "speed": 45
                },
                "agencyId": 1,
                "currentStopSequence": 34,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1576599623,
                "lastSeenAt": 1752849095,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 3084
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63808,
                    45.50345
                ]
            },
            "properties": {
                "trip": {
                    "id": "289198454",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:24:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1650001"
                },
                "route": {
                    "id": "165",
                    "shortName": "165",
                    "longName": "Côte-des-Neiges",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31811",
                    "label": "31811",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 8,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849092,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 460
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62327,
                    45.49677
                ]
            },
            "properties": {
                "trip": {
                    "id": "289198373",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:15:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1650002"
                },
                "route": {
                    "id": "165",
                    "shortName": "165",
                    "longName": "Côte-des-Neiges",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31814",
                    "label": "31814",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 18,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1575919820,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 2983
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60757,
                    45.49557
                ]
            },
            "properties": {
                "trip": {
                    "id": "289198196",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:05:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1650001"
                },
                "route": {
                    "id": "165",
                    "shortName": "165",
                    "longName": "Côte-des-Neiges",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31816",
                    "label": "31816",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 20,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849090,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 463
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.68354,
                    45.51372
                ]
            },
            "properties": {
                "trip": {
                    "id": "289199229",
                    "shortName": null,
                    "headsign": "Ouest destination Usine de filtration",
                    "startTime": "10:26:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "4700004"
                },
                "route": {
                    "id": "470",
                    "shortName": "470",
                    "longName": "Express Pierrefonds",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31817",
                    "label": "31817",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 2,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849093,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 464
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66798,
                    45.55542
                ]
            },
            "properties": {
                "trip": {
                    "id": "286207634",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:09:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "690002"
                },
                "route": {
                    "id": "69",
                    "shortName": "69",
                    "longName": "Gouin",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31823",
                    "label": "31823",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 24,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 29,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849095,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 465
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.65667,
                    45.55033
                ]
            },
            "properties": {
                "trip": {
                    "id": "286207613",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:13:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1210002"
                },
                "route": {
                    "id": "121",
                    "shortName": "121",
                    "longName": "Sauvé / Côte-Vertu",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31825",
                    "label": "31825",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 218,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 20,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849089,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 466
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62524,
                    45.60654
                ]
            },
            "properties": {
                "trip": {
                    "id": "286206745",
                    "shortName": null,
                    "headsign": "Nord destination Cégep Marie-Victorin",
                    "startTime": "09:39:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "4390003"
                },
                "route": {
                    "id": "439",
                    "shortName": "439",
                    "longName": "Express Pie-IX",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31838",
                    "label": "31838",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 323,
                    "odometer": 0,
                    "speed": 30
                },
                "agencyId": 1,
                "currentStopSequence": 30,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574457626,
                "lastSeenAt": 1752849087,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 2195
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5338,
                    45.54726
                ]
            },
            "properties": {
                "trip": {
                    "id": "286206553",
                    "shortName": null,
                    "headsign": "Nord destination Laval",
                    "startTime": "10:29:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "4390002"
                },
                "route": {
                    "id": "439",
                    "shortName": "439",
                    "longName": "Express Pie-IX",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31839",
                    "label": "31839",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849100,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 473
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57034,
                    45.55015
                ]
            },
            "properties": {
                "trip": {
                    "id": "286209178",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:25:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "670002"
                },
                "route": {
                    "id": "67",
                    "shortName": "67",
                    "longName": "Saint-Michel",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31840",
                    "label": "31840",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 293,
                    "odometer": 0,
                    "speed": 45
                },
                "agencyId": 1,
                "currentStopSequence": 9,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849097,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 474
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.68987,
                    45.5086
                ]
            },
            "properties": {
                "trip": {
                    "id": "286208198",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "09:49:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1210002"
                },
                "route": {
                    "id": "121",
                    "shortName": "121",
                    "longName": "Sauvé / Côte-Vertu",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31841",
                    "label": "31841",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 219,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 43,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 475
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.85022,
                    45.48908
                ]
            },
            "properties": {
                "trip": {
                    "id": "289199207",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:15:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "4700001"
                },
                "route": {
                    "id": "470",
                    "shortName": "470",
                    "longName": "Express Pierrefonds",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31842",
                    "label": "31842",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 157,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 14,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849102,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 476
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.70981,
                    45.49798
                ]
            },
            "properties": {
                "trip": {
                    "id": "286207932",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:39:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1210001"
                },
                "route": {
                    "id": "121",
                    "shortName": "121",
                    "longName": "Sauvé / Côte-Vertu",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31843",
                    "label": "31843",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849088,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 477
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.68037,
                    45.5159
                ]
            },
            "properties": {
                "trip": {
                    "id": "286207804",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:15:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1210001"
                },
                "route": {
                    "id": "121",
                    "shortName": "121",
                    "longName": "Sauvé / Côte-Vertu",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31846",
                    "label": "31846",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 44,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 16,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849098,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 478
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64275,
                    45.57177
                ]
            },
            "properties": {
                "trip": {
                    "id": "286209230",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "09:39:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1210001"
                },
                "route": {
                    "id": "121",
                    "shortName": "121",
                    "longName": "Sauvé / Côte-Vertu",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31851",
                    "label": "31851",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 26,
                    "odometer": 0,
                    "speed": 14
                },
                "agencyId": 1,
                "currentStopSequence": 45,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 479
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63854,
                    45.60027
                ]
            },
            "properties": {
                "trip": {
                    "id": "286206514",
                    "shortName": null,
                    "headsign": "Sud destination Pie-IX / Notre-Dame",
                    "startTime": "10:18:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "4390004"
                },
                "route": {
                    "id": "439",
                    "shortName": "439",
                    "longName": "Express Pie-IX",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31857",
                    "label": "31857",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 15,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849088,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 484
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64324,
                    45.57119
                ]
            },
            "properties": {
                "trip": {
                    "id": "286207497",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:25:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1210002"
                },
                "route": {
                    "id": "121",
                    "shortName": "121",
                    "longName": "Sauvé / Côte-Vertu",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "31860",
                    "label": "31860",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 211,
                    "odometer": 0,
                    "speed": 17
                },
                "agencyId": 1,
                "currentStopSequence": 7,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849097,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 486
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59792,
                    45.53164
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201420",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:37:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1610002"
                },
                "route": {
                    "id": "161",
                    "shortName": "161",
                    "longName": "Van Horne",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "32003",
                    "label": "32003",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 33,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574435107,
                "lastSeenAt": 1752849093,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 1222
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56702,
                    45.498
                ]
            },
            "properties": {
                "trip": {
                    "id": "289206176",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:49:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "7210011"
                },
                "route": {
                    "id": "721",
                    "shortName": "721",
                    "longName": "Service spécial REM A1",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "32004",
                    "label": "32004",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849091,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 487
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56696,
                    45.5775
                ]
            },
            "properties": {
                "trip": {
                    "id": "289200778",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "09:56:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "180001"
                },
                "route": {
                    "id": "18",
                    "shortName": "18",
                    "longName": "Beaubien",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "32005",
                    "label": "32005",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 26,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 36,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574445040,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 2146
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64938,
                    45.47954
                ]
            },
            "properties": {
                "trip": {
                    "id": "289202168",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "09:57:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1610002"
                },
                "route": {
                    "id": "161",
                    "shortName": "161",
                    "longName": "Van Horne",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "32007",
                    "label": "32007",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 212,
                    "odometer": 0,
                    "speed": 37
                },
                "agencyId": 1,
                "currentStopSequence": 31,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1575043216,
                "lastSeenAt": 1752849087,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 2776
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57526,
                    45.56768
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201204",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:03:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "180002"
                },
                "route": {
                    "id": "18",
                    "shortName": "18",
                    "longName": "Beaubien",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "32008",
                    "label": "32008",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 209,
                    "odometer": 0,
                    "speed": 6
                },
                "agencyId": 1,
                "currentStopSequence": 25,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 489
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.65472,
                    45.5505
                ]
            },
            "properties": {
                "trip": {
                    "id": "289200978",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:25:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "310001"
                },
                "route": {
                    "id": "31",
                    "shortName": "31",
                    "longName": "Saint-Denis",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "32010",
                    "label": "32010",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 7,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 490
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6357,
                    45.60562
                ]
            },
            "properties": {
                "trip": {
                    "id": "289215912",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:11:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "490002"
                },
                "route": {
                    "id": "49",
                    "shortName": "49",
                    "longName": "Maurice-Duplessis",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "32015",
                    "label": "32015",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 20,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 9,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1575683434,
                "lastSeenAt": 1752849088,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 2953
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.49545,
                    45.63582
                ]
            },
            "properties": {
                "trip": {
                    "id": "289215657",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:09:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1890002"
                },
                "route": {
                    "id": "189",
                    "shortName": "189",
                    "longName": "Notre-Dame",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "32018",
                    "label": "32018",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 221,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 65,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849098,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 493
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58204,
                    45.5012
                ]
            },
            "properties": {
                "trip": {
                    "id": "289201301",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:23:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1440002"
                },
                "route": {
                    "id": "144",
                    "shortName": "144",
                    "longName": "Avenue des Pins",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "32027",
                    "label": "32027",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 41,
                    "odometer": 0,
                    "speed": 25
                },
                "agencyId": 1,
                "currentStopSequence": 9,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849088,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    7
                ],
                "isActive": null
            },
            "id": 497
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62769,
                    45.58242
                ]
            },
            "properties": {
                "trip": {
                    "id": "286206648",
                    "shortName": null,
                    "headsign": "Sud destination Pie-IX / Notre-Dame",
                    "startTime": "10:02:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "4390004"
                },
                "route": {
                    "id": "439",
                    "shortName": "439",
                    "longName": "Express Pie-IX",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "32801",
                    "label": "32801",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 122,
                    "odometer": 0,
                    "speed": 6
                },
                "agencyId": 1,
                "currentStopSequence": 20,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 499
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66022,
                    45.61148
                ]
            },
            "properties": {
                "trip": {
                    "id": "286206532",
                    "shortName": null,
                    "headsign": "Nord destination Laval",
                    "startTime": "09:28:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "4390002"
                },
                "route": {
                    "id": "439",
                    "shortName": "439",
                    "longName": "Express Pie-IX",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "32805",
                    "label": "32805",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 322,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 24,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849100,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 501
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60755,
                    45.62098
                ]
            },
            "properties": {
                "trip": {
                    "id": "286206718",
                    "shortName": null,
                    "headsign": "Nord destination Cégep Marie-Victorin",
                    "startTime": "09:18:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "4390003"
                },
                "route": {
                    "id": "439",
                    "shortName": "439",
                    "longName": "Express Pie-IX",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "32807",
                    "label": "32807",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 227,
                    "odometer": 0,
                    "speed": 32
                },
                "agencyId": 1,
                "currentStopSequence": 36,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849090,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 503
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63646,
                    45.57591
                ]
            },
            "properties": {
                "trip": {
                    "id": "286208179",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:24:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "4670001"
                },
                "route": {
                    "id": "467",
                    "shortName": "467",
                    "longName": "Express Saint-Michel",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "32810",
                    "label": "32810",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 121,
                    "odometer": 0,
                    "speed": 44
                },
                "agencyId": 1,
                "currentStopSequence": 5,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1576600951,
                "lastSeenAt": 1752849094,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    5
                ],
                "isActive": null
            },
            "id": 3086
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57883,
                    45.4955
                ]
            },
            "properties": {
                "trip": {
                    "id": "289196463",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "09:46:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1650001"
                },
                "route": {
                    "id": "165",
                    "shortName": "165",
                    "longName": "Côte-des-Neiges",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "33810",
                    "label": "33810",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 35,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1576251852,
                "lastSeenAt": 1752848586,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 3049
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64405,
                    45.51601
                ]
            },
            "properties": {
                "trip": {
                    "id": "289198228",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:34:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1650001"
                },
                "route": {
                    "id": "165",
                    "shortName": "165",
                    "longName": "Côte-des-Neiges",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "33815",
                    "label": "33815",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1582945206,
                "lastSeenAt": 1752849104,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 3391
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56782,
                    45.50941
                ]
            },
            "properties": {
                "trip": {
                    "id": "289198514",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "09:49:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "800001"
                },
                "route": {
                    "id": "80",
                    "shortName": "80",
                    "longName": "Avenue du Parc",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "33823",
                    "label": "33823",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 216,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 30,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1575168014,
                "lastSeenAt": 1752849083,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 2817
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.84018,
                    45.47856
                ]
            },
            "properties": {
                "trip": {
                    "id": "289199319",
                    "shortName": null,
                    "headsign": "Ouest destination Usine de filtration",
                    "startTime": "10:04:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "4700004"
                },
                "route": {
                    "id": "470",
                    "shortName": "470",
                    "longName": "Express Pierrefonds",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "33825",
                    "label": "33825",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 325,
                    "odometer": 0,
                    "speed": 36
                },
                "agencyId": 1,
                "currentStopSequence": 7,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849095,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 512
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59446,
                    45.51901
                ]
            },
            "properties": {
                "trip": {
                    "id": "289196446",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:06:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "800001"
                },
                "route": {
                    "id": "80",
                    "shortName": "80",
                    "longName": "Avenue du Parc",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "33826",
                    "label": "33826",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 115,
                    "odometer": 0,
                    "speed": 17
                },
                "agencyId": 1,
                "currentStopSequence": 19,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1576168949,
                "lastSeenAt": 1752849090,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 3026
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62763,
                    45.49876
                ]
            },
            "properties": {
                "trip": {
                    "id": "289198390",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:15:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1650001"
                },
                "route": {
                    "id": "165",
                    "shortName": "165",
                    "longName": "Côte-des-Neiges",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "33827",
                    "label": "33827",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 133,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 13,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 513
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59436,
                    45.51896
                ]
            },
            "properties": {
                "trip": {
                    "id": "289196526",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:19:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "800002"
                },
                "route": {
                    "id": "80",
                    "shortName": "80",
                    "longName": "Avenue du Parc",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "33832",
                    "label": "33832",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 299,
                    "odometer": 0,
                    "speed": 9
                },
                "agencyId": 1,
                "currentStopSequence": 12,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849089,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 515
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64304,
                    45.51291
                ]
            },
            "properties": {
                "trip": {
                    "id": "289198491",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:03:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1650002"
                },
                "route": {
                    "id": "165",
                    "shortName": "165",
                    "longName": "Côte-des-Neiges",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "33841",
                    "label": "33841",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 356,
                    "odometer": 0,
                    "speed": 15
                },
                "agencyId": 1,
                "currentStopSequence": 31,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1580794443,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 3319
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56782,
                    45.50941
                ]
            },
            "properties": {
                "trip": {
                    "id": "289196539",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "09:33:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "800001"
                },
                "route": {
                    "id": "80",
                    "shortName": "80",
                    "longName": "Avenue du Parc",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "33843",
                    "label": "33843",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 30,
                "currentStatus": 1,
                "congestionLevel": 3,
                "occupancyStatus": 1,
                "firstSeenAt": 1576652055,
                "lastSeenAt": 1752849092,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 3102
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57148,
                    45.59118
                ]
            },
            "properties": {
                "trip": {
                    "id": "289216672",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "09:48:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "330001"
                },
                "route": {
                    "id": "33",
                    "shortName": "33",
                    "longName": "Langelier",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "36002",
                    "label": "36002",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 110,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 42,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574435709,
                "lastSeenAt": 1752849104,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 1262
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58129,
                    45.61856
                ]
            },
            "properties": {
                "trip": {
                    "id": "289216235",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "09:39:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "280001"
                },
                "route": {
                    "id": "28",
                    "shortName": "28",
                    "longName": "Honoré-Beaugrand",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "36006",
                    "label": "36006",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 301,
                    "odometer": 0,
                    "speed": 6
                },
                "agencyId": 1,
                "currentStopSequence": 47,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574958386,
                "lastSeenAt": 1752849095,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 2744
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55791,
                    45.66206
                ]
            },
            "properties": {
                "trip": {
                    "id": "289215538",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:25:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "4490002"
                },
                "route": {
                    "id": "449",
                    "shortName": "449",
                    "longName": "Express Rivière-des-Prairies",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "36009",
                    "label": "36009",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 227,
                    "odometer": 0,
                    "speed": 33
                },
                "agencyId": 1,
                "currentStopSequence": 11,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849104,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 525
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55051,
                    45.60516
                ]
            },
            "properties": {
                "trip": {
                    "id": "289216656",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:10:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "280001"
                },
                "route": {
                    "id": "28",
                    "shortName": "28",
                    "longName": "Honoré-Beaugrand",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "36014",
                    "label": "36014",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 281,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 22,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849099,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 527
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66109,
                    45.53158
                ]
            },
            "properties": {
                "trip": {
                    "id": "286209141",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:25:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "540002"
                },
                "route": {
                    "id": "54",
                    "shortName": "54",
                    "longName": "Charland / Chabanel",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "36020",
                    "label": "36020",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 293,
                    "odometer": 0,
                    "speed": 39
                },
                "agencyId": 1,
                "currentStopSequence": 12,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849090,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 529
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.4953,
                    45.65034
                ]
            },
            "properties": {
                "trip": {
                    "id": "289215549",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "09:47:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "860002"
                },
                "route": {
                    "id": "86",
                    "shortName": "86",
                    "longName": "Pointe-aux-Trembles",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "36027",
                    "label": "36027",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 105,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 61,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849097,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 531
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56522,
                    45.58979
                ]
            },
            "properties": {
                "trip": {
                    "id": "289216299",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:15:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "330002"
                },
                "route": {
                    "id": "33",
                    "shortName": "33",
                    "longName": "Langelier",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "36033",
                    "label": "36033",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 289,
                    "odometer": 0,
                    "speed": 42
                },
                "agencyId": 1,
                "currentStopSequence": 18,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574441451,
                "lastSeenAt": 1752849099,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 1903
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53465,
                    45.5965
                ]
            },
            "properties": {
                "trip": {
                    "id": "289216729",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:34:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1410003"
                },
                "route": {
                    "id": "141",
                    "shortName": "141",
                    "longName": "Jean-Talon Est",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "36035",
                    "label": "36035",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 298,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574403205,
                "lastSeenAt": 1752849096,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 849
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57719,
                    45.65079
                ]
            },
            "properties": {
                "trip": {
                    "id": "289216208",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "09:38:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "430002"
                },
                "route": {
                    "id": "43",
                    "shortName": "43",
                    "longName": "Monselet",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "36036",
                    "label": "36036",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 36,
                    "odometer": 0,
                    "speed": 15
                },
                "agencyId": 1,
                "currentStopSequence": 58,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574549297,
                "lastSeenAt": 1752849087,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 2490
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.54449,
                    45.60986
                ]
            },
            "properties": {
                "trip": {
                    "id": "289215018",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "09:49:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1410001"
                },
                "route": {
                    "id": "141",
                    "shortName": "141",
                    "longName": "Jean-Talon Est",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "36039",
                    "label": "36039",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 122,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 42,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849104,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 535
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5642,
                    45.6587
                ]
            },
            "properties": {
                "trip": {
                    "id": "289216418",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:27:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "490001"
                },
                "route": {
                    "id": "49",
                    "shortName": "49",
                    "longName": "Maurice-Duplessis",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "36040",
                    "label": "36040",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 235,
                    "odometer": 0,
                    "speed": 14
                },
                "agencyId": 1,
                "currentStopSequence": 6,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574737122,
                "lastSeenAt": 1752849095,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 2630
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62888,
                    45.46892
                ]
            },
            "properties": {
                "trip": {
                    "id": "289196910",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:08:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1620001"
                },
                "route": {
                    "id": "162",
                    "shortName": "162",
                    "longName": "Westminster",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37001",
                    "label": "37001",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 32,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 28,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849104,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 538
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61893,
                    45.50318
                ]
            },
            "properties": {
                "trip": {
                    "id": "289197505",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:27:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1190001"
                },
                "route": {
                    "id": "119",
                    "shortName": "119",
                    "longName": "Rockland",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37002",
                    "label": "37002",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 30,
                    "odometer": 0,
                    "speed": 17
                },
                "agencyId": 1,
                "currentStopSequence": 5,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574403205,
                "lastSeenAt": 1752849093,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 850
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64149,
                    45.45451
                ]
            },
            "properties": {
                "trip": {
                    "id": "289197361",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:34:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1050002"
                },
                "route": {
                    "id": "105",
                    "shortName": "105",
                    "longName": "Sherbrooke",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37004",
                    "label": "37004",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 31,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574695930,
                "lastSeenAt": 1752849098,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 2532
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62278,
                    45.51908
                ]
            },
            "properties": {
                "trip": {
                    "id": "289197979",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:06:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1600002"
                },
                "route": {
                    "id": "160",
                    "shortName": "160",
                    "longName": "Barclay",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37009",
                    "label": "37009",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 113,
                    "odometer": 0,
                    "speed": 30
                },
                "agencyId": 1,
                "currentStopSequence": 23,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1590864723,
                "lastSeenAt": 1752849097,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 7291
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62742,
                    45.47054
                ]
            },
            "properties": {
                "trip": {
                    "id": "289198129",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:25:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1620002"
                },
                "route": {
                    "id": "162",
                    "shortName": "162",
                    "longName": "Westminster",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37010",
                    "label": "37010",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 212,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 7,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849096,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 540
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61388,
                    45.53894
                ]
            },
            "properties": {
                "trip": {
                    "id": "289196611",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:11:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "930002"
                },
                "route": {
                    "id": "93",
                    "shortName": "93",
                    "longName": "Jean-Talon",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37011",
                    "label": "37011",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 21,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 7,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849094,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 541
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58083,
                    45.48223
                ]
            },
            "properties": {
                "trip": {
                    "id": "289199486",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:35:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "4850001"
                },
                "route": {
                    "id": "485",
                    "shortName": "485",
                    "longName": "Express Antoine-Faucon",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37014",
                    "label": "37014",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 325,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849104,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 542
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66864,
                    45.55428
                ]
            },
            "properties": {
                "trip": {
                    "id": "289198997",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "09:54:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1710002"
                },
                "route": {
                    "id": "171",
                    "shortName": "171",
                    "longName": "Henri-Bourassa",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37016",
                    "label": "37016",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 18,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 34,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574904513,
                "lastSeenAt": 1752849094,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 2715
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6619,
                    45.47554
                ]
            },
            "properties": {
                "trip": {
                    "id": "289198072",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:38:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1620001"
                },
                "route": {
                    "id": "162",
                    "shortName": "162",
                    "longName": "Westminster",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37019",
                    "label": "37019",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 208,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1576118923,
                "lastSeenAt": 1752849088,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 3023
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.68576,
                    45.49763
                ]
            },
            "properties": {
                "trip": {
                    "id": "289197843",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "09:49:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1280001"
                },
                "route": {
                    "id": "128",
                    "shortName": "128",
                    "longName": "Saint-Laurent",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37021",
                    "label": "37021",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 42,
                    "odometer": 0,
                    "speed": 16
                },
                "agencyId": 1,
                "currentStopSequence": 52,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849099,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 544
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.7211,
                    45.48608
                ]
            },
            "properties": {
                "trip": {
                    "id": "289197553",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:11:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1750002"
                },
                "route": {
                    "id": "175",
                    "shortName": "175",
                    "longName": "Griffith / Saint-François",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37022",
                    "label": "37022",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 312,
                    "odometer": 0,
                    "speed": 58
                },
                "agencyId": 1,
                "currentStopSequence": 22,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574439624,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 1696
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61296,
                    45.51306
                ]
            },
            "properties": {
                "trip": {
                    "id": "289197583",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:07:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1190002"
                },
                "route": {
                    "id": "119",
                    "shortName": "119",
                    "longName": "Rockland",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37023",
                    "label": "37023",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 235,
                    "odometer": 0,
                    "speed": 5
                },
                "agencyId": 1,
                "currentStopSequence": 29,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 545
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60477,
                    45.47364
                ]
            },
            "properties": {
                "trip": {
                    "id": "289197131",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:05:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1050002"
                },
                "route": {
                    "id": "105",
                    "shortName": "105",
                    "longName": "Sherbrooke",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37024",
                    "label": "37024",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 40,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 19,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574475037,
                "lastSeenAt": 1752848639,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 2403
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59404,
                    45.5193
                ]
            },
            "properties": {
                "trip": {
                    "id": "289199632",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:09:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "7110001"
                },
                "route": {
                    "id": "711",
                    "shortName": "711",
                    "longName": "Parc-du-Mont-Royal / Oratoire",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37025",
                    "label": "37025",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 305,
                    "odometer": 0,
                    "speed": 9
                },
                "agencyId": 1,
                "currentStopSequence": 21,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574438114,
                "lastSeenAt": 1752849087,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 1519
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.70885,
                    45.47833
                ]
            },
            "properties": {
                "trip": {
                    "id": "289198976",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:40:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1000002"
                },
                "route": {
                    "id": "100",
                    "shortName": "100",
                    "longName": "Crémazie",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37026",
                    "label": "37026",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 310,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1575079238,
                "lastSeenAt": 1752849091,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 2798
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62747,
                    45.48548
                ]
            },
            "properties": {
                "trip": {
                    "id": "289199583",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:42:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "7110001"
                },
                "route": {
                    "id": "711",
                    "shortName": "711",
                    "longName": "Parc-du-Mont-Royal / Oratoire",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37027",
                    "label": "37027",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 34,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1581371164,
                "lastSeenAt": 1752849086,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 3344
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.65079,
                    45.48899
                ]
            },
            "properties": {
                "trip": {
                    "id": "289198655",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:36:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1660002"
                },
                "route": {
                    "id": "166",
                    "shortName": "166",
                    "longName": "Queen-Mary",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37037",
                    "label": "37037",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 206,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849102,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 549
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64735,
                    45.5232
                ]
            },
            "properties": {
                "trip": {
                    "id": "289197609",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:33:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1190002"
                },
                "route": {
                    "id": "119",
                    "shortName": "119",
                    "longName": "Rockland",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37038",
                    "label": "37038",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 158,
                    "odometer": 0,
                    "speed": 24
                },
                "agencyId": 1,
                "currentStopSequence": 14,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 550
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6536,
                    45.52278
                ]
            },
            "properties": {
                "trip": {
                    "id": "289196776",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:23:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1000001"
                },
                "route": {
                    "id": "100",
                    "shortName": "100",
                    "longName": "Crémazie",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37041",
                    "label": "37041",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 197,
                    "odometer": 0,
                    "speed": 20
                },
                "agencyId": 1,
                "currentStopSequence": 11,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849099,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 552
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6597,
                    45.4605
                ]
            },
            "properties": {
                "trip": {
                    "id": "289198158",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:29:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1030001"
                },
                "route": {
                    "id": "103",
                    "shortName": "103",
                    "longName": "Monkland",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37043",
                    "label": "37043",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 2,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849096,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 553
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62435,
                    45.53057
                ]
            },
            "properties": {
                "trip": {
                    "id": "289196384",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:43:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "160001"
                },
                "route": {
                    "id": "16",
                    "shortName": "16",
                    "longName": "Graham",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37044",
                    "label": "37044",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 22,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574409321,
                "lastSeenAt": 1752849100,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 1106
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.68082,
                    45.53458
                ]
            },
            "properties": {
                "trip": {
                    "id": "289198756",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:11:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1710001"
                },
                "route": {
                    "id": "171",
                    "shortName": "171",
                    "longName": "Henri-Bourassa",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37046",
                    "label": "37046",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 204,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 10,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574436308,
                "lastSeenAt": 1752849099,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 1313
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60489,
                    45.55037
                ]
            },
            "properties": {
                "trip": {
                    "id": "289196636",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:13:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "930003"
                },
                "route": {
                    "id": "93",
                    "shortName": "93",
                    "longName": "Jean-Talon",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37050",
                    "label": "37050",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 213,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 11,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574435107,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 1223
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57065,
                    45.49828
                ]
            },
            "properties": {
                "trip": {
                    "id": "289199871",
                    "shortName": null,
                    "headsign": "Est trajet 1 gare d’autocars de Montréal.",
                    "startTime": "10:07:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "7470001"
                },
                "route": {
                    "id": "747",
                    "shortName": "747",
                    "longName": "YUL Aéroport  / Centre-Ville",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37055",
                    "label": "37055",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 7,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 556
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5688,
                    45.50044
                ]
            },
            "properties": {
                "trip": {
                    "id": "289199923",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:16:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "7470002"
                },
                "route": {
                    "id": "747",
                    "shortName": "747",
                    "longName": "YUL Aéroport  / Centre-Ville",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37056",
                    "label": "37056",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 222,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 7,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849096,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 557
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56876,
                    45.50048
                ]
            },
            "properties": {
                "trip": {
                    "id": "289199958",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:21:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "7470002"
                },
                "route": {
                    "id": "747",
                    "shortName": "747",
                    "longName": "YUL Aéroport  / Centre-Ville",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37060",
                    "label": "37060",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 215,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 7,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 558
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.67007,
                    45.44676
                ]
            },
            "properties": {
                "trip": {
                    "id": "289199789",
                    "shortName": null,
                    "headsign": "Est trajet 1 gare d’autocars de Montréal.",
                    "startTime": "10:23:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "7470001"
                },
                "route": {
                    "id": "747",
                    "shortName": "747",
                    "longName": "YUL Aéroport  / Centre-Ville",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37061",
                    "label": "37061",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 118,
                    "odometer": 0,
                    "speed": 45
                },
                "agencyId": 1,
                "currentStopSequence": 2,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1575306399,
                "lastSeenAt": 1752849104,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 2831
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57888,
                    45.48254
                ]
            },
            "properties": {
                "trip": {
                    "id": "289199862",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:11:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "7470002"
                },
                "route": {
                    "id": "747",
                    "shortName": "747",
                    "longName": "YUL Aéroport  / Centre-Ville",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37062",
                    "label": "37062",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 11,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849087,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 559
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56004,
                    45.51084
                ]
            },
            "properties": {
                "trip": {
                    "id": "289199821",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:26:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "7470002"
                },
                "route": {
                    "id": "747",
                    "shortName": "747",
                    "longName": "YUL Aéroport  / Centre-Ville",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37063",
                    "label": "37063",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 3,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1576085805,
                "lastSeenAt": 1752849092,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 3014
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60835,
                    45.4959
                ]
            },
            "properties": {
                "trip": {
                    "id": "289198684",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:20:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1660001"
                },
                "route": {
                    "id": "166",
                    "shortName": "166",
                    "longName": "Queen-Mary",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37065",
                    "label": "37065",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 13,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574438720,
                "lastSeenAt": 1752849095,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 1599
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.68038,
                    45.50188
                ]
            },
            "properties": {
                "trip": {
                    "id": "289199067",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:04:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1750001"
                },
                "route": {
                    "id": "175",
                    "shortName": "175",
                    "longName": "Griffith / Saint-François",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37066",
                    "label": "37066",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 42,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 39,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574435107,
                "lastSeenAt": 1752849090,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 1225
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.432,
                    45.43693
                ]
            },
            "properties": {
                "trip": {
                    "id": "289200339",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "09:29:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "7210010"
                },
                "route": {
                    "id": "721",
                    "shortName": "721",
                    "longName": "Service spécial REM A1",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37068",
                    "label": "37068",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 72,
                    "odometer": 0,
                    "speed": 36
                },
                "agencyId": 1,
                "currentStopSequence": 4,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1575562823,
                "lastSeenAt": 1752849095,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 2917
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6162,
                    45.47037
                ]
            },
            "properties": {
                "trip": {
                    "id": "289198850",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:22:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1050001"
                },
                "route": {
                    "id": "105",
                    "shortName": "105",
                    "longName": "Sherbrooke",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37072",
                    "label": "37072",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 5,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574436608,
                "lastSeenAt": 1752849099,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 1352
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.67261,
                    45.54771
                ]
            },
            "properties": {
                "trip": {
                    "id": "289198787",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:27:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1710001"
                },
                "route": {
                    "id": "171",
                    "shortName": "171",
                    "longName": "Henri-Bourassa",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37073",
                    "label": "37073",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 5,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 563
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59128,
                    45.52256
                ]
            },
            "properties": {
                "trip": {
                    "id": "289199608",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:20:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "7110070"
                },
                "route": {
                    "id": "711",
                    "shortName": "711",
                    "longName": "Parc-du-Mont-Royal / Oratoire",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37076",
                    "label": "37076",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 6,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849098,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 564
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.76596,
                    45.49833
                ]
            },
            "properties": {
                "trip": {
                    "id": "289197942",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:40:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1750001"
                },
                "route": {
                    "id": "175",
                    "shortName": "175",
                    "longName": "Griffith / Saint-François",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37077",
                    "label": "37077",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849087,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 565
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.87849,
                    45.45454
                ]
            },
            "properties": {
                "trip": {
                    "id": "289199442",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "09:35:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "4850001"
                },
                "route": {
                    "id": "485",
                    "shortName": "485",
                    "longName": "Express Antoine-Faucon",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37078",
                    "label": "37078",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 236,
                    "odometer": 0,
                    "speed": 63
                },
                "agencyId": 1,
                "currentStopSequence": 22,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574695326,
                "lastSeenAt": 1752849088,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 2531
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62341,
                    45.51882
                ]
            },
            "properties": {
                "trip": {
                    "id": "289196942",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:12:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1600001"
                },
                "route": {
                    "id": "160",
                    "shortName": "160",
                    "longName": "Barclay",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37081",
                    "label": "37081",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 225,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 20,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 568
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.70208,
                    45.53602
                ]
            },
            "properties": {
                "trip": {
                    "id": "289198727",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "11:00:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1710001"
                },
                "route": {
                    "id": "171",
                    "shortName": "171",
                    "longName": "Henri-Bourassa",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37083",
                    "label": "37083",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 48,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 2,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574437814,
                "lastSeenAt": 1752849093,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 1488
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.68065,
                    45.50985
                ]
            },
            "properties": {
                "trip": {
                    "id": "289196363",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:23:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "160002"
                },
                "route": {
                    "id": "16",
                    "shortName": "16",
                    "longName": "Graham",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37085",
                    "label": "37085",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 40,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 11,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574477081,
                "lastSeenAt": 1752849097,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 2446
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66556,
                    45.50871
                ]
            },
            "properties": {
                "trip": {
                    "id": "289197741",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:00:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1240001"
                },
                "route": {
                    "id": "124",
                    "shortName": "124",
                    "longName": "Victoria",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37087",
                    "label": "37087",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 294,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 38,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574439019,
                "lastSeenAt": 1752849100,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 1620
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.84892,
                    45.4662
                ]
            },
            "properties": {
                "trip": {
                    "id": "289199504",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:17:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "4850003"
                },
                "route": {
                    "id": "485",
                    "shortName": "485",
                    "longName": "Express Antoine-Faucon",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37089",
                    "label": "37089",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 54,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 15,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574787998,
                "lastSeenAt": 1752849102,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 2661
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66081,
                    45.50739
                ]
            },
            "properties": {
                "trip": {
                    "id": "289196334",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:12:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "160001"
                },
                "route": {
                    "id": "16",
                    "shortName": "16",
                    "longName": "Graham",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37091",
                    "label": "37091",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 300,
                    "odometer": 0,
                    "speed": 12
                },
                "agencyId": 1,
                "currentStopSequence": 21,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849098,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 571
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64849,
                    45.49147
                ]
            },
            "properties": {
                "trip": {
                    "id": "289197233",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:32:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1600002"
                },
                "route": {
                    "id": "160",
                    "shortName": "160",
                    "longName": "Barclay",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37092",
                    "label": "37092",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1578498021,
                "lastSeenAt": 1752849096,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 3213
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66512,
                    45.52155
                ]
            },
            "properties": {
                "trip": {
                    "id": "289197827",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:31:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1280002"
                },
                "route": {
                    "id": "128",
                    "shortName": "128",
                    "longName": "Saint-Laurent",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37093",
                    "label": "37093",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 48,
                    "odometer": 0,
                    "speed": 12
                },
                "agencyId": 1,
                "currentStopSequence": 2,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574435710,
                "lastSeenAt": 1752849092,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 1265
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60517,
                    45.4733
                ]
            },
            "properties": {
                "trip": {
                    "id": "289197186",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:14:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1050002"
                },
                "route": {
                    "id": "105",
                    "shortName": "105",
                    "longName": "Sherbrooke",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37094",
                    "label": "37094",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 24,
                    "odometer": 0,
                    "speed": 9
                },
                "agencyId": 1,
                "currentStopSequence": 19,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1575999043,
                "lastSeenAt": 1752849044,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 3001
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.69366,
                    45.52145
                ]
            },
            "properties": {
                "trip": {
                    "id": "289197809",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:21:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1280001"
                },
                "route": {
                    "id": "128",
                    "shortName": "128",
                    "longName": "Saint-Laurent",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37095",
                    "label": "37095",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 13,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 572
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.81047,
                    45.44363
                ]
            },
            "properties": {
                "trip": {
                    "id": "289199520",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:06:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "4850001"
                },
                "route": {
                    "id": "485",
                    "shortName": "485",
                    "longName": "Express Antoine-Faucon",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37100",
                    "label": "37100",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 267,
                    "odometer": 0,
                    "speed": 45
                },
                "agencyId": 1,
                "currentStopSequence": 3,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574961399,
                "lastSeenAt": 1752849100,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 2747
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64924,
                    45.47062
                ]
            },
            "properties": {
                "trip": {
                    "id": "289197007",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:15:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1030002"
                },
                "route": {
                    "id": "103",
                    "shortName": "103",
                    "longName": "Monkland",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37101",
                    "label": "37101",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 214,
                    "odometer": 0,
                    "speed": 36
                },
                "agencyId": 1,
                "currentStopSequence": 17,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1575042132,
                "lastSeenAt": 1752849096,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 2774
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.67159,
                    45.52361
                ]
            },
            "properties": {
                "trip": {
                    "id": "289197884",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "09:33:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1280002"
                },
                "route": {
                    "id": "128",
                    "shortName": "128",
                    "longName": "Saint-Laurent",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37102",
                    "label": "37102",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 73,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574426404,
                "lastSeenAt": 1752849099,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 1145
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6042,
                    45.47364
                ]
            },
            "properties": {
                "trip": {
                    "id": "289197711",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:30:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1240001"
                },
                "route": {
                    "id": "124",
                    "shortName": "124",
                    "longName": "Victoria",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37105",
                    "label": "37105",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 2,
                "currentStatus": 2,
                "congestionLevel": 3,
                "occupancyStatus": 1,
                "firstSeenAt": 1576424765,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 3071
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.70511,
                    45.47855
                ]
            },
            "properties": {
                "trip": {
                    "id": "289198018",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "09:57:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1000001"
                },
                "route": {
                    "id": "100",
                    "shortName": "100",
                    "longName": "Crémazie",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "37106",
                    "label": "37106",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 29,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574446838,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 2185
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57027,
                    45.57053
                ]
            },
            "properties": {
                "trip": {
                    "id": "286653902",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:10:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "8110001"
                },
                "route": {
                    "id": "811",
                    "shortName": "811",
                    "longName": "Navette Services santé",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "38002",
                    "label": "38002",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 293,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 8,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574994521,
                "lastSeenAt": 1752849094,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 2763
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61013,
                    45.60075
                ]
            },
            "properties": {
                "trip": {
                    "id": "289242723",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:45:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1360002"
                },
                "route": {
                    "id": "136",
                    "shortName": "136",
                    "longName": "Viau",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "38003",
                    "label": "38003",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849098,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 575
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.54599,
                    45.56889
                ]
            },
            "properties": {
                "trip": {
                    "id": "289242451",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "09:54:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "220001"
                },
                "route": {
                    "id": "22",
                    "shortName": "22",
                    "longName": "Notre-Dame",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "38005",
                    "label": "38005",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 37,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574442059,
                "lastSeenAt": 1752849102,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 1981
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53221,
                    45.5117
                ]
            },
            "properties": {
                "trip": {
                    "id": "289242802",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:43:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "7770002"
                },
                "route": {
                    "id": "777",
                    "shortName": "777",
                    "longName": "Jean-Drapeau / Casino / Bonaventure",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "38007",
                    "label": "38007",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849100,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 577
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55137,
                    45.54612
                ]
            },
            "properties": {
                "trip": {
                    "id": "289242740",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:06:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "290003"
                },
                "route": {
                    "id": "29",
                    "shortName": "29",
                    "longName": "Rachel",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "38010",
                    "label": "38010",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 27,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574437814,
                "lastSeenAt": 1752849102,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 1490
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60905,
                    45.55674
                ]
            },
            "properties": {
                "trip": {
                    "id": "289242512",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:07:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "940001"
                },
                "route": {
                    "id": "94",
                    "shortName": "94",
                    "longName": "D'Iberville",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "38012",
                    "label": "38012",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 302,
                    "odometer": 0,
                    "speed": 45
                },
                "agencyId": 1,
                "currentStopSequence": 27,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849090,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 579
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58182,
                    45.57953
                ]
            },
            "properties": {
                "trip": {
                    "id": "289242424",
                    "shortName": null,
                    "headsign": "Nord destination Antonio-Dagenais / Lespinay",
                    "startTime": "10:05:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1310004"
                },
                "route": {
                    "id": "131",
                    "shortName": "131",
                    "longName": "De l'Assomption",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "38013",
                    "label": "38013",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 38,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 15,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574703523,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 2587
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53163,
                    45.51205
                ]
            },
            "properties": {
                "trip": {
                    "id": "289244125",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:42:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "7680001"
                },
                "route": {
                    "id": "768",
                    "shortName": "768",
                    "longName": "Plage Jean-Doré / Station Jean-Drapeau",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "38014",
                    "label": "38014",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574440527,
                "lastSeenAt": 1752849092,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 1804
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53221,
                    45.5117
                ]
            },
            "properties": {
                "trip": {
                    "id": "289241409",
                    "shortName": null,
                    "headsign": "Ouest destination Casino de Montréal",
                    "startTime": "10:36:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "7770005"
                },
                "route": {
                    "id": "777",
                    "shortName": "777",
                    "longName": "Jean-Drapeau / Casino / Bonaventure",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "38016",
                    "label": "38016",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849104,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 580
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60537,
                    45.47731
                ]
            },
            "properties": {
                "trip": {
                    "id": "289243584",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:24:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "240001"
                },
                "route": {
                    "id": "24",
                    "shortName": "24",
                    "longName": "Sherbrooke",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "38017",
                    "label": "38017",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 40,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 9,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1580889847,
                "lastSeenAt": 1752849094,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 3324
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61084,
                    45.58702
                ]
            },
            "properties": {
                "trip": {
                    "id": "289241946",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:23:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1360002"
                },
                "route": {
                    "id": "136",
                    "shortName": "136",
                    "longName": "Viau",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "38024",
                    "label": "38024",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 10,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849093,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 583
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55231,
                    45.52406
                ]
            },
            "properties": {
                "trip": {
                    "id": "289243083",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:42:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1500001"
                },
                "route": {
                    "id": "150",
                    "shortName": "150",
                    "longName": "René-Lévesque",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "38025",
                    "label": "38025",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574737481,
                "lastSeenAt": 1752849092,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 2632
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56593,
                    45.52263
                ]
            },
            "properties": {
                "trip": {
                    "id": "289242760",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "09:48:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "240001"
                },
                "route": {
                    "id": "24",
                    "shortName": "24",
                    "longName": "Sherbrooke",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "38029",
                    "label": "38029",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 36,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574731834,
                "lastSeenAt": 1752849099,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 2613
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55726,
                    45.48766
                ]
            },
            "properties": {
                "trip": {
                    "id": "289242920",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:17:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "740002"
                },
                "route": {
                    "id": "74",
                    "shortName": "74",
                    "longName": "Bridge",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "38031",
                    "label": "38031",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 7,
                    "odometer": 0,
                    "speed": 9
                },
                "agencyId": 1,
                "currentStopSequence": 7,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574439624,
                "lastSeenAt": 1752849088,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 1697
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.54651,
                    45.56185
                ]
            },
            "properties": {
                "trip": {
                    "id": "289243108",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "09:45:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1360002"
                },
                "route": {
                    "id": "136",
                    "shortName": "136",
                    "longName": "Viau",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "38033",
                    "label": "38033",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 31,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574438418,
                "lastSeenAt": 1752848738,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 1555
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.82591,
                    45.46257
                ]
            },
            "properties": {
                "trip": {
                    "id": "286058883",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:15:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "4190001"
                },
                "route": {
                    "id": "419",
                    "shortName": "419",
                    "longName": "Express John Abbott",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "38039",
                    "label": "38039",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 88,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 19,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574403206,
                "lastSeenAt": 1752849097,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 860
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.72737,
                    45.48806
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059688",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:14:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "720001"
                },
                "route": {
                    "id": "72",
                    "shortName": "72",
                    "longName": "Alfred-Nobel",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "38041",
                    "label": "38041",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 5,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574907402,
                "lastSeenAt": 1752849096,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 2722
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.69061,
                    45.51932
                ]
            },
            "properties": {
                "trip": {
                    "id": "286060555",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:28:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1700002"
                },
                "route": {
                    "id": "170",
                    "shortName": "170",
                    "longName": "Keller",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "38042",
                    "label": "38042",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 305,
                    "odometer": 0,
                    "speed": 6
                },
                "agencyId": 1,
                "currentStopSequence": 5,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574612406,
                "lastSeenAt": 1752849094,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 2501
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.80701,
                    45.4561
                ]
            },
            "properties": {
                "trip": {
                    "id": "286060950",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "09:36:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "2010001"
                },
                "route": {
                    "id": "201",
                    "shortName": "201",
                    "longName": "Saint-Charles / Saint-Jean",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "38043",
                    "label": "38043",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 324,
                    "odometer": 0,
                    "speed": 45
                },
                "agencyId": 1,
                "currentStopSequence": 59,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574442060,
                "lastSeenAt": 1752849096,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 1982
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.82526,
                    45.44043
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059750",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:13:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "2010003"
                },
                "route": {
                    "id": "201",
                    "shortName": "201",
                    "longName": "Saint-Charles / Saint-Jean",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "38048",
                    "label": "38048",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 253,
                    "odometer": 0,
                    "speed": 72
                },
                "agencyId": 1,
                "currentStopSequence": 14,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574445042,
                "lastSeenAt": 1752849092,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 2153
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.82982,
                    45.46736
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059925",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "09:46:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "2080002"
                },
                "route": {
                    "id": "208",
                    "shortName": "208",
                    "longName": "Brunswick",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "38049",
                    "label": "38049",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 234,
                    "odometer": 0,
                    "speed": 36
                },
                "agencyId": 1,
                "currentStopSequence": 52,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849100,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 592
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.83083,
                    45.46526
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059241",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:31:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "2000002"
                },
                "route": {
                    "id": "200",
                    "shortName": "200",
                    "longName": "Sainte-Anne-de-Bellevue",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "38050",
                    "label": "38050",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 2,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574781729,
                "lastSeenAt": 1752849096,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 2639
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.8629,
                    45.49773
                ]
            },
            "properties": {
                "trip": {
                    "id": "286061333",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:04:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "2070001"
                },
                "route": {
                    "id": "207",
                    "shortName": "207",
                    "longName": "Jacques-Bizard",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "38051",
                    "label": "38051",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 191,
                    "odometer": 0,
                    "speed": 9
                },
                "agencyId": 1,
                "currentStopSequence": 37,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574445042,
                "lastSeenAt": 1752849094,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 2154
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.68383,
                    45.5146
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059512",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:30:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "640001"
                },
                "route": {
                    "id": "64",
                    "shortName": "64",
                    "longName": "Grenet",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "38055",
                    "label": "38055",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849096,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 595
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.68392,
                    45.51394
                ]
            },
            "properties": {
                "trip": {
                    "id": "286060826",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:32:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "2150002"
                },
                "route": {
                    "id": "215",
                    "shortName": "215",
                    "longName": "Henri-Bourassa",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "38056",
                    "label": "38056",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574409323,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 1107
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.68041,
                    45.50186
                ]
            },
            "properties": {
                "trip": {
                    "id": "286060134",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "09:34:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "2020001"
                },
                "route": {
                    "id": "202",
                    "shortName": "202",
                    "longName": "Dawson",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "38061",
                    "label": "38061",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 43,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 65,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574736042,
                "lastSeenAt": 1752849092,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 2626
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.82806,
                    45.46815
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059465",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:30:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "2080001"
                },
                "route": {
                    "id": "208",
                    "shortName": "208",
                    "longName": "Brunswick",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "38062",
                    "label": "38062",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 2,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574441153,
                "lastSeenAt": 1752849095,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 1874
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.86887,
                    45.47762
                ]
            },
            "properties": {
                "trip": {
                    "id": "286061308",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:21:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "4680001"
                },
                "route": {
                    "id": "468",
                    "shortName": "468",
                    "longName": "Express Pierrefonds / Gouin",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "38065",
                    "label": "38065",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 46,
                    "odometer": 0,
                    "speed": 36
                },
                "agencyId": 1,
                "currentStopSequence": 9,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574434507,
                "lastSeenAt": 1752849094,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 1190
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.83078,
                    45.46519
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059588",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:30:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "2060002"
                },
                "route": {
                    "id": "206",
                    "shortName": "206",
                    "longName": "Roger-Pilon",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "38066",
                    "label": "38066",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849095,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 598
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.84745,
                    45.44992
                ]
            },
            "properties": {
                "trip": {
                    "id": "286061146",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:09:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "2000001"
                },
                "route": {
                    "id": "200",
                    "shortName": "200",
                    "longName": "Sainte-Anne-de-Bellevue",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "38067",
                    "label": "38067",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 90,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 35,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849094,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 599
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.74688,
                    45.45017
                ]
            },
            "properties": {
                "trip": {
                    "id": "286060957",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "09:57:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "2040001"
                },
                "route": {
                    "id": "204",
                    "shortName": "204",
                    "longName": "Cardinal",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "38075",
                    "label": "38075",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 37,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574411421,
                "lastSeenAt": 1752849091,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 1125
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.75269,
                    45.49665
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059988",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:02:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "2150002"
                },
                "route": {
                    "id": "215",
                    "shortName": "215",
                    "longName": "Henri-Bourassa",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "38077",
                    "label": "38077",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 27,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574440852,
                "lastSeenAt": 1752849087,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 1845
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.8613,
                    45.4828
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059641",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "09:54:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "680004"
                },
                "route": {
                    "id": "68",
                    "shortName": "68",
                    "longName": "Pierrefonds",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "38079",
                    "label": "38079",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 226,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 53,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574440227,
                "lastSeenAt": 1752849104,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 1763
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.79019,
                    45.45514
                ]
            },
            "properties": {
                "trip": {
                    "id": "286061247",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:11:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "2030001"
                },
                "route": {
                    "id": "203",
                    "shortName": "203",
                    "longName": "Carson",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "38084",
                    "label": "38084",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 225,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 21,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574438116,
                "lastSeenAt": 1752849089,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 1522
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.80977,
                    45.46534
                ]
            },
            "properties": {
                "trip": {
                    "id": "286061383",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "09:45:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "720001"
                },
                "route": {
                    "id": "72",
                    "shortName": "72",
                    "longName": "Alfred-Nobel",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "38085",
                    "label": "38085",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 9
                },
                "agencyId": 1,
                "currentStopSequence": 31,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 606
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53645,
                    45.59718
                ]
            },
            "properties": {
                "trip": {
                    "id": "289243519",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:10:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "850002"
                },
                "route": {
                    "id": "85",
                    "shortName": "85",
                    "longName": "Hochelaga",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "38092",
                    "label": "38092",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 24,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 612
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.43207,
                    45.43689
                ]
            },
            "properties": {
                "trip": {
                    "id": "289244513",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "09:59:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "7210011"
                },
                "route": {
                    "id": "721",
                    "shortName": "721",
                    "longName": "Service spécial REM A1",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "38093",
                    "label": "38093",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 70,
                    "odometer": 0,
                    "speed": 45
                },
                "agencyId": 1,
                "currentStopSequence": 3,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574437815,
                "lastSeenAt": 1752848622,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 1491
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56296,
                    45.53099
                ]
            },
            "properties": {
                "trip": {
                    "id": "289242962",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:26:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "240002"
                },
                "route": {
                    "id": "24",
                    "shortName": "24",
                    "longName": "Sherbrooke",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "38094",
                    "label": "38094",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 193,
                    "odometer": 0,
                    "speed": 6
                },
                "agencyId": 1,
                "currentStopSequence": 8,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849096,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 613
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6196,
                    45.47975
                ]
            },
            "properties": {
                "trip": {
                    "id": "289242851",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:36:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "240001"
                },
                "route": {
                    "id": "24",
                    "shortName": "24",
                    "longName": "Sherbrooke",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "38095",
                    "label": "38095",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 614
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59709,
                    45.57756
                ]
            },
            "properties": {
                "trip": {
                    "id": "289242168",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:13:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1360001"
                },
                "route": {
                    "id": "136",
                    "shortName": "136",
                    "longName": "Viau",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "38097",
                    "label": "38097",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 17,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 615
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58357,
                    45.49449
                ]
            },
            "properties": {
                "trip": {
                    "id": "289242395",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:12:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "240001"
                },
                "route": {
                    "id": "24",
                    "shortName": "24",
                    "longName": "Sherbrooke",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "38099",
                    "label": "38099",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 27,
                    "odometer": 0,
                    "speed": 12
                },
                "agencyId": 1,
                "currentStopSequence": 18,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849104,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 616
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58382,
                    45.48988
                ]
            },
            "properties": {
                "trip": {
                    "id": "289243365",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:03:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1500001"
                },
                "route": {
                    "id": "150",
                    "shortName": "150",
                    "longName": "René-Lévesque",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "38100",
                    "label": "38100",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 28,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849088,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 617
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.75159,
                    45.45713
                ]
            },
            "properties": {
                "trip": {
                    "id": "289199696",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "09:40:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "7470002"
                },
                "route": {
                    "id": "747",
                    "shortName": "747",
                    "longName": "YUL Aéroport  / Centre-Ville",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39003",
                    "label": "39003",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 170,
                    "odometer": 0,
                    "speed": 14
                },
                "agencyId": 1,
                "currentStopSequence": 12,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574412022,
                "lastSeenAt": 1752848801,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 1129
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58024,
                    45.48179
                ]
            },
            "properties": {
                "trip": {
                    "id": "289199667",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:02:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "7470002"
                },
                "route": {
                    "id": "747",
                    "shortName": "747",
                    "longName": "YUL Aéroport  / Centre-Ville",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39015",
                    "label": "39015",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 229,
                    "odometer": 0,
                    "speed": 24
                },
                "agencyId": 1,
                "currentStopSequence": 12,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849095,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    9
                ],
                "isActive": null
            },
            "id": 624
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61312,
                    45.47623
                ]
            },
            "properties": {
                "trip": {
                    "id": "289243535",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "09:42:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "240002"
                },
                "route": {
                    "id": "24",
                    "shortName": "24",
                    "longName": "Sherbrooke",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39016",
                    "label": "39016",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 44,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574439625,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 1699
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53559,
                    45.46964
                ]
            },
            "properties": {
                "trip": {
                    "id": "289244682",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:16:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1760012"
                },
                "route": {
                    "id": "176",
                    "shortName": "176",
                    "longName": "Berlioz",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39020",
                    "label": "39020",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 95,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 3,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574445043,
                "lastSeenAt": 1752849095,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 2156
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57785,
                    45.52216
                ]
            },
            "properties": {
                "trip": {
                    "id": "289242478",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:11:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "290001"
                },
                "route": {
                    "id": "29",
                    "shortName": "29",
                    "longName": "Rachel",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39021",
                    "label": "39021",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 20,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574437514,
                "lastSeenAt": 1752849095,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 1443
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57114,
                    45.5047
                ]
            },
            "properties": {
                "trip": {
                    "id": "289242876",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:31:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1680001"
                },
                "route": {
                    "id": "168",
                    "shortName": "168",
                    "longName": "Cité-du-Havre",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39023",
                    "label": "39023",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 111,
                    "odometer": 0,
                    "speed": 12
                },
                "agencyId": 1,
                "currentStopSequence": 2,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574436008,
                "lastSeenAt": 1752849095,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 1289
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53571,
                    45.46828
                ]
            },
            "properties": {
                "trip": {
                    "id": "289243164",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:27:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1720001"
                },
                "route": {
                    "id": "172",
                    "shortName": "172",
                    "longName": "Du Golf",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39026",
                    "label": "39026",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 219,
                    "odometer": 0,
                    "speed": 9
                },
                "agencyId": 1,
                "currentStopSequence": 3,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574445043,
                "lastSeenAt": 1752849094,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 2157
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58633,
                    45.54169
                ]
            },
            "properties": {
                "trip": {
                    "id": "289242104",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:16:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "100002"
                },
                "route": {
                    "id": "10",
                    "shortName": "10",
                    "longName": "De Lorimier",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39027",
                    "label": "39027",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 15,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1575391835,
                "lastSeenAt": 1752849097,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 2855
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5605,
                    45.5242
                ]
            },
            "properties": {
                "trip": {
                    "id": "289242252",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:16:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1250002"
                },
                "route": {
                    "id": "125",
                    "shortName": "125",
                    "longName": "Ontario",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39028",
                    "label": "39028",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 12,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 627
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53733,
                    45.58954
                ]
            },
            "properties": {
                "trip": {
                    "id": "286654301",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:40:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "8110001"
                },
                "route": {
                    "id": "811",
                    "shortName": "811",
                    "longName": "Navette Services santé",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39029",
                    "label": "39029",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849098,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 628
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55672,
                    45.56603
                ]
            },
            "properties": {
                "trip": {
                    "id": "289242534",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:01:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1360002"
                },
                "route": {
                    "id": "136",
                    "shortName": "136",
                    "longName": "Viau",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39031",
                    "label": "39031",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 115,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 27,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 5,
                "firstSeenAt": 1574403554,
                "lastSeenAt": 1752849090,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 1049
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.54968,
                    45.45068
                ]
            },
            "properties": {
                "trip": {
                    "id": "289241981",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:03:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1680001"
                },
                "route": {
                    "id": "168",
                    "shortName": "168",
                    "longName": "Cité-du-Havre",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39032",
                    "label": "39032",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 214,
                    "odometer": 0,
                    "speed": 12
                },
                "agencyId": 1,
                "currentStopSequence": 26,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849099,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 629
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55017,
                    45.62436
                ]
            },
            "properties": {
                "trip": {
                    "id": "289242215",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "09:38:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "850001"
                },
                "route": {
                    "id": "85",
                    "shortName": "85",
                    "longName": "Hochelaga",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39033",
                    "label": "39033",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 143,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 59,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 630
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55899,
                    45.51199
                ]
            },
            "properties": {
                "trip": {
                    "id": "289242040",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:22:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1500001"
                },
                "route": {
                    "id": "150",
                    "shortName": "150",
                    "longName": "René-Lévesque",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39036",
                    "label": "39036",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 210,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 11,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849102,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 632
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57435,
                    45.50407
                ]
            },
            "properties": {
                "trip": {
                    "id": "289242657",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:03:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "240002"
                },
                "route": {
                    "id": "24",
                    "shortName": "24",
                    "longName": "Sherbrooke",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39038",
                    "label": "39038",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 23,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574445043,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 2159
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.52641,
                    45.5867
                ]
            },
            "properties": {
                "trip": {
                    "id": "289242235",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:11:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "850001"
                },
                "route": {
                    "id": "85",
                    "shortName": "85",
                    "longName": "Hochelaga",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39039",
                    "label": "39039",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 10,
                    "odometer": 0,
                    "speed": 36
                },
                "agencyId": 1,
                "currentStopSequence": 28,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574409625,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    3
                ],
                "isActive": null
            },
            "id": 1114
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64273,
                    45.58698
                ]
            },
            "properties": {
                "trip": {
                    "id": "289214644",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "09:39:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "430001"
                },
                "route": {
                    "id": "43",
                    "shortName": "43",
                    "longName": "Monselet",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39042",
                    "label": "39042",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 53,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574445043,
                "lastSeenAt": 1752849102,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 2160
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55769,
                    45.60872
                ]
            },
            "properties": {
                "trip": {
                    "id": "289215860",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "09:59:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1410001"
                },
                "route": {
                    "id": "141",
                    "shortName": "141",
                    "longName": "Jean-Talon Est",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39045",
                    "label": "39045",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 16,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 37,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849097,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 636
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.52324,
                    45.56762
                ]
            },
            "properties": {
                "trip": {
                    "id": "289215744",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:53:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "320002"
                },
                "route": {
                    "id": "32",
                    "shortName": "32",
                    "longName": "Lacordaire",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39047",
                    "label": "39047",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 638
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.51897,
                    45.57865
                ]
            },
            "properties": {
                "trip": {
                    "id": "289214897",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:30:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "330002"
                },
                "route": {
                    "id": "33",
                    "shortName": "33",
                    "longName": "Langelier",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39055",
                    "label": "39055",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 295,
                    "odometer": 0,
                    "speed": 36
                },
                "agencyId": 1,
                "currentStopSequence": 3,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849092,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 643
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.52324,
                    45.56762
                ]
            },
            "properties": {
                "trip": {
                    "id": "289216591",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:33:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "320002"
                },
                "route": {
                    "id": "32",
                    "shortName": "32",
                    "longName": "Lacordaire",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39061",
                    "label": "39061",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1576686510,
                "lastSeenAt": 1752849088,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 3103
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61926,
                    45.55579
                ]
            },
            "properties": {
                "trip": {
                    "id": "289214462",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "09:50:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1920001"
                },
                "route": {
                    "id": "192",
                    "shortName": "192",
                    "longName": "Robert",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39062",
                    "label": "39062",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 41,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1575307964,
                "lastSeenAt": 1752849096,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 2835
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61622,
                    45.62851
                ]
            },
            "properties": {
                "trip": {
                    "id": "289215759",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "09:22:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "330002"
                },
                "route": {
                    "id": "33",
                    "shortName": "33",
                    "longName": "Langelier",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39064",
                    "label": "39064",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 143,
                    "odometer": 0,
                    "speed": 45
                },
                "agencyId": 1,
                "currentStopSequence": 61,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752848911,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 646
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.51859,
                    45.62766
                ]
            },
            "properties": {
                "trip": {
                    "id": "289216357",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:21:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1870002"
                },
                "route": {
                    "id": "187",
                    "shortName": "187",
                    "longName": "René-Lévesque",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39071",
                    "label": "39071",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 20,
                    "odometer": 0,
                    "speed": 12
                },
                "agencyId": 1,
                "currentStopSequence": 8,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574732559,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 2617
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.53818,
                    45.66201
                ]
            },
            "properties": {
                "trip": {
                    "id": "289215895",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:46:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "4490002"
                },
                "route": {
                    "id": "449",
                    "shortName": "449",
                    "longName": "Express Rivière-des-Prairies",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39073",
                    "label": "39073",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574704126,
                "lastSeenAt": 1752849096,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 2589
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.49014,
                    45.68757
                ]
            },
            "properties": {
                "trip": {
                    "id": "289214873",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "09:47:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1890001"
                },
                "route": {
                    "id": "189",
                    "shortName": "189",
                    "longName": "Notre-Dame",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39074",
                    "label": "39074",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 31,
                    "odometer": 0,
                    "speed": 12
                },
                "agencyId": 1,
                "currentStopSequence": 58,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574436008,
                "lastSeenAt": 1752849088,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 1290
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62207,
                    45.6239
                ]
            },
            "properties": {
                "trip": {
                    "id": "289216512",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:27:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "330001"
                },
                "route": {
                    "id": "33",
                    "shortName": "33",
                    "longName": "Langelier",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39081",
                    "label": "39081",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 12
                },
                "agencyId": 1,
                "currentStopSequence": 7,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1580845502,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 3322
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59753,
                    45.63832
                ]
            },
            "properties": {
                "trip": {
                    "id": "289215082",
                    "shortName": null,
                    "headsign": "Sud via  Perras / Lacordaire",
                    "startTime": "10:34:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "4320001"
                },
                "route": {
                    "id": "432",
                    "shortName": "432",
                    "longName": "Express Lacordaire",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39084",
                    "label": "39084",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 653
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58018,
                    45.61694
                ]
            },
            "properties": {
                "trip": {
                    "id": "289214769",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "09:48:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1920002"
                },
                "route": {
                    "id": "192",
                    "shortName": "192",
                    "longName": "Robert",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39085",
                    "label": "39085",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 32,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 48,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1581115628,
                "lastSeenAt": 1752849100,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 3337
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57234,
                    45.58277
                ]
            },
            "properties": {
                "trip": {
                    "id": "289216016",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:13:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "320002"
                },
                "route": {
                    "id": "32",
                    "shortName": "32",
                    "longName": "Lacordaire",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39089",
                    "label": "39089",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 18,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574440227,
                "lastSeenAt": 1752849093,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 1764
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.48846,
                    45.69257
                ]
            },
            "properties": {
                "trip": {
                    "id": "289215962",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:26:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1890002"
                },
                "route": {
                    "id": "189",
                    "shortName": "189",
                    "longName": "Notre-Dame",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39093",
                    "label": "39093",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 190,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 5,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574960088,
                "lastSeenAt": 1752849089,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 2745
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5826,
                    45.57816
                ]
            },
            "properties": {
                "trip": {
                    "id": "289225429",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:30:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "8140001"
                },
                "route": {
                    "id": "814",
                    "shortName": "814",
                    "longName": "Jean-Talon Est / Bélanger",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39100",
                    "label": "39100",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 21,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 2,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574445044,
                "lastSeenAt": 1752849104,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 2162
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56492,
                    45.59575
                ]
            },
            "properties": {
                "trip": {
                    "id": "289216174",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:09:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1410001"
                },
                "route": {
                    "id": "141",
                    "shortName": "141",
                    "longName": "Jean-Talon Est",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39102",
                    "label": "39102",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 277,
                    "odometer": 0,
                    "speed": 5
                },
                "agencyId": 1,
                "currentStopSequence": 28,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849087,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 661
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5451,
                    45.66363
                ]
            },
            "properties": {
                "trip": {
                    "id": "289215702",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:20:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1830001"
                },
                "route": {
                    "id": "183",
                    "shortName": "183",
                    "longName": "Gouin Est",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39105",
                    "label": "39105",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 334,
                    "odometer": 0,
                    "speed": 36
                },
                "agencyId": 1,
                "currentStopSequence": 12,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574433604,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 1158
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.54004,
                    45.58956
                ]
            },
            "properties": {
                "trip": {
                    "id": "289216397",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:36:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "4490001"
                },
                "route": {
                    "id": "449",
                    "shortName": "449",
                    "longName": "Express Rivière-des-Prairies",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39115",
                    "label": "39115",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849090,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 667
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60744,
                    45.62104
                ]
            },
            "properties": {
                "trip": {
                    "id": "289215217",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:11:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "430001"
                },
                "route": {
                    "id": "43",
                    "shortName": "43",
                    "longName": "Monselet",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39116",
                    "label": "39116",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 233,
                    "odometer": 0,
                    "speed": 9
                },
                "agencyId": 1,
                "currentStopSequence": 23,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849100,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 668
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64089,
                    45.598
                ]
            },
            "properties": {
                "trip": {
                    "id": "289216158",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "09:51:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "490001"
                },
                "route": {
                    "id": "49",
                    "shortName": "49",
                    "longName": "Maurice-Duplessis",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39119",
                    "label": "39119",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 210,
                    "odometer": 0,
                    "speed": 45
                },
                "agencyId": 1,
                "currentStopSequence": 46,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849102,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 669
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59621,
                    45.58643
                ]
            },
            "properties": {
                "trip": {
                    "id": "289214955",
                    "shortName": null,
                    "headsign": "Sud via  Perras / Lacordaire",
                    "startTime": "10:03:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "4320001"
                },
                "route": {
                    "id": "432",
                    "shortName": "432",
                    "longName": "Express Lacordaire",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39123",
                    "label": "39123",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 145,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 28,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849100,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 671
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.50034,
                    45.64177
                ]
            },
            "properties": {
                "trip": {
                    "id": "289214606",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:12:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1870001"
                },
                "route": {
                    "id": "187",
                    "shortName": "187",
                    "longName": "René-Lévesque",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39125",
                    "label": "39125",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 26,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574399676,
                "lastSeenAt": 1752849102,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 673
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.51431,
                    45.57864
                ]
            },
            "properties": {
                "trip": {
                    "id": "289214710",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:45:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "330002"
                },
                "route": {
                    "id": "33",
                    "shortName": "33",
                    "longName": "Langelier",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39129",
                    "label": "39129",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1574991279,
                "lastSeenAt": 1752849102,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 2759
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5517,
                    45.64486
                ]
            },
            "properties": {
                "trip": {
                    "id": "289215599",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "09:34:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "860001"
                },
                "route": {
                    "id": "86",
                    "shortName": "86",
                    "longName": "Pointe-aux-Trembles",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39130",
                    "label": "39130",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 234,
                    "odometer": 0,
                    "speed": 54
                },
                "agencyId": 1,
                "currentStopSequence": 92,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1576812649,
                "lastSeenAt": 1752849096,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 3137
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64662,
                    45.59041
                ]
            },
            "properties": {
                "trip": {
                    "id": "289214424",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:37:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "430002"
                },
                "route": {
                    "id": "43",
                    "shortName": "43",
                    "longName": "Monselet",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39131",
                    "label": "39131",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1574904159,
                "lastSeenAt": 1752849099,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 2714
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60287,
                    45.56646
                ]
            },
            "properties": {
                "trip": {
                    "id": "289216058",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:16:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1920002"
                },
                "route": {
                    "id": "192",
                    "shortName": "192",
                    "longName": "Robert",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39138",
                    "label": "39138",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 14,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1575598005,
                "lastSeenAt": 1752849098,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 2931
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60933,
                    45.60164
                ]
            },
            "properties": {
                "trip": {
                    "id": "289214971",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "09:58:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "330002"
                },
                "route": {
                    "id": "33",
                    "shortName": "33",
                    "longName": "Langelier",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39141",
                    "label": "39141",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 215,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 37,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1576179744,
                "lastSeenAt": 1752849097,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 3033
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61969,
                    45.60521
                ]
            },
            "properties": {
                "trip": {
                    "id": "289216141",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:58:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "400001"
                },
                "route": {
                    "id": "40",
                    "shortName": "40",
                    "longName": "Henri-Bourassa-Est",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "39149",
                    "label": "39149",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1575945044,
                "lastSeenAt": 1752849094,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    2
                ],
                "isActive": null
            },
            "id": 2993
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61471,
                    45.47113
                ]
            },
            "properties": {
                "trip": {
                    "id": "289185419",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:08:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "4200002"
                },
                "route": {
                    "id": "420",
                    "shortName": "420",
                    "longName": "Express Notre-Dame-de-Grâce",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40002",
                    "label": "40002",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 54,
                    "odometer": 0,
                    "speed": 45
                },
                "agencyId": 1,
                "currentStopSequence": 10,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1579105004,
                "lastSeenAt": 1752849091,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3249
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.68861,
                    45.43658
                ]
            },
            "properties": {
                "trip": {
                    "id": "289185052",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "09:22:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1100002"
                },
                "route": {
                    "id": "110",
                    "shortName": "110",
                    "longName": "Centrale",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40009",
                    "label": "40009",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 354,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 67,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1578795281,
                "lastSeenAt": 1752848524,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3231
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55724,
                    45.48771
                ]
            },
            "properties": {
                "trip": {
                    "id": "289182300",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:21:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "610004"
                },
                "route": {
                    "id": "61",
                    "shortName": "61",
                    "longName": "Wellington",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40010",
                    "label": "40010",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 9,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1580233148,
                "lastSeenAt": 1752849085,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3304
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56161,
                    45.50033
                ]
            },
            "properties": {
                "trip": {
                    "id": "289183372",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "09:33:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1070002"
                },
                "route": {
                    "id": "107",
                    "shortName": "107",
                    "longName": "Verdun",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40011",
                    "label": "40011",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 50,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1576766286,
                "lastSeenAt": 1752849091,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3115
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57997,
                    45.48356
                ]
            },
            "properties": {
                "trip": {
                    "id": "289185512",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:28:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "4910001"
                },
                "route": {
                    "id": "491",
                    "shortName": "491",
                    "longName": "Express Provost",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40012",
                    "label": "40012",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 2,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1579297610,
                "lastSeenAt": 1752849097,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3262
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.794,
                    45.44872
                ]
            },
            "properties": {
                "trip": {
                    "id": "289184464",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:10:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "4050001"
                },
                "route": {
                    "id": "405",
                    "shortName": "405",
                    "longName": "Express Bord-du-Lac",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40013",
                    "label": "40013",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 79,
                    "odometer": 0,
                    "speed": 81
                },
                "agencyId": 1,
                "currentStopSequence": 29,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1578583460,
                "lastSeenAt": 1752849102,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3221
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63271,
                    45.43127
                ]
            },
            "properties": {
                "trip": {
                    "id": "289183188",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:20:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1060002"
                },
                "route": {
                    "id": "106",
                    "shortName": "106",
                    "longName": "Newman",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40018",
                    "label": "40018",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 15,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1576777253,
                "lastSeenAt": 1752849104,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3130
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63007,
                    45.45681
                ]
            },
            "properties": {
                "trip": {
                    "id": "289184330",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:06:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "900001"
                },
                "route": {
                    "id": "90",
                    "shortName": "90",
                    "longName": "Saint-Jacques",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40022",
                    "label": "40022",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 55,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 34,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1581370324,
                "lastSeenAt": 1752849091,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3342
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66819,
                    45.47082
                ]
            },
            "properties": {
                "trip": {
                    "id": "289183062",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:35:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1040002"
                },
                "route": {
                    "id": "104",
                    "shortName": "104",
                    "longName": "Cavendish",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40024",
                    "label": "40024",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1580933465,
                "lastSeenAt": 1752849088,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3326
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60968,
                    45.46885
                ]
            },
            "properties": {
                "trip": {
                    "id": "289183150",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:00:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1040002"
                },
                "route": {
                    "id": "104",
                    "shortName": "104",
                    "longName": "Cavendish",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40025",
                    "label": "40025",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 27,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1580233749,
                "lastSeenAt": 1752849095,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3305
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.65429,
                    45.47448
                ]
            },
            "properties": {
                "trip": {
                    "id": "289185854",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:17:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1380002"
                },
                "route": {
                    "id": "138",
                    "shortName": "138",
                    "longName": "Notre-Dame-de-Grâce",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40027",
                    "label": "40027",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 11,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1579968303,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3290
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.74377,
                    45.44758
                ]
            },
            "properties": {
                "trip": {
                    "id": "289183773",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "09:23:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1980001"
                },
                "route": {
                    "id": "198",
                    "shortName": "198",
                    "longName": "Broadway",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40030",
                    "label": "40030",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 344,
                    "odometer": 0,
                    "speed": 9
                },
                "agencyId": 1,
                "currentStopSequence": 55,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1576776289,
                "lastSeenAt": 1752848799,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3124
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59472,
                    45.44319
                ]
            },
            "properties": {
                "trip": {
                    "id": "289184006",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:23:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1130001"
                },
                "route": {
                    "id": "113",
                    "shortName": "113",
                    "longName": "Lapierre",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40035",
                    "label": "40035",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 212,
                    "odometer": 0,
                    "speed": 36
                },
                "agencyId": 1,
                "currentStopSequence": 4,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 5,
                "firstSeenAt": 1579288020,
                "lastSeenAt": 1752849086,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3260
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59391,
                    45.43266
                ]
            },
            "properties": {
                "trip": {
                    "id": "289184190",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:26:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "610005"
                },
                "route": {
                    "id": "61",
                    "shortName": "61",
                    "longName": "Wellington",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40037",
                    "label": "40037",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 14,
                    "odometer": 0,
                    "speed": 45
                },
                "agencyId": 1,
                "currentStopSequence": 10,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1577239354,
                "lastSeenAt": 1752849104,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3165
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.61102,
                    45.4262
                ]
            },
            "properties": {
                "trip": {
                    "id": "289184299",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:35:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1230002"
                },
                "route": {
                    "id": "123",
                    "shortName": "123",
                    "longName": "Dollard / Shevchenko",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40038",
                    "label": "40038",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1577502645,
                "lastSeenAt": 1752849087,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3173
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64069,
                    45.43858
                ]
            },
            "properties": {
                "trip": {
                    "id": "289184112",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:24:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1140010"
                },
                "route": {
                    "id": "114",
                    "shortName": "114",
                    "longName": "Angrignon",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40040",
                    "label": "40040",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 52,
                    "odometer": 0,
                    "speed": 36
                },
                "agencyId": 1,
                "currentStopSequence": 5,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1578325470,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3201
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.5563,
                    45.49485
                ]
            },
            "properties": {
                "trip": {
                    "id": "289184061",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:17:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "350001"
                },
                "route": {
                    "id": "35",
                    "shortName": "35",
                    "longName": "Griffintown",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40041",
                    "label": "40041",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 186,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 10,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1578616857,
                "lastSeenAt": 1752849102,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3223
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60825,
                    45.42904
                ]
            },
            "properties": {
                "trip": {
                    "id": "289184981",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "09:54:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1140010"
                },
                "route": {
                    "id": "114",
                    "shortName": "114",
                    "longName": "Angrignon",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40042",
                    "label": "40042",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 36,
                "currentStatus": 2,
                "congestionLevel": 3,
                "occupancyStatus": 1,
                "firstSeenAt": 1579029181,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3242
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55717,
                    45.50019
                ]
            },
            "properties": {
                "trip": {
                    "id": "289183351",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:25:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1070001"
                },
                "route": {
                    "id": "107",
                    "shortName": "107",
                    "longName": "Verdun",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40046",
                    "label": "40046",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 108,
                    "odometer": 0,
                    "speed": 36
                },
                "agencyId": 1,
                "currentStopSequence": 8,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1579018485,
                "lastSeenAt": 1752849092,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3241
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.94028,
                    45.40363
                ]
            },
            "properties": {
                "trip": {
                    "id": "289184145",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:31:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "4050001"
                },
                "route": {
                    "id": "405",
                    "shortName": "405",
                    "longName": "Express Bord-du-Lac",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40047",
                    "label": "40047",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 239,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 2,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1580010244,
                "lastSeenAt": 1752849096,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3293
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.69226,
                    45.43961
                ]
            },
            "properties": {
                "trip": {
                    "id": "289184039",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:11:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1980014"
                },
                "route": {
                    "id": "198",
                    "shortName": "198",
                    "longName": "Broadway",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40051",
                    "label": "40051",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 22,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1579582262,
                "lastSeenAt": 1752849089,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3272
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.65044,
                    45.46048
                ]
            },
            "properties": {
                "trip": {
                    "id": "289182975",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:08:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1020002"
                },
                "route": {
                    "id": "102",
                    "shortName": "102",
                    "longName": "Somerled",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40053",
                    "label": "40053",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 300,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 25,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1585022117,
                "lastSeenAt": 1752849087,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 7024
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.65485,
                    45.42255
                ]
            },
            "properties": {
                "trip": {
                    "id": "289182887",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:28:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1010001"
                },
                "route": {
                    "id": "101",
                    "shortName": "101",
                    "longName": "Saint-Patrick",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40059",
                    "label": "40059",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 131,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 6,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1580146448,
                "lastSeenAt": 1752849099,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3297
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64703,
                    45.44297
                ]
            },
            "properties": {
                "trip": {
                    "id": "289185032",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "09:35:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "2110002"
                },
                "route": {
                    "id": "211",
                    "shortName": "211",
                    "longName": "Bord-du-Lac",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40061",
                    "label": "40061",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 56,
                    "odometer": 0,
                    "speed": 71
                },
                "agencyId": 1,
                "currentStopSequence": 47,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1582004706,
                "lastSeenAt": 1752849095,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 3363
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60446,
                    45.44916
                ]
            },
            "properties": {
                "trip": {
                    "id": "289181746",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "09:54:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "360003"
                },
                "route": {
                    "id": "36",
                    "shortName": "36",
                    "longName": "Monk",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40071",
                    "label": "40071",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 31,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1598896267,
                "lastSeenAt": 1752849097,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 8634
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.62392,
                    45.45668
                ]
            },
            "properties": {
                "trip": {
                    "id": "289184909",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:23:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "2110001"
                },
                "route": {
                    "id": "211",
                    "shortName": "211",
                    "longName": "Bord-du-Lac",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40073",
                    "label": "40073",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 226,
                    "odometer": 0,
                    "speed": 90
                },
                "agencyId": 1,
                "currentStopSequence": 2,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1600377619,
                "lastSeenAt": 1752849100,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 8838
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.63054,
                    45.48196
                ]
            },
            "properties": {
                "trip": {
                    "id": "289182490",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:25:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "630002"
                },
                "route": {
                    "id": "63",
                    "shortName": "63",
                    "longName": "Girouard",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40075",
                    "label": "40075",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 55,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 7,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1598669345,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 8602
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58224,
                    45.45691
                ]
            },
            "properties": {
                "trip": {
                    "id": "289184281",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:35:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1120002"
                },
                "route": {
                    "id": "112",
                    "shortName": "112",
                    "longName": "Airlie",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40076",
                    "label": "40076",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1600982172,
                "lastSeenAt": 1752849092,
                "links": [
                    3,
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 8894
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.68033,
                    45.44379
                ]
            },
            "properties": {
                "trip": {
                    "id": "289182614",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "09:32:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "900002"
                },
                "route": {
                    "id": "90",
                    "shortName": "90",
                    "longName": "Saint-Jacques",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40078",
                    "label": "40078",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 52,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1599924486,
                "lastSeenAt": 1752849097,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 8807
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60346,
                    45.47382
                ]
            },
            "properties": {
                "trip": {
                    "id": "289182914",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:38:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1020002"
                },
                "route": {
                    "id": "102",
                    "shortName": "102",
                    "longName": "Somerled",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40086",
                    "label": "40086",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1598091244,
                "lastSeenAt": 1752849102,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 7911
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58125,
                    45.48281
                ]
            },
            "properties": {
                "trip": {
                    "id": "289185536",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:07:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "4910002"
                },
                "route": {
                    "id": "491",
                    "shortName": "491",
                    "longName": "Express Provost",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40087",
                    "label": "40087",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 8,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1598087225,
                "lastSeenAt": 1752849102,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 7910
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.58958,
                    45.51595
                ]
            },
            "properties": {
                "trip": {
                    "id": "289209662",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:35:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "970002"
                },
                "route": {
                    "id": "97",
                    "shortName": "97",
                    "longName": "Avenue-du-Mont-Royal",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40090",
                    "label": "40090",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1596531725,
                "lastSeenAt": 1752849091,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 7408
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.71934,
                    45.44831
                ]
            },
            "properties": {
                "trip": {
                    "id": "289199463",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "09:46:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "4850003"
                },
                "route": {
                    "id": "485",
                    "shortName": "485",
                    "longName": "Express Antoine-Faucon",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40095",
                    "label": "40095",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 92,
                    "odometer": 0,
                    "speed": 90
                },
                "agencyId": 1,
                "currentStopSequence": 26,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1600457771,
                "lastSeenAt": 1752849097,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 8848
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.56081,
                    45.54506
                ]
            },
            "properties": {
                "trip": {
                    "id": "289209177",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:21:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "970001"
                },
                "route": {
                    "id": "97",
                    "shortName": "97",
                    "longName": "Avenue-du-Mont-Royal",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40096",
                    "label": "40096",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 203,
                    "odometer": 0,
                    "speed": 14
                },
                "agencyId": 1,
                "currentStopSequence": 12,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1600542368,
                "lastSeenAt": 1752849096,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 8849
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57584,
                    45.5465
                ]
            },
            "properties": {
                "trip": {
                    "id": "289209301",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:18:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "470002"
                },
                "route": {
                    "id": "47",
                    "shortName": "47",
                    "longName": "Masson",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40100",
                    "label": "40100",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 11,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1598317684,
                "lastSeenAt": 1752849090,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 8102
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.64148,
                    45.45427
                ]
            },
            "properties": {
                "trip": {
                    "id": "289209023",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:33:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "510001"
                },
                "route": {
                    "id": "51",
                    "shortName": "51",
                    "longName": "Édouard-Montpetit",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40102",
                    "label": "40102",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1596620826,
                "lastSeenAt": 1752849088,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 7411
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55441,
                    45.542
                ]
            },
            "properties": {
                "trip": {
                    "id": "289209747",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:31:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "250002"
                },
                "route": {
                    "id": "25",
                    "shortName": "25",
                    "longName": "Angus",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40104",
                    "label": "40104",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1597225805,
                "lastSeenAt": 1752849092,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 7425
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.44873,
                    45.45796
                ]
            },
            "properties": {
                "trip": {
                    "id": "289210562",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:19:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "7210010"
                },
                "route": {
                    "id": "721",
                    "shortName": "721",
                    "longName": "Service spécial REM A1",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40105",
                    "label": "40105",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 316,
                    "odometer": 0,
                    "speed": 99
                },
                "agencyId": 1,
                "currentStopSequence": 4,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1600981814,
                "lastSeenAt": 1752849092,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 8893
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6282,
                    45.48468
                ]
            },
            "properties": {
                "trip": {
                    "id": "289208997",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:11:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "510001"
                },
                "route": {
                    "id": "51",
                    "shortName": "51",
                    "longName": "Édouard-Montpetit",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40108",
                    "label": "40108",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 36,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 23,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1600681985,
                "lastSeenAt": 1752849096,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 8857
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.49207,
                    45.68545
                ]
            },
            "properties": {
                "trip": {
                    "id": "289209520",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:33:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "4300002"
                },
                "route": {
                    "id": "430",
                    "shortName": "430",
                    "longName": "Express Pointe-aux-Trembles",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40110",
                    "label": "40110",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 343,
                    "odometer": 0,
                    "speed": 36
                },
                "agencyId": 1,
                "currentStopSequence": 2,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1597435812,
                "lastSeenAt": 1752849090,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 7829
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.57001,
                    45.54652
                ]
            },
            "properties": {
                "trip": {
                    "id": "289209116",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:17:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "270002"
                },
                "route": {
                    "id": "27",
                    "shortName": "27",
                    "longName": "Boulevard Saint-Joseph",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40111",
                    "label": "40111",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 33,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 15,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1601465590,
                "lastSeenAt": 1752849102,
                "links": [
                    3,
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 8917
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.70618,
                    45.5024
                ]
            },
            "properties": {
                "trip": {
                    "id": "289196674",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "09:56:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1710001"
                },
                "route": {
                    "id": "171",
                    "shortName": "171",
                    "longName": "Henri-Bourassa",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40113",
                    "label": "40113",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 311,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 34,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1599565875,
                "lastSeenAt": 1752849076,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 8766
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6278,
                    45.48526
                ]
            },
            "properties": {
                "trip": {
                    "id": "289209867",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "09:56:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "510002"
                },
                "route": {
                    "id": "51",
                    "shortName": "51",
                    "longName": "Édouard-Montpetit",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40115",
                    "label": "40115",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 200,
                    "odometer": 0,
                    "speed": 9
                },
                "agencyId": 1,
                "currentStopSequence": 33,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1597442413,
                "lastSeenAt": 1752849104,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 7839
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.55476,
                    45.55458
                ]
            },
            "properties": {
                "trip": {
                    "id": "289209817",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "09:45:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "970002"
                },
                "route": {
                    "id": "97",
                    "shortName": "97",
                    "longName": "Avenue-du-Mont-Royal",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40117",
                    "label": "40117",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 114,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 35,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1596794408,
                "lastSeenAt": 1752848726,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 7416
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.59396,
                    45.53604
                ]
            },
            "properties": {
                "trip": {
                    "id": "289209248",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:29:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "250001"
                },
                "route": {
                    "id": "25",
                    "shortName": "25",
                    "longName": "Angus",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40121",
                    "label": "40121",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 33,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 4,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1597950669,
                "lastSeenAt": 1752849094,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    6
                ],
                "isActive": null
            },
            "id": 7892
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.6927,
                    45.50623
                ]
            },
            "properties": {
                "trip": {
                    "id": "286060105",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "09:49:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1960001"
                },
                "route": {
                    "id": "196",
                    "shortName": "196",
                    "longName": "Parc-Industriel-Lachine",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40124",
                    "label": "40124",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 56,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 5,
                "firstSeenAt": 1606827731,
                "lastSeenAt": 1752849089,
                "links": [
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9203
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.68892,
                    45.48797
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059119",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:19:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "2020002"
                },
                "route": {
                    "id": "202",
                    "shortName": "202",
                    "longName": "Dawson",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40126",
                    "label": "40126",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 226,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 13,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1606827731,
                "lastSeenAt": 1752849097,
                "links": [
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9204
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.77666,
                    45.44424
                ]
            },
            "properties": {
                "trip": {
                    "id": "286060485",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "09:55:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "2020002"
                },
                "route": {
                    "id": "202",
                    "shortName": "202",
                    "longName": "Dawson",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40129",
                    "label": "40129",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 317,
                    "odometer": 0,
                    "speed": 36
                },
                "agencyId": 1,
                "currentStopSequence": 47,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1606827732,
                "lastSeenAt": 1752849091,
                "links": [
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9205
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.67847,
                    45.5116
                ]
            },
            "properties": {
                "trip": {
                    "id": "286058924",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "09:45:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "170001"
                },
                "route": {
                    "id": "17",
                    "shortName": "17",
                    "longName": "Décarie",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40133",
                    "label": "40133",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 307,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 37,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1602674533,
                "lastSeenAt": 1752849086,
                "links": [
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9098
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.66786,
                    45.55562
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059488",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "09:47:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1640001"
                },
                "route": {
                    "id": "164",
                    "shortName": "164",
                    "longName": "Dudemaine",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40136",
                    "label": "40136",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 47,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1606855516,
                "lastSeenAt": 1752848977,
                "links": [
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9252
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.74696,
                    45.51461
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059555",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "09:51:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "4680001"
                },
                "route": {
                    "id": "468",
                    "shortName": "468",
                    "longName": "Express Pierrefonds / Gouin",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40139",
                    "label": "40139",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 34,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1601927409,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9051
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.78032,
                    45.48587
                ]
            },
            "properties": {
                "trip": {
                    "id": "286061109",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:14:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "720003"
                },
                "route": {
                    "id": "72",
                    "shortName": "72",
                    "longName": "Alfred-Nobel",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40140",
                    "label": "40140",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 55,
                    "odometer": 0,
                    "speed": 45
                },
                "agencyId": 1,
                "currentStopSequence": 18,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1602705729,
                "lastSeenAt": 1752849097,
                "links": [
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9102
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.74297,
                    45.44862
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059849",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:44:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "2030001"
                },
                "route": {
                    "id": "203",
                    "shortName": "203",
                    "longName": "Carson",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40141",
                    "label": "40141",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1606827732,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9212
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.83118,
                    45.46513
                ]
            },
            "properties": {
                "trip": {
                    "id": "286060685",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:35:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "2070001"
                },
                "route": {
                    "id": "207",
                    "shortName": "207",
                    "longName": "Jacques-Bizard",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40142",
                    "label": "40142",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1606827732,
                "lastSeenAt": 1752849098,
                "links": [
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9213
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.78835,
                    45.46748
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059725",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:07:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "2090001"
                },
                "route": {
                    "id": "209",
                    "shortName": "209",
                    "longName": "Des Sources / YUL Aéroport",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40144",
                    "label": "40144",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 19,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1606827732,
                "lastSeenAt": 1752849093,
                "links": [
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9214
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.93381,
                    45.45621
                ]
            },
            "properties": {
                "trip": {
                    "id": "286061041",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:41:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "680005"
                },
                "route": {
                    "id": "68",
                    "shortName": "68",
                    "longName": "Pierrefonds",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40145",
                    "label": "40145",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1608148148,
                "lastSeenAt": 1752849088,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9305
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.74911,
                    45.44178
                ]
            },
            "properties": {
                "trip": {
                    "id": "286061275",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:04:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "2020001"
                },
                "route": {
                    "id": "202",
                    "shortName": "202",
                    "longName": "Dawson",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40147",
                    "label": "40147",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 92,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 32,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1606827732,
                "lastSeenAt": 1752849091,
                "links": [
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9215
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.917,
                    45.42961
                ]
            },
            "properties": {
                "trip": {
                    "id": "286058860",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:17:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "4190002"
                },
                "route": {
                    "id": "419",
                    "shortName": "419",
                    "longName": "Express John Abbott",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40148",
                    "label": "40148",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 233,
                    "odometer": 0,
                    "speed": 9
                },
                "agencyId": 1,
                "currentStopSequence": 12,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1606827732,
                "lastSeenAt": 1752849104,
                "links": [
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9216
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.67891,
                    45.50304
                ]
            },
            "properties": {
                "trip": {
                    "id": "286061069",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "09:46:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "720003"
                },
                "route": {
                    "id": "72",
                    "shortName": "72",
                    "longName": "Alfred-Nobel",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40152",
                    "label": "40152",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 41,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 34,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1606828095,
                "lastSeenAt": 1752849092,
                "links": [
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9245
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.7906,
                    45.49957
                ]
            },
            "properties": {
                "trip": {
                    "id": "286060438",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:00:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "2080001"
                },
                "route": {
                    "id": "208",
                    "shortName": "208",
                    "longName": "Brunswick",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40153",
                    "label": "40153",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 197,
                    "odometer": 0,
                    "speed": 12
                },
                "agencyId": 1,
                "currentStopSequence": 37,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1608029344,
                "lastSeenAt": 1752849102,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9297
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.78243,
                    45.45547
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059820",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:02:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "2030002"
                },
                "route": {
                    "id": "203",
                    "shortName": "203",
                    "longName": "Carson",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40158",
                    "label": "40158",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 177,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 33,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1606827732,
                "lastSeenAt": 1752849094,
                "links": [
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9221
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.71507,
                    45.49534
                ]
            },
            "properties": {
                "trip": {
                    "id": "286060161",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:21:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1770001"
                },
                "route": {
                    "id": "177",
                    "shortName": "177",
                    "longName": "Thimens",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40159",
                    "label": "40159",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 10,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1606827732,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9222
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.73979,
                    45.49361
                ]
            },
            "properties": {
                "trip": {
                    "id": "286058980",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:03:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "700002"
                },
                "route": {
                    "id": "70",
                    "shortName": "70",
                    "longName": "Bois-Franc",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40160",
                    "label": "40160",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 29,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1607537709,
                "lastSeenAt": 1752849098,
                "links": [
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9281
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.83102,
                    45.46659
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059341",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:30:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "2040001"
                },
                "route": {
                    "id": "204",
                    "shortName": "204",
                    "longName": "Cardinal",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40162",
                    "label": "40162",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 53,
                    "odometer": 0,
                    "speed": 45
                },
                "agencyId": 1,
                "currentStopSequence": 2,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1606828095,
                "lastSeenAt": 1752849089,
                "links": [
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9246
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.72853,
                    45.52779
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059909",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:14:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "4680002"
                },
                "route": {
                    "id": "468",
                    "shortName": "468",
                    "longName": "Express Pierrefonds / Gouin",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40170",
                    "label": "40170",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 8,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1609016232,
                "lastSeenAt": 1752849104,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9325
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.72669,
                    45.45187
                ]
            },
            "properties": {
                "trip": {
                    "id": "286060199",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "10:18:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1960001"
                },
                "route": {
                    "id": "196",
                    "shortName": "196",
                    "longName": "Parc-Industriel-Lachine",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40173",
                    "label": "40173",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 258,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 14,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1606827732,
                "lastSeenAt": 1752849102,
                "links": [
                    3,
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9227
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.80641,
                    45.50923
                ]
            },
            "properties": {
                "trip": {
                    "id": "286060379",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:30:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "2060001"
                },
                "route": {
                    "id": "206",
                    "shortName": "206",
                    "longName": "Roger-Pilon",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40175",
                    "label": "40175",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 154,
                    "odometer": 0,
                    "speed": 14
                },
                "agencyId": 1,
                "currentStopSequence": 5,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1602876494,
                "lastSeenAt": 1752849091,
                "links": [
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9111
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.69689,
                    45.4694
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059424",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:12:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1960002"
                },
                "route": {
                    "id": "196",
                    "shortName": "196",
                    "longName": "Parc-Industriel-Lachine",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40178",
                    "label": "40178",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 222,
                    "odometer": 0,
                    "speed": 36
                },
                "agencyId": 1,
                "currentStopSequence": 21,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1602676759,
                "lastSeenAt": 1752849090,
                "links": [
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9099
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.84504,
                    45.45624
                ]
            },
            "properties": {
                "trip": {
                    "id": "286060917",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:28:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "2170003"
                },
                "route": {
                    "id": "217",
                    "shortName": "217",
                    "longName": "Anse-à-l'Orme",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40181",
                    "label": "40181",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 253,
                    "odometer": 0,
                    "speed": 36
                },
                "agencyId": 1,
                "currentStopSequence": 4,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1606827732,
                "lastSeenAt": 1752849091,
                "links": [
                    3,
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9230
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.80614,
                    45.49399
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059612",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:15:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "2080002"
                },
                "route": {
                    "id": "208",
                    "shortName": "208",
                    "longName": "Brunswick",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40182",
                    "label": "40182",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 53,
                    "odometer": 0,
                    "speed": 12
                },
                "agencyId": 1,
                "currentStopSequence": 13,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1606827732,
                "lastSeenAt": 1752849096,
                "links": [
                    3,
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9231
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.81635,
                    45.51292
                ]
            },
            "properties": {
                "trip": {
                    "id": "286062367",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:00:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "9680001"
                },
                "route": {
                    "id": "968",
                    "shortName": "968",
                    "longName": "Trainbus Roxboro / Côte-Vertu",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40185",
                    "label": "40185",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 3,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1606827732,
                "lastSeenAt": 1752849097,
                "links": [
                    3,
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9232
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.78769,
                    45.45042
                ]
            },
            "properties": {
                "trip": {
                    "id": "286060778",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:09:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "2040002"
                },
                "route": {
                    "id": "204",
                    "shortName": "204",
                    "longName": "Cardinal",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40186",
                    "label": "40186",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 271,
                    "odometer": 0,
                    "speed": 45
                },
                "agencyId": 1,
                "currentStopSequence": 19,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1606827733,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9233
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.7347,
                    45.50977
                ]
            },
            "properties": {
                "trip": {
                    "id": "286061403",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "09:49:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1640002"
                },
                "route": {
                    "id": "164",
                    "shortName": "164",
                    "longName": "Dudemaine",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40187",
                    "label": "40187",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 222,
                    "odometer": 0,
                    "speed": 9
                },
                "agencyId": 1,
                "currentStopSequence": 38,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1606827733,
                "lastSeenAt": 1752849104,
                "links": [
                    3,
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9234
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.60838,
                    45.47087
                ]
            },
            "properties": {
                "trip": {
                    "id": "286058905",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:00:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "170002"
                },
                "route": {
                    "id": "17",
                    "shortName": "17",
                    "longName": "Décarie",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40189",
                    "label": "40189",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 36,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1607548577,
                "lastSeenAt": 1752849094,
                "links": [
                    3,
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9285
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.68354,
                    45.51397
                ]
            },
            "properties": {
                "trip": {
                    "id": "286060078",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:34:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "700002"
                },
                "route": {
                    "id": "70",
                    "shortName": "70",
                    "longName": "Bois-Franc",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40190",
                    "label": "40190",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 1,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1606828450,
                "lastSeenAt": 1752849104,
                "links": [
                    3,
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9247
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.87481,
                    45.46936
                ]
            },
            "properties": {
                "trip": {
                    "id": "286060523",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:12:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "680005"
                },
                "route": {
                    "id": "68",
                    "shortName": "68",
                    "longName": "Pierrefonds",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40191",
                    "label": "40191",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 42,
                    "odometer": 0,
                    "speed": 45
                },
                "agencyId": 1,
                "currentStopSequence": 19,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1606906746,
                "lastSeenAt": 1752849094,
                "links": [
                    3,
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9258
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.81091,
                    45.49755
                ]
            },
            "properties": {
                "trip": {
                    "id": "286060352",
                    "shortName": null,
                    "headsign": "Nord",
                    "startTime": "09:54:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "2090002"
                },
                "route": {
                    "id": "209",
                    "shortName": "209",
                    "longName": "Des Sources / YUL Aéroport",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40192",
                    "label": "40192",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 326,
                    "odometer": 0,
                    "speed": 45
                },
                "agencyId": 1,
                "currentStopSequence": 33,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1606827733,
                "lastSeenAt": 1752849086,
                "links": [
                    3,
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9236
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.70603,
                    45.52321
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059784",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "10:21:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "640002"
                },
                "route": {
                    "id": "64",
                    "shortName": "64",
                    "longName": "Grenet",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40199",
                    "label": "40199",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 9,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1608674595,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9321
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.72083,
                    45.44902
                ]
            },
            "properties": {
                "trip": {
                    "id": "286060293",
                    "shortName": null,
                    "headsign": "Sud",
                    "startTime": "09:46:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1960002"
                },
                "route": {
                    "id": "196",
                    "shortName": "196",
                    "longName": "Parc-Industriel-Lachine",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40201",
                    "label": "40201",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 350,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 49,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1608032470,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9298
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.83076,
                    45.51255
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059880",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:22:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "2050002"
                },
                "route": {
                    "id": "205",
                    "shortName": "205",
                    "longName": "Gouin",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40207",
                    "label": "40207",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 279,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 9,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1608291008,
                "lastSeenAt": 1752849103,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9312
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.74348,
                    45.50315
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059963",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:05:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "2150001"
                },
                "route": {
                    "id": "215",
                    "shortName": "215",
                    "longName": "Henri-Bourassa",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40208",
                    "label": "40208",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 31,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1607551628,
                "lastSeenAt": 1752849104,
                "links": [
                    3,
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9286
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.78498,
                    45.50468
                ]
            },
            "properties": {
                "trip": {
                    "id": "286062388",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:25:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "9680028"
                },
                "route": {
                    "id": "968",
                    "shortName": "968",
                    "longName": "Trainbus Roxboro / Côte-Vertu",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40209",
                    "label": "40209",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 0,
                    "odometer": 0,
                    "speed": 0
                },
                "agencyId": 1,
                "currentStopSequence": 2,
                "currentStatus": 1,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1608722769,
                "lastSeenAt": 1752849097,
                "links": [
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9323
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.7486,
                    45.49041
                ]
            },
            "properties": {
                "trip": {
                    "id": "286059273",
                    "shortName": null,
                    "headsign": "Sud via Davignon",
                    "startTime": "10:01:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "4090002"
                },
                "route": {
                    "id": "409",
                    "shortName": "409",
                    "longName": "Express Des Sources",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40212",
                    "label": "40212",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 88,
                    "odometer": 0,
                    "speed": 63
                },
                "agencyId": 1,
                "currentStopSequence": 35,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1607077263,
                "lastSeenAt": 1752849098,
                "links": [
                    3,
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9269
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.68715,
                    45.54034
                ]
            },
            "properties": {
                "trip": {
                    "id": "286060646",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:15:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "1640002"
                },
                "route": {
                    "id": "164",
                    "shortName": "164",
                    "longName": "Dudemaine",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40214",
                    "label": "40214",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 223,
                    "odometer": 0,
                    "speed": 18
                },
                "agencyId": 1,
                "currentStopSequence": 10,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 3,
                "firstSeenAt": 1607546355,
                "lastSeenAt": 1752849104,
                "links": [
                    3,
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    8
                ],
                "isActive": null
            },
            "id": 9282
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.82775,
                    45.42867
                ]
            },
            "properties": {
                "trip": {
                    "id": "289185075",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "09:52:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "2110001"
                },
                "route": {
                    "id": "211",
                    "shortName": "211",
                    "longName": "Bord-du-Lac",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40217",
                    "label": "40217",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 265,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 18,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 2,
                "firstSeenAt": 1606943355,
                "lastSeenAt": 1752849092,
                "links": [
                    3,
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 9263
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.78679,
                    45.4493
                ]
            },
            "properties": {
                "trip": {
                    "id": "289182223",
                    "shortName": null,
                    "headsign": "Est",
                    "startTime": "10:04:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "4250002"
                },
                "route": {
                    "id": "425",
                    "shortName": "425",
                    "longName": "Express Anse-à-l'Orme",
                    "color": "#009EE0",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40219",
                    "label": "40219",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 88,
                    "odometer": 0,
                    "speed": 81
                },
                "agencyId": 1,
                "currentStopSequence": 25,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1606996630,
                "lastSeenAt": 1752849093,
                "links": [
                    3,
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 9265
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -73.71827,
                    45.44404
                ]
            },
            "properties": {
                "trip": {
                    "id": "289185684",
                    "shortName": null,
                    "headsign": "Ouest",
                    "startTime": "10:03:00",
                    "scheduleRelationship": 0,
                    "blockId": null,
                    "serviceId": null,
                    "shapeId": "4960002"
                },
                "route": {
                    "id": "496",
                    "shortName": "496",
                    "longName": "Express Victoria",
                    "color": "#781B7D",
                    "textColor": "#FFFFFF"
                },
                "vehicle": {
                    "id": "40220",
                    "label": "40220",
                    "licensePlate": null,
                    "type": 3
                },
                "position": {
                    "bearing": 287,
                    "odometer": 0,
                    "speed": 27
                },
                "agencyId": 1,
                "currentStopSequence": 18,
                "currentStatus": 2,
                "congestionLevel": 0,
                "occupancyStatus": 1,
                "firstSeenAt": 1607029816,
                "lastSeenAt": 1752849090,
                "links": [
                    3,
                    3,
                    3,
                    3,
                    22
                ],
                "tags": [
                    4
                ],
                "isActive": null
            },
            "id": 9266
        }
    ],
    "links": {
        "first": "https://api.transittracker.ca/v2/vehicles.geojson?page=1",
        "last": "https://api.transittracker.ca/v2/vehicles.geojson?page=8",
        "prev": null,
        "next": "https://api.transittracker.ca/v2/vehicles.geojson?page=2"
    },
    "meta": {
        "current_page": 1,
        "from": 1,
        "last_page": 8,
        "links": [
            {
                "url": null,
                "label": "&laquo; Previous",
                "active": false
            },
            {
                "url": "https://api.transittracker.ca/v2/vehicles.geojson?page=1",
                "label": "1",
                "active": true
            },
            {
                "url": "https://api.transittracker.ca/v2/vehicles.geojson?page=2",
                "label": "2",
                "active": false
            },
            {
                "url": "https://api.transittracker.ca/v2/vehicles.geojson?page=3",
                "label": "3",
                "active": false
            },
            {
                "url": "https://api.transittracker.ca/v2/vehicles.geojson?page=4",
                "label": "4",
                "active": false
            },
            {
                "url": "https://api.transittracker.ca/v2/vehicles.geojson?page=5",
                "label": "5",
                "active": false
            },
            {
                "url": "https://api.transittracker.ca/v2/vehicles.geojson?page=6",
                "label": "6",
                "active": false
            },
            {
                "url": "https://api.transittracker.ca/v2/vehicles.geojson?page=7",
                "label": "7",
                "active": false
            },
            {
                "url": "https://api.transittracker.ca/v2/vehicles.geojson?page=8",
                "label": "8",
                "active": false
            },
            {
                "url": "https://api.transittracker.ca/v2/vehicles.geojson?page=2",
                "label": "Next &raquo;",
                "active": false
            }
        ],
        "path": "https://api.transittracker.ca/v2/vehicles.geojson",
        "per_page": 500,
        "to": 500,
        "total": 3674
    }
}
 

Request   

GET v2/vehicles.geojson

GET v2/vehicles/{vehicle_id}

Example request:
curl --request GET \
    --get "https://api.transittracker.ca/v2/vehicles/1"
$client = new \GuzzleHttp\Client();
$url = 'https://api.transittracker.ca/v2/vehicles/1';
$response = $client->get($url);
$body = $response->getBody();
print_r(json_decode((string) $body));
import requests
import json

url = 'https://api.transittracker.ca/v2/vehicles/1'
response = requests.request('GET', url, )
response.json()

Example response (200):

Show headers
cache-control: no-cache, private
content-type: application/json
x-ratelimit-limit: 30
x-ratelimit-remaining: 27
content-language: en
vary: Origin
 

{
    "data": {
        "id": 1,
        "ref": "22215",
        "isActive": false,
        "label": "22215",
        "timestamp": null,
        "tripId": "217809243",
        "routeId": "162",
        "startTime": "07:43:00",
        "position": {
            "lat": 45.52127,
            "lon": -73.66717
        },
        "bearing": null,
        "speed": null,
        "vehicleType": "bus",
        "plate": null,
        "odometer": null,
        "currentStopSequence": 35,
        "currentStatus": {
            "data": 2,
            "label": "In transit to"
        },
        "scheduleRelationship": {
            "data": null,
            "label": null
        },
        "congestionLevel": {
            "data": null,
            "label": null
        },
        "occupancyStatus": {
            "data": null,
            "label": null
        },
        "agency": "stm",
        "links": [
            3,
            22
        ],
        "tags": [],
        "trip": {
            "id": null,
            "headsign": null,
            "shortName": null,
            "routeColor": "#009EE0",
            "routeTextColor": "#FFFFFF",
            "routeShortName": "162",
            "routeLongName": "Westminster",
            "shapeLink": null,
            "shapeId": null,
            "serviceId": null,
            "blockId": null
        },
        "createdAt": "2019-11-22 00:14:35",
        "meta": {}
    }
}
 

Request   

GET v2/vehicles/{vehicle_id}

URL Parameters

vehicle_id   integer   

The ID of the vehicle. Example: 1

GET v2/vehicles.geojson/{vehicle_id}

Example request:
curl --request GET \
    --get "https://api.transittracker.ca/v2/vehicles.geojson/1"
$client = new \GuzzleHttp\Client();
$url = 'https://api.transittracker.ca/v2/vehicles.geojson/1';
$response = $client->get($url);
$body = $response->getBody();
print_r(json_decode((string) $body));
import requests
import json

url = 'https://api.transittracker.ca/v2/vehicles.geojson/1'
response = requests.request('GET', url, )
response.json()

Example response (200):

Show headers
cache-control: no-cache, private
content-type: application/json
x-ratelimit-limit: 30
x-ratelimit-remaining: 26
content-language: en
vary: Origin
 

{
    "data": {
        "type": "Feature",
        "geometry": {
            "type": "Point",
            "coordinates": [
                -73.66717,
                45.52127
            ]
        },
        "properties": {
            "trip": {
                "id": "217809243",
                "shortName": null,
                "headsign": null,
                "startTime": "07:43:00",
                "scheduleRelationship": null,
                "blockId": null,
                "serviceId": null,
                "shapeId": null
            },
            "route": {
                "id": "162",
                "shortName": "162",
                "longName": "Westminster",
                "color": "#009EE0",
                "textColor": "#FFFFFF"
            },
            "vehicle": {
                "id": "22215",
                "label": "22215",
                "licensePlate": null,
                "type": 3
            },
            "position": {
                "bearing": null,
                "odometer": null,
                "speed": null
            },
            "agencyId": 1,
            "currentStopSequence": 35,
            "currentStatus": 2,
            "congestionLevel": null,
            "occupancyStatus": null,
            "firstSeenAt": 1574399675,
            "lastSeenAt": 1612373405,
            "links": [
                3,
                22
            ],
            "tags": [],
            "isActive": false
        },
        "id": 1
    }
}
 

Request   

GET v2/vehicles.geojson/{vehicle_id}

URL Parameters

vehicle_id   integer   

The ID of the vehicle. Example: 1